test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateScoping.out

Wed, 23 Oct 2013 23:20:32 -0400

author
emc
date
Wed, 23 Oct 2013 23:20:32 -0400
changeset 2167
d2fa3f7e964e
parent 2134
b0c086cd4520
child 2355
4f7d19235357
permissions
-rw-r--r--

8006732: support correct bytecode storage of type annotations in multicatch
Summary: Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail.
Reviewed-by: jfranck, jjg

     1 CantAnnotateScoping.java:61:9: compiler.err.cant.resolve.location: kindname.class, lang, , , (compiler.misc.location: kindname.package, java, null)
     2 CantAnnotateScoping.java:66:9: compiler.err.cant.resolve.location: kindname.class, XXX, , , (compiler.misc.location: kindname.package, java, null)
     3 CantAnnotateScoping.java:70:9: compiler.err.cant.resolve.location: kindname.class, lang, , , (compiler.misc.location: kindname.package, java, null)
     4 CantAnnotateScoping.java:38:14: compiler.err.cant.type.annotate.scoping.1: @TA
     5 CantAnnotateScoping.java:47:18: compiler.err.cant.type.annotate.scoping.1: @TA
     6 CantAnnotateScoping.java:56:37: compiler.err.cant.type.annotate.scoping: @TA,@TA2
     7 CantAnnotateScoping.java:40:14: compiler.err.cant.type.annotate.scoping.1: @TA
     8 CantAnnotateScoping.java:42:34: compiler.err.cant.type.annotate.scoping: @TA,@DA,@TA2
     9 CantAnnotateScoping.java:44:38: compiler.err.cant.type.annotate.scoping: @TA,@DA
    10 CantAnnotateScoping.java:44:34: compiler.err.annotation.type.not.applicable
    11 10 errors

mercurial