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: 4644257
Votes 0
Synopsis stddoclet: uses System.out and System.err instead of Messager printwriters
Category doclet:tbd
Reported Against 1.4
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 4587487
Submit Date 27-FEB-2002
Description
This bug has been fixed.
 xxxxx@xxxxx  2002-05-25This is part of the cause of 4587487.

./standard/Standard.java:74:            System.out.println(configuration.standardmessage.getText("stddoclet.version", BUILD_DATE) + "\n");
./standard/HtmlStandardWriter.java:1733:            System.out.println(configuration.standardmessage.getText("stddoclet.version", Standard.BUILD_DATE) + "\n");

These should be using the Messager
Work Around
N/A
Evaluation
The javadoc tool has been fixed; the standard doclet needs fixing.
 xxxxx@xxxxx  2002-03-25

I have fixed this bug and removed the @ignore tag from the regression test at:
test/tools/javadoc/outputRedirect/OutputRedirect.sh
 xxxxx@xxxxx  2002-05-25
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang