JDK-6929156 : need new lint options for compiler
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-24
  • Updated: 2017-05-16
  • Resolved: 2011-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
There are two categories of lint warnings under consideration:

-- reporting use of static variable or method qualified by an expression instead of a type
-- reporting suspicious combinations of command line options, such as -source without setting a bootclasspath

These should be covered by new suboptions for lint, such as
	-Xlint:static
	-Xlint:options

Comments
EVALUATION -Xlint:static and -Xlint:options now provided
15-01-2011

EVALUATION Yes.
24-02-2010