-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
The JDeveloper IDE would be able to use this which would make their Audit tool faster.
Please add -Xlint warnings for unused local variables, unused parameters, unused private fields and unused private methods. Such warnings can be used by Auditing tools, hooking into JSR199 Javac, to offer fixes to remove any unused variables/methods.
See alsoJDK-4963930 which asks for an -Xlint warning to detect unused imports.
See also
- relates to
-
JDK-6970749 javac could provide warnings for unused local variables and private fields
- Closed