JDK 8 Warnings Cleanup Day -- Dec. 1st, 2011
Artem Ananiev
artem.ananiev at oracle.com
Tue Nov 29 09:54:46 PST 2011
On 11/29/2011 9:11 PM, Jonathan Gibbons wrote:
> 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.
Thanks for this clarification. Given the number of warnings in java.awt
and javax.swing packages, let's start from public API classes and then
proceed to sun.* :)
Thanks,
Artem
> -- Jon
More information about the jdk8-dev
mailing list