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

changeset 309
664edca41e34
child 384
ed31953ca025
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/typeAnnotations/failures/LintCast.out	Fri Jun 26 19:12:41 2009 -0700
     1.3 @@ -0,0 +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 +5 warnings

mercurial