langtools/test/tools/javac/annotations/repeatingAnnotations/MissingContainer.out
author jjg
Fri, 02 Nov 2012 14:35:57 -0700
changeset 14371 5652321f1ae4
child 15356 cf312dc54c60
permissions -rw-r--r--
7169362: JDK8: Write compiler tests for repeating annotations for JDK8 Reviewed-by: darcy, jjg Contributed-by: sonali.goel@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14371
5652321f1ae4 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg
parents:
diff changeset
     1
MissingContainer.java:20:1: compiler.err.invalid.containedby.annotation: Foo
5652321f1ae4 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg
parents:
diff changeset
     2
MissingContainer.java:20:6: compiler.err.invalid.containedby.annotation: Foo
5652321f1ae4 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg
parents:
diff changeset
     3
MissingContainer.java:12:1: compiler.err.annotation.missing.default.value: java.lang.annotation.ContainedBy, value
5652321f1ae4 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg
parents:
diff changeset
     4
MissingContainer.java:15:1: compiler.err.invalid.container.wrong.containedby: Foo, FooContainer
5652321f1ae4 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg
parents:
diff changeset
     5
4 errors