JDK-4720100 : Add a -Xclasses (unsupported) option to javadoc to process from class files
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-07-24
  • Updated: 2003-04-12
  • Resolved: 2002-09-02
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.
Other
1.4.2 mantisFixed
Description
Add an option

	-Xclasses

to the javadoc command line.  That would cause javadoc 
change its behavior when it encounters "package" names
on the command line.  Those names would, under this
option, be considered to be class names rather than package
names.  Under that condition, it should not load the
class from source, but rather should load the class
from the class file.

This is required for rewriting javah and rmic.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis mantis-b02 FIXED IN: mantis mantis-b02 INTEGRATED IN: mantis mantis-b02
14-06-2004

PUBLIC COMMENTS ...
10-06-2004

EVALUATION Yes. ###@###.### 2002-07-24
24-07-2002