JDK-6748541 : javadoc should be reusable
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-09-15
  • Updated: 2016-11-07
  • 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 6 JDK 7
6u141Fixed 7 b39Fixed
Related Reports
Relates :  
Relates :  
Description
Currently, due to excessive use of static data, javadoc can only (reliably) be executed once in a JVM.  Subsequent attempts to use it may be "polluted" by earlier attempts. (E.g. options).

javadoc should be serially reusable.

Comments
EVALUATION Change is covered by running existing tests in samevm mode
15-10-2008

EVALUATION Reduce use of static instances.
17-09-2008