JDK-4704312 : Javadoc for JDK 1.4 missing many uses of classes
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2002-06-19
  • Updated: 2014-05-05
  • Resolved: 2002-06-19
Related Reports
Duplicate :  
Description

Name: gm110360			Date: 06/18/2002


FULL PRODUCT VERSION :
>java -version
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)


A DESCRIPTION OF THE PROBLEM :
Many of the "Uses of Class" pages report no uses when there
are many functions that return the class.  This is a
problem when trying to determine how to create objects of a
given type.

Ex:http://java.sun.com/j2se/1.4/docs/api/org/omg/CORBA/class
-use/TypeCode.html
Uses of Class
org.omg.CORBA.TypeCode
No usage of org.omg.CORBA.TypeCode

I don't know if it is a Javadoc failure, or if javadoc was
used incorrectly.

REGRESSION.  Last worked in version 1.3

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Just go to
http://java.sun.com/j2se/1.4/docs/api/org/omg/CORBA/class-
use/TypeCode.html



EXPECTED VERSUS ACTUAL BEHAVIOR :
http://java.sun.com/j2se/1.3/docs/api/org/omg/CORBA/class-
use/TypeCode.html is correct

REPRODUCIBILITY :
This bug can be reproduced always.

CUSTOMER WORKAROUND :
Use the 1.3 documentation
(Review ID: 153799) 
======================================================================

Comments
EVALUATION This is a duplicate of 4496290, which was fixed in 1.4.1. ###@###.### 2002-06-19
19-06-2002