diff -r 03944ee4fac4 -r 664edca41e34 test/tools/javac/typeAnnotations/failures/LintCast.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/javac/typeAnnotations/failures/LintCast.out Fri Jun 26 19:12:41 2009 -0700 @@ -0,0 +1,6 @@ +LintCast.java:36:21: compiler.warn.redundant.cast: java.lang.String +LintCast.java:42:27: compiler.warn.redundant.cast: java.util.List +LintCast.java:48:20: compiler.warn.redundant.cast: int[] +LintCast.java:60:24: compiler.warn.redundant.cast: java.lang.String +LintCast.java:61:26: compiler.warn.redundant.cast: java.lang.String +5 warnings