-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
generic, sparc
-
generic, solaris_2.5.1
Name: dk30142 Date: 11/02/98
When @link (or @see) refers to a class that is not used in the
implementation, javadoc cannot find it.
The following test case describes the problem.
-------------------------
import com.sun.java.swing.*;
/**
* {@link JSplitPane}
* javadoc -link file:$JDKHOME/docs/api Test.java
*/
public class Test
{
// When the "JSplitPane" line below is present, javadoc runs without error
// or warning. When the line is commented out, it says:
// javadoc: warning - Class or Package not found, in @see tag: JSplitPane
public JSplitPane p;
}
-----------------------------
(Review ID: 41692)
======================================================================
When @link (or @see) refers to a class that is not used in the
implementation, javadoc cannot find it.
The following test case describes the problem.
-------------------------
import com.sun.java.swing.*;
/**
* {@link JSplitPane}
* javadoc -link file:$JDKHOME/docs/api Test.java
*/
public class Test
{
// When the "JSplitPane" line below is present, javadoc runs without error
// or warning. When the line is commented out, it says:
// javadoc: warning - Class or Package not found, in @see tag: JSplitPane
public JSplitPane p;
}
-----------------------------
(Review ID: 41692)
======================================================================
- duplicates
-
JDK-4214552 javadoc unable to find the class unless explicitly imported
-
- Closed
-
-
JDK-4232157 Have javadoc use import statements to find related classes in other pkgs
-
- Closed
-
-
JDK-4330419 With -link, @see/@link don't create links to imported classes
-
- Closed
-