langtools/test/tools/javac/annotations/6881115/T6881115.out
author jjg
Tue, 19 Oct 2010 15:02:48 -0700
changeset 7072 4863847e93a5
parent 6347 947437d52cc1
child 15385 ee1eebe7e210
permissions -rw-r--r--
6987760: remove 308 support from JDK7 Reviewed-by: darcy, mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6342
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     1
T6881115.java:10:30: compiler.err.duplicate.annotation.member.value: b2, B
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     2
T6881115.java:10:19: compiler.err.annotation.missing.default.value: B, b1
6345
7d98c298aafd 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents: 6342
diff changeset
     3
T6881115.java:11:26: compiler.err.annotation.missing.default.value.1: B, b1,b2
6342
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     4
T6881115.java:11:43: compiler.err.duplicate.annotation.member.value: b2, B
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     5
T6881115.java:11:32: compiler.err.annotation.missing.default.value: B, b1
6347
947437d52cc1 6976649: javac does not enforce required annotation elements in arrays
mcimadamore
parents: 6345
diff changeset
     6
T6881115.java:17:19: compiler.err.duplicate.annotation.member.value: b2, B
947437d52cc1 6976649: javac does not enforce required annotation elements in arrays
mcimadamore
parents: 6345
diff changeset
     7
T6881115.java:17:8: compiler.err.annotation.missing.default.value: B, b1
947437d52cc1 6976649: javac does not enforce required annotation elements in arrays
mcimadamore
parents: 6345
diff changeset
     8
T6881115.java:18:13: compiler.err.annotation.missing.default.value.1: B, b1,b2
947437d52cc1 6976649: javac does not enforce required annotation elements in arrays
mcimadamore
parents: 6345
diff changeset
     9
T6881115.java:18:30: compiler.err.duplicate.annotation.member.value: b2, B
947437d52cc1 6976649: javac does not enforce required annotation elements in arrays
mcimadamore
parents: 6345
diff changeset
    10
T6881115.java:18:19: compiler.err.annotation.missing.default.value: B, b1
7072
4863847e93a5 6987760: remove 308 support from JDK7
jjg
parents: 6347
diff changeset
    11
10 errors