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

changeset 384
ed31953ca025
parent 309
664edca41e34
     1.1 --- a/test/tools/javac/typeAnnotations/failures/LintCast.out	Thu Aug 27 13:40:48 2009 +0100
     1.2 +++ b/test/tools/javac/typeAnnotations/failures/LintCast.out	Thu Aug 27 11:08:27 2009 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4 -LintCast.java:36:21: compiler.warn.redundant.cast: java.lang.String
     1.5 -LintCast.java:42:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
     1.6 -LintCast.java:48:20: compiler.warn.redundant.cast: int[]
     1.7 -LintCast.java:60:24: compiler.warn.redundant.cast: java.lang.String
     1.8 -LintCast.java:61:26: compiler.warn.redundant.cast: java.lang.String
     1.9 +LintCast.java:13:21: compiler.warn.redundant.cast: java.lang.String
    1.10 +LintCast.java:19:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
    1.11 +LintCast.java:25:20: compiler.warn.redundant.cast: int[]
    1.12 +LintCast.java:37:24: compiler.warn.redundant.cast: java.lang.String
    1.13 +LintCast.java:38:26: compiler.warn.redundant.cast: java.lang.String
    1.14  5 warnings

mercurial