Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6748541
Votes 0
Synopsis javadoc should be reusable
Category java:javadoctool
Reported Against
Release Fixed 7(b39)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 6748543
Submit Date 15-SEP-2008
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.
Posted Date : 2008-09-15 21:07:03.0
Work Around
N/A
Evaluation
Reduce use of static instances.
Posted Date : 2008-09-17 18:55:44.0

Change is covered by running existing tests in samevm mode
Posted Date : 2008-10-15 15:11:52.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang