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

Tue, 25 May 2010 15:54:51 -0700

author
ohair
date
Tue, 25 May 2010 15:54:51 -0700
changeset 554
9d9f26857129
parent 384
ed31953ca025
permissions
-rw-r--r--

6943119: Rebrand source copyright notices
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