Name: rmT116609 Date: 02/14/2001
java version "1.3.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
The method ReferenceType.nestedTypes() is not properly documented. It says that
the method "Returns a List containing each ReferenceType declared within this
type." which is not true. In fact, the method returns only those nested classes
that are loaded at the moment.
Here is the method documentation's URL:
http://java.sun.com/j2se/1.3/docs/guide/jpda/jdi/com/sun/jdi/ReferenceType.html#nestedTypes()
(Review ID: 116950)
======================================================================