Fwd: Next up: rawtype and unchecked lint warning cleanup

Ben Evans benjamin.john.evans at gmail.com
Sat Apr 12 18:09:38 UTC 2014


Hi,

Just in case people missed this from Joe - might be a good place for
another cleanup hack session.

Thanks,

Ben


---------- Forwarded message ----------
From: Joseph Darcy <joe.darcy at oracle.com>
Date: Sat, Apr 5, 2014 at 12:33 AM
Subject: Next up: rawtype and unchecked lint warning cleanup
To: "jdk9-dev at openjdk.java.net" <jdk9-dev at openjdk.java.net>


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 adoption-discuss mailing list