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

Tue, 15 Oct 2013 15:57:13 -0700

author
jjg
date
Tue, 15 Oct 2013 15:57:13 -0700
changeset 2134
b0c086cd4520
parent 1755
ddb4a2bfcd82
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8026564: import changes from type-annotations forest
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com, steve.sides@oracle.com

jjg@1521 1 LintCast.java:15:21: compiler.warn.redundant.cast: java.lang.String
jjg@1521 2 LintCast.java:21:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
jjg@2134 3 LintCast.java:27:20: compiler.warn.redundant.cast: int[]
jjg@1521 4 LintCast.java:39:24: compiler.warn.redundant.cast: java.lang.String
jjg@1521 5 LintCast.java:40:26: compiler.warn.redundant.cast: java.lang.String
jjg@2134 6 LintCast.java:45:23: compiler.warn.redundant.cast: java.lang.Object[]
jjg@1521 7 LintCast.java:49:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
jjg@2134 8 LintCast.java:53:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
jjg@1521 9 LintCast.java:57:21: compiler.warn.redundant.cast: java.lang.Object
jjg@1521 10 LintCast.java:61:27: compiler.warn.redundant.cast: LintCast.Outer.Inner
jjg@1521 11 10 warnings

mercurial