JDK-4776241 : unused source file in javap...
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-11-08
  • Updated: 2008-06-26
  • Resolved: 2011-05-18
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 b30Fixed
Description
In javap, the class sun.tools.javap.Constants is not used
except in class Tables, but class Tables doesn't appear to
actually use most of the constant values from Constants.
I wouldn't be surprised if it doesn't use ANY of them.  All
of the constants in Constants that define Java language
constructs (i.e. ASGSUB) can be removed.  Perhaps Constants.java
can be removed altogether.

Comments
EVALUATION Gone away in the new javap
17-02-2008

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
08-09-2004

PUBLIC COMMENTS ...
08-09-2004

EVALUATION .. will remove this but in 1.5.1 ###@###.### 2003-11-19
19-11-2003