FULL PRODUCT VERSION :
ADDITIONAL OS VERSION INFORMATION :
Linux hmpc 2.6.8-24.25-default #1 Thu Aug 24 09:57:32 UTC 2006 i686 athlon i386 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
The javadoc comment of the method java.lang.Readable.read() contains a "@throws" tag for the exception "ReadOnlyBufferException" from package "java.nio". In the generated HTML page there is not created a clickable link to the referenced class. I suspect this is due to a missing packahe specification, either directly in the @throws argument (java.nio.ReadOnlyBufferException) or indirecly by an import declaration.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Just read http://java.sun.com/javase/6/docs/api/java/lang/Readable.html
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
A clickable link for the word "ReadOnlyBufferException".
ACTUAL -
A plain text word "ReadOnlyBufferException".
REPRODUCIBILITY :
This bug can be reproduced always.
ADDITIONAL OS VERSION INFORMATION :
Linux hmpc 2.6.8-24.25-default #1 Thu Aug 24 09:57:32 UTC 2006 i686 athlon i386 GNU/Linux
A DESCRIPTION OF THE PROBLEM :
The javadoc comment of the method java.lang.Readable.read() contains a "@throws" tag for the exception "ReadOnlyBufferException" from package "java.nio". In the generated HTML page there is not created a clickable link to the referenced class. I suspect this is due to a missing packahe specification, either directly in the @throws argument (java.nio.ReadOnlyBufferException) or indirecly by an import declaration.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Just read http://java.sun.com/javase/6/docs/api/java/lang/Readable.html
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
A clickable link for the word "ReadOnlyBufferException".
ACTUAL -
A plain text word "ReadOnlyBufferException".
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-6613827 (spec) Readable.read() incorrectly contains literal @return
-
- Closed
-