<Swing Dev> JDK 9 RFR of JDK-8033908: Fix serial lint warnings in com.sun.java.swing.plaf

Joe Darcy joe.darcy at oracle.com
Fri Feb 7 19:53:03 UTC 2014


On 02/07/2014 01:33 AM, Alan Bateman wrote:
> On 07/02/2014 07:53, Joe Darcy wrote:
>> Hello,
>>
>> Please review the webrev to address
>>
>>     JDK-8033908: Fix serial lint warnings in com.sun.java.swing.plaf
>>     http://cr.openjdk.java.net/~darcy/8033908.0/
> This looks fine although for cases where you comment that the 
> supertypes aren't serial compatible across versions then I didn't 
> check that the supertypes document it (I assume they do).
>

Right, the supertypes in question are generally those covered in

     8032627: Add @SuppressWarnings("serial") to appropriate javax.swing 
classes

which are the Swing type which say "I'm serializable on the same 
version, but not across versions." Some of the types in question are 
subtypes of types in com.sun.* which directly document this constraint too.

Thanks for the review,

-Joe




More information about the swing-dev mailing list