test/tools/javac/annotations/typeAnnotations/failures/LintCast.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 2525
2eb010b6cb22
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 LintCast.java:15:21: compiler.warn.redundant.cast: java.lang.String
     2 LintCast.java:21:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
     3 LintCast.java:27:20: compiler.warn.redundant.cast: int[]
     4 LintCast.java:39:24: compiler.warn.redundant.cast: java.lang.String
     5 LintCast.java:40:26: compiler.warn.redundant.cast: java.lang.String
     6 LintCast.java:45:23: compiler.warn.redundant.cast: java.lang.Object[]
     7 LintCast.java:49:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
     8 LintCast.java:53:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
     9 LintCast.java:57:21: compiler.warn.redundant.cast: java.lang.Object
    10 LintCast.java:61:27: compiler.warn.redundant.cast: LintCast.Outer.Inner
    11 10 warnings

mercurial