test/tools/javac/annotations/repeatingAnnotations/CyclicAnnotation.out

Mon, 03 Dec 2012 11:16:32 +0100

author
jfranck
date
Mon, 03 Dec 2012 11:16:32 +0100
changeset 1445
376d6c1b49e5
parent 1386
bf76f4190ef8
child 1492
df694c775e8a
permissions
-rw-r--r--

8001114: Container annotation is not checked for semantic correctness
Reviewed-by: jjg

     1 CyclicAnnotation.java:12:1: compiler.err.invalid.container.wrong.containerfor: Foo, Baz
     2 CyclicAnnotation.java:13:1: compiler.err.invalid.container.wrong.containedby: Foo, Baz
     3 CyclicAnnotation.java:15:11: compiler.err.cyclic.annotation.element
     4 CyclicAnnotation.java:18:1: compiler.err.invalid.container.wrong.containerfor: Baz, Foo
     5 CyclicAnnotation.java:19:1: compiler.err.invalid.container.wrong.containedby: Baz, Foo
     6 5 errors

mercurial