Use InnerClass attribute to get the true inner class information
In both the JDI code and the JDWP backend code, the class names are used
to determine which classes are inner classes. This should probably
be using the InnerClass attribute of the class file someday and not
resort to string compares of classnames and implementation defined
details on how inner class names are generated.
###@###.### 2003-09-11
In both the JDI code and the JDWP backend code, the class names are used
to determine which classes are inner classes. This should probably
be using the InnerClass attribute of the class file someday and not
resort to string compares of classnames and implementation defined
details on how inner class names are generated.
###@###.### 2003-09-11
- relates to
-
JDK-4921260 JDWP: nestedtypes should not include anonymous classes
-
- Resolved
-
-
JDK-4431170 com.sun.jdi.ReferenceType.nestedTypes() returns bad data for inner classes
-
- Closed
-
-
JDK-4965972 JVMTI access to InnerClass and EnclosingClass Attributes
-
- Closed
-