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: 4638623
Votes 0
Synopsis Missing constant-values.html entry for CharacterIterator.DONE
Category doclet:tbd
Reported Against 1.4
Release Fixed
State 11-Closed, duplicate of 4526070, bug
Priority: 4-Low
Related Bugs 4526070
Submit Date 15-FEB-2002
Description



The HTML page generated for java.text.CharacterIterator by
javadoc contains a link labelled "Constant Field Values" in the field
detail for DONE. The link refers to
"../../constant-values.html#java.text.CharacterIterator.DONE".
Unfortunately, the generated constant-values.html doesn't have an entry
for java.text.CharacterIterator.DONE.

Interestingly, the very similar java.text.BreakIterator.DONE does have
an entry - I hope javadoc doesn't collect information just based on the
simple identifier?
======================================================================
Work Around
N/A
Evaluation
This is a dupe of 4526070 -- it overlooks all interface constants.
  xxxxx@xxxxx   2002-02-15
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang