Relates :
|
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 also JDK-4963930 which asks for an -Xlint warning to detect unused imports.
|