<Beans Dev> [9] Review Request: 8077267 Typo in the test on java.beans.JavaBean

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Wed Apr 22 11:36:24 UTC 2015


   The fix looks good to me.

   Thanks,
   Alexandr.

On 4/20/2015 5:03 PM, Sergey Bylokhov wrote:
> Hello.
> Please review a small fix for jdk 9.
>  - The typo [1] was fixed
>  - Some new validations were added.
>
> [1]
>   56         int des = info.getDefaultEventIndex();
>   58         if (0 <= des) {
>   59             String name = 
> info.getPropertyDescriptors()[des].getName();
>   60             System.out.println("event set name = " + name);
>   61         }
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8077267
> Webrev can be found at: 
> http://cr.openjdk.java.net/~serb/8077267/webrev.00
>



More information about the beans-dev mailing list