<Swing Dev> JDK 9 RFR of JDK-8032047: Fix static lint warnings in client libraries

Joe Darcy joe.darcy at oracle.com
Fri Jan 17 06:55:06 UTC 2014


Hello,

Please view my proposed fix for

     JDK-8032047: Fix static lint warnings in client libraries
     http://cr.openjdk.java.net/~darcy/8032047.0/

Mostly this fix consisted of just replacing a variable name with the 
class name mentioned by javac in the warning message. In a few cases 
where the expression allocated a new object, I choose to just suppress 
the warning since I didn't feel motivated to analyze the possible 
side-effects of the allocation.

Thanks,

-Joe




More information about the swing-dev mailing list