Community
Participate
Working Groups
Build ID: I20061102-1715 Steps To Reproduce: Create a new class and follow the attached images. More information: Classes in comment don't required to be import. So if some class only appear in comment, it should be listed in "Unused import".
Created attachment 55743 [details] Step 1
Created attachment 55744 [details] Step 2
Created attachment 55745 [details] Step 3 Just to prove the import of IOException is useless.
The import of IOExeception is not useless, it is required to correctly generate Javadoc. Configure Java > Compiler > Javadoc > Malfomed Javadoc comments to see warnings for Javadoc as well. If you don't like that either don't use Javadoc comments or turn processing Javadoc off (not recommended)
Then it's better to mark the "IOException" in comment in Step 3. BTW, the status of Java > Compiler > Javadoc > Malfomed Javadoc comments is "ignore" by default.
Yes, you have to set it to Warning. I agree that it would be better to have 'Warning' as default. I filed bug 168925 for this. Setting this bug to invalid.