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

Thu, 27 Aug 2009 11:08:27 -0700

author
jjg
date
Thu, 27 Aug 2009 11:08:27 -0700
changeset 384
ed31953ca025
parent 309
664edca41e34
permissions
-rw-r--r--

6875336: some tests should use /nodynamiccopyright/
Reviewed-by: darcy

jjg@384 1 LintCast.java:13:21: compiler.warn.redundant.cast: java.lang.String
jjg@384 2 LintCast.java:19:27: compiler.warn.redundant.cast: java.util.List<java.lang.String>
jjg@384 3 LintCast.java:25:20: compiler.warn.redundant.cast: int[]
jjg@384 4 LintCast.java:37:24: compiler.warn.redundant.cast: java.lang.String
jjg@384 5 LintCast.java:38:26: compiler.warn.redundant.cast: java.lang.String
jjg@309 6 5 warnings

mercurial