langtools/test/tools/javac/annotations/typeAnnotations/failures/LintCast.out
changeset 21041 99f5e5e97425
parent 17578 46ac954e4a84
equal deleted inserted replaced
21040:3e32f68d2151 21041:99f5e5e97425
     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