test/tools/javac/annotations/testCrashNestedAnnos/TestCrashNestedAnnos.out

Mon, 11 Nov 2013 17:26:09 +0100

author
jfranck
date
Mon, 11 Nov 2013 17:26:09 +0100
changeset 2188
f3ca12d680f3
parent 0
959103a6100f
permissions
-rw-r--r--

8027375: javac asserts on nested erroneous annotations
Summary: make sure JCAnnotation trees have type != null before annotation processing
Reviewed-by: jjg

aoqi@0 1 TestCrashNestedAnnos.java:9:6: compiler.err.cant.resolve.location: kindname.class, A, , , (compiler.misc.location: kindname.class, TestCrashNestedAnnos, null)
aoqi@0 2 TestCrashNestedAnnos.java:10:6: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: B, java.lang.annotation.Annotation)
aoqi@0 3 2 errors

mercurial