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: 4904075
Votes 0
Synopsis Standard doclet incorrectly prints unnamed package name as empty string
Category doclet:tbd
Reported Against 1.4.2
Release Fixed 1.5(tiger)
State 10-Fix Delivered, bug
Priority: 5-Very Low
Related Bugs
Submit Date 10-AUG-2003
Description
In the package summary, package tree, etc., javadoc prints the unnamed package name as empty string.  We have decided that the proper name for the unnamed package is "Unnamed". 
Work Around
N/A
Evaluation
I notice in 1.4.2 the unnamed package appears as:

  <unnamed package>

in the list of packages in the upper left pane.  
I think the name must be set off visually from other package
names somehow, and the angle brackets work well.  However, with
the new use of angle brackets for type parameters, we might want to
change them to parentheses in this case:

  (unnamed package)

I think this name is preferable to "Unnamed".

  xxxxx@xxxxx   2003-08-28

Fixed.
  xxxxx@xxxxx   2003-09-16
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang