Next up: rawtype and unchecked lint warning cleanup

Joseph Darcy joe.darcy at oracle.com
Fri Apr 4 23:33:49 UTC 2014


Hello,

With the serial javac lint warnings in the jdk repo resolved [1], the 
largest remaining category of lint warnings are for rawtypes and 
unchecked conversions. Both of these kind of warnings are related to 
incomplete generification and so they need to be addressed together.

At the end of JDK 8, the jdk repo has approximately 4150 raw and 
unchecked warnings; in contrast, the JDK 9 dev jdk repo only has about 
2800 raw and unchecked warnings.

Clearing those remaining 2800 warnings will be tracked using subtasks of

     JDK-8039096 Fix raw and unchecked lint warnings in jdk libraries
     https://bugs.openjdk.java.net/browse/JDK-8039096

Cheers,

-Joe

[1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-April/000580.html


More information about the jdk9-dev mailing list