JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue Nov 29 09:11:02 PST 2011


On 11/29/2011 09:05 AM, Jonathan Gibbons wrote:
> On 11/29/2011 09:00 AM, Artem Ananiev wrote:
>>
>> Do you have stats for javax.* packages?
>>
>> Thanks,
>>
>> Artem
>
> $ /opt/jdk/1.8.0/bin/java -Xmx768m -jar dist/JavacWarnings.jar 
> -bootclasspath /w/jjg/work/tl/build/linux-i586/classes/ -sourcepath 
> /w/jjg/work/tl/jdk/src/share/classes/ 'javax.**'
> Compiling 1489 files


Artem,

A word on these numbers.  The warnings are just those in the given 
packages, and do not include warnings in impl packages, such as sun.*, 
com.sun.*, etc.   Also note from the command line that I was just 
compiling stuff in src/share/classes.   For more complete counts you'd 
want to include platform-specific directories and/or gensrc/ 
directories. So at some point, you need to download the utility, and run 
it for yourself, using the sources and packages you are most interested in.

-- Jon


More information about the jdk8-dev mailing list