-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b136
-
generic
-
generic
-
Verified
As part of JSR 269, javac started to accept the names of class files to undergo annotation processing. However, if the set of names includes multiple names of nested classes, subsequent lookups fail, even if independent compiles with the same class path find each class file.
These failures occur for the names of the classes generated from the NestingExamples code listed at
http://java.sun.com/javase/6/docs/api/javax/lang/model/element/NestingKind.html
See also the test program for 6449781.
These failures occur for the names of the classes generated from the NestingExamples code listed at
http://java.sun.com/javase/6/docs/api/javax/lang/model/element/NestingKind.html
See also the test program for 6449781.
- relates to
-
JDK-6449781 TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name
-
- Closed
-