-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.1
-
mantis
-
generic, x86
-
generic, linux
Name: rmT116609 Date: 01/24/2002
java version "1.4.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-rc-b91)
Java HotSpot(TM) Client VM (build 1.4.0-rc-b91, mixed mode)
DESCRIPTION OF THE PROBLEM :
When I call the javadoc with a list of files it does not generate crossreferences between classes/interfaces for the parameter and return values.
REGRESSION. Last worked in version 1.3.1_02
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Create the following interfaces:
First:
package de;
public interface class1 {}
Second:
package de;
public interface class2 {
public class1 getClass1Object(class1 param);
}
2. Optionally create a file which contains both interfaces.
3. Run javadoc:
javadoc de/class1.java de/class2.java
EXPECTED VERSUS ACTUAL BEHAVIOR :
The parameter and return value of method class2.getClass1Object should be links to class1.
Actual only the string de.class1 appears.
This bug can be reproduced always.
Release Regression From : 1.3.1_02
The above release value was the last known release where this
bug was knwon to work. Since then there has been a regression.
(Review ID: 138599)
======================================================================
- duplicates
-
JDK-4652836 REGRESSION: Javadoc links to our classes being displayed as text
-
- Closed
-
-
JDK-4788715 Types of arguments in same package not links
-
- Closed
-