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: 4459595
Votes 0
Synopsis stddoclet: Serialized form has broken links to private & package-private classes
Category doclet:tbd
Reported Against 1.3
Release Fixed 1.4(merlin-beta)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 16-MAY-2001
Description
The serialized form page has broken links to private and package-private classes.  The <a href> links should be removed, keeping the text as-is.

This happens when running the Javadoc normally (without any access options,
such as -private or -package).  Javadoc correctly does not generate the class
pages for private or package-private classes, and does properly display
them on the serialized form page.  Therefore, there should be no links
attached to those class names.

Here are a few examples:

http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.net.SocketPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.AllPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.BasicPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.PermissionsHash
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.lang.String.CaseInsensitiveComparator

Note that the first four cases have "@serial include" but the latter one does not.
Work Around
N/A
Evaluation
This is dupe of a previous bug, and is submitted only to make it clear that
it has been fixed and integrated in Merlin.

 xxxxx@xxxxx  2001-05-16
Comments
  
  Include a link with my name & email   

Submitted On 15-NOV-2001
unsiged
xxxxx@xxxxx 2001-05-16



PLEASE NOTE: JDK6 is formerly known as Project Mustang