JDK-6929544 : langtools source code uses statics qualified by instance variables
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-24
  • Updated: 2011-07-25
  • Resolved: 2011-07-25
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
7 b86Fixed
Related Reports
Relates :  
Description
The new -Xlint:static option has revealed a number of places in the langtools code where statics fields and methods are indexed by instance variables and not the owning tool.

As a result, -Xlint:static has been disabled in langtools/make/build.properties.

These uses of static items should be fixed.

Comments
EVALUATION Yes. simple cleanup.
25-02-2010