-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
x86
-
windows_nt
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)
======================================================================
- duplicates
-
JDK-4496290 REGRESSION: -use is severely broken
-
- Resolved
-