langtools/test/tools/javac/annotations/neg/8022765/ErroneousAnnotations.out
author jlahoda
Fri, 10 Jan 2014 11:31:09 +0100
changeset 22439 4785d87cd2d6
permissions -rw-r--r--
8029376: Full attribution of unresolvable annotations 8029161: javac crashing when processing broken annotations Summary: Attributing values of annotation attributes regardless how broken the annotation is. Reviewed-by: jjg, jfranck
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22439
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     1
ErroneousAnnotations.java:24:9: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.annotation, ErroneousAnnotations.Annot, null)
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     2
ErroneousAnnotations.java:8:6: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.class, ErroneousAnnotations, null)
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     3
ErroneousAnnotations.java:10:6: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, java.lang.annotation.Annotation)
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     4
ErroneousAnnotations.java:12:13: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.class, ErroneousAnnotations, null)
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     5
ErroneousAnnotations.java:16:16: compiler.err.annotation.not.valid.for.type: int
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     6
ErroneousAnnotations.java:16:17: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.class, ErroneousAnnotations, null)
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     7
ErroneousAnnotations.java:18:16: compiler.err.annotation.not.valid.for.type: int
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     8
ErroneousAnnotations.java:20:21: compiler.err.not.annotation.type: ErroneousAnnotations.PrimitiveImpl
4785d87cd2d6 8029376: Full attribution of unresolvable annotations
jlahoda
parents:
diff changeset
     9
8 errors