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

changeset 384
ed31953ca025
parent 309
664edca41e34
equal deleted inserted replaced
383:8109aa93b212 384:ed31953ca025
1 LintCast.java:36:21: compiler.warn.redundant.cast: java.lang.String 1 LintCast.java:13:21: compiler.warn.redundant.cast: java.lang.String
2 LintCast.java:42:27: compiler.warn.redundant.cast: java.util.List<java.lang.String> 2 LintCast.java:19:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
3 LintCast.java:48:20: compiler.warn.redundant.cast: int[] 3 LintCast.java:25:20: compiler.warn.redundant.cast: int[]
4 LintCast.java:60:24: compiler.warn.redundant.cast: java.lang.String 4 LintCast.java:37:24: compiler.warn.redundant.cast: java.lang.String
5 LintCast.java:61:26: compiler.warn.redundant.cast: java.lang.String 5 LintCast.java:38:26: compiler.warn.redundant.cast: java.lang.String
6 5 warnings 6 5 warnings

mercurial