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

changeset 2134
b0c086cd4520
parent 1755
ddb4a2bfcd82
child 2525
2eb010b6cb22
equal deleted inserted replaced
2133:19e8eebfbe52 2134:b0c086cd4520
1 LintCast.java:15:21: compiler.warn.redundant.cast: java.lang.String 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> 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 @A [] 3 LintCast.java:27:20: compiler.warn.redundant.cast: int[]
4 LintCast.java:39:24: compiler.warn.redundant.cast: java.lang.String 4 LintCast.java:39:24: compiler.warn.redundant.cast: java.lang.String
5 LintCast.java:40:26: 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 @A [] 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> 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<@A 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 9 LintCast.java:57:21: compiler.warn.redundant.cast: java.lang.Object
10 LintCast.java:61:27: compiler.warn.redundant.cast: LintCast.Outer.Inner 10 LintCast.java:61:27: compiler.warn.redundant.cast: LintCast.Outer.Inner
11 10 warnings 11 10 warnings

mercurial