<Swing Dev> JDK 9 RFR of 8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Fri Jan 24 10:16:00 UTC 2014


   The fix looks good.

   Thanks,
   Alexandr.

On 1/24/2014 10:50 AM, Joe Darcy wrote:
> Hello,
>
> As part of the JDK 9 warnings cleanup, for all the javax.swing classes 
> which stated
>
>     "Serialized objects of this class will not be compatible with 
> future Swing releases. ..."
>
> I've added a @SuppressWarnings("serial") annotation if one was not 
> already present:
>
>     http://cr.openjdk.java.net/~darcy/8032627.0/
>
> Thanks,
>
> -Joe




More information about the swing-dev mailing list