Dump the following class:
class T { class M { } private class N { } }
The class T.N will never show up, even with "-p".
Also, if you ask for a dump of T$N, it will not replace
the dollor by a dot.
class T { class M { } private class N { } }
The class T.N will never show up, even with "-p".
Also, if you ask for a dump of T$N, it will not replace
the dollor by a dot.
- relates to
-
JDK-4028577 Class: getDeclaringClass, getClasses and getDeclaredClasses unimplemented
-
- Closed
-
-
JDK-4160701 NullPointerException on inner class
-
- Closed
-