Request for Review: Warnings cleanup in java.lang., java.util.* (original) (raw)

Xiomara Jayasena xiomara.jayasena at oracle.com
Fri Dec 2 16:06:39 PST 2011


Omair / Danesh,

Here are the bug IDs: 7117605 Danesh 7117612 Omair

Wiki has been updated. http://wikis.sun.com/display/OpenJDK/JDK8+warning+cleanup+day+%282011-12-01%29

-Xiomara

-----Original Message----- From: Omair Majid [mailto:omajid at redhat.com] Sent: Friday, December 02, 2011 9:00 AM To: Alan Bateman Cc: jdk8-dev at openjdk.java.net; core-libs-dev Subject: Re: Request for Review: Warnings cleanup in java.lang.*, java.util.**

Hi, On 12/02/2011 07:18 AM, Alan Bateman wrote: > > cc'ing core-libs-dev as that is the place to discuss these changes. I > see on the sign-up sheet [1] that omajid has signed up for java.lang, > maybe you are working together? Unfortunately, David and I were not working together :( Anyway, here is my webrev for java.lang.* http://cr.openjdk.java.net/~omajid/webrevs/warnings-day-2011/01/ Sorry about the delay, building and testing this took longer than I had expected it to. Also, this patch only addresses the warnings pointed out by javac. The classes java.lang.ThreadLocal and java.lang.ClassValue are not included in the webrev. The fixes for ThreadLocal were basically sprinkling @SuppressWarnings("unchecked") throughout and the fixes for ClassValue looked slightly more complex when I tried to reduce the use of rawtypes. I will post a separate webrev for those later. Cheers, Omair



More information about the jdk8-dev mailing list