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: 4524136
Votes 2
Synopsis stddoclet: label in "link" tag is ignored when apiname is a package name
Category doclet:tbd
Reported Against merlin-beta3
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 07-NOV-2001
Description
This bug has been fixed.
 xxxxx@xxxxx  2002-07-19




java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

Consider this code:

-----

package com.example.test;

/**
 * This is a comment
 * <br> Package Link {@link com.example.test Package Text}
 */
public class DocTest
{
}

-----

Running javadoc produces a DocTest.html file that contains the following line:

 <br> Package Link <A HREF="../../../com/example/test/package-summary.html">com.example.test</A>

But the line should read

 <br> Package Link <A HREF="../../../com/example/test/package-summary.html">Package Text</A>

This behavior appears on both Solaris 8 and Windows 2000.  The behavior may appear on other
platforms.

(Review ID: 134709) 
======================================================================
Work Around
N/A
Evaluation
Confirmed
 xxxxx@xxxxx  2002-02-03

This bug has been fixed.  The label specified now shows up in the output for {@link} tags.  This bug fix is pending review.

 xxxxx@xxxxx  2002-07-19
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang