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

changeset 2134
b0c086cd4520
parent 1755
ddb4a2bfcd82
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/annotations/typeAnnotations/failures/LintCast.out	Tue Oct 15 22:15:35 2013 +0200
     1.2 +++ b/test/tools/javac/annotations/typeAnnotations/failures/LintCast.out	Tue Oct 15 15:57:13 2013 -0700
     1.3 @@ -1,11 +1,11 @@
     1.4  LintCast.java:15:21: compiler.warn.redundant.cast: java.lang.String
     1.5  LintCast.java:21:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
     1.6 -LintCast.java:27:20: compiler.warn.redundant.cast: int @A []
     1.7 +LintCast.java:27:20: compiler.warn.redundant.cast: int[]
     1.8  LintCast.java:39:24: compiler.warn.redundant.cast: java.lang.String
     1.9  LintCast.java:40:26: compiler.warn.redundant.cast: java.lang.String
    1.10 -LintCast.java:45:23: compiler.warn.redundant.cast: java.lang.Object @A []
    1.11 +LintCast.java:45:23: compiler.warn.redundant.cast: java.lang.Object[]
    1.12  LintCast.java:49:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
    1.13 -LintCast.java:53:27: compiler.warn.redundant.cast: java.util.List<@A java.lang.String>
    1.14 +LintCast.java:53:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
    1.15  LintCast.java:57:21: compiler.warn.redundant.cast: java.lang.Object
    1.16  LintCast.java:61:27: compiler.warn.redundant.cast: LintCast.Outer.Inner
    1.17  10 warnings
    1.18 \ No newline at end of file

mercurial