The fix looks good for me.
Thanks,
Alexandr.
On 2/4/2014 8:57 AM, Joe Darcy wrote:
Hello,
Please review the webrev below which address ~50 raw and unchecked
javac lint warnings in sun.swing.*:
8033525 : Fix raw and unchecked lint warnings in sun.swing.*
http://cr.openjdk.java.net/~darcy/8033525.0/
That code in sun.swing.* compiles cleanly with the raw, cast, and
unchecked lint warnings enabled (incomplete fixes for raw and
unchecked issues can lead to cast issues) and the jdk repo rebuilds
cleanly with this patch applied.
Thanks,
-Joe