langtools/test/tools/javac/annotations/neg/AnonSubclass.out
author alundblad
Fri, 10 Jan 2014 12:47:15 +0100
changeset 22440 d40c30326317
child 45500 365640343c55
permissions -rw-r--r--
8028389: NullPointerException compiling annotation values that have bodies Summary: Made sure anonymous class declarations inside class- and package-level annotations are properly entered. Reviewed-by: jfranck
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22440
d40c30326317 8028389: NullPointerException compiling annotation values that have bodies
alundblad
parents:
diff changeset
     1
AnonSubclass.java:10:15: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.anonymous.class: java.lang.Object, java.lang.String)
d40c30326317 8028389: NullPointerException compiling annotation values that have bodies
alundblad
parents:
diff changeset
     2
1 error