test/tools/javac/T6227617.out

Tue, 11 Aug 2009 01:13:42 +0100

author
mcimadamore
date
Tue, 11 Aug 2009 01:13:42 +0100
changeset 360
62fb6cafa93b
parent 0
959103a6100f
permissions
-rw-r--r--

6869075: regression: javac crashes when compiling compound string assignment with generics
Summary: javac should not add syntehtic cast to the LHS of an assignment expression
Reviewed-by: jjg

aoqi@0 1 T6227617.java:14:18: compiler.warn.redundant.cast: int
aoqi@0 2 T6227617.java:19:20: compiler.warn.redundant.cast: java.lang.String
aoqi@0 3 T6227617.java:23:22: compiler.warn.redundant.cast: java.lang.Integer
aoqi@0 4 T6227617.java:33:27: compiler.warn.redundant.cast: int
aoqi@0 5 T6227617.java:36:29: compiler.warn.redundant.cast: java.lang.String
aoqi@0 6 5 warnings

mercurial