test/tools/javac/annotations/6881115/T6881115.out

Thu, 05 Aug 2010 09:44:54 +0100

author
mcimadamore
date
Thu, 05 Aug 2010 09:44:54 +0100
changeset 629
0fe472f4a332
child 632
ea1930f4b789
permissions
-rw-r--r--

6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
Summary: default annotation value is not attributed
Reviewed-by: jjg, darcy

     1 T6881115.java:10:30: compiler.err.duplicate.annotation.member.value: b2, B
     2 T6881115.java:10:19: compiler.err.annotation.missing.default.value: B, b1
     3 T6881115.java:11:26: compiler.err.annotation.missing.default.value: B, b1
     4 T6881115.java:11:43: compiler.err.duplicate.annotation.member.value: b2, B
     5 T6881115.java:11:32: compiler.err.annotation.missing.default.value: B, b1
     6 5 errors

mercurial