History log of /openjdk10/langtools/test/tools/javac/6979683/TestCast6979683_BAD35.java.errlog
Revision Date Author Comments
# 1295:cddc2c894cc6 02-Aug-2012 mcimadamore

7175911: Simplify error reporting API in Check.CheckContext interface
Summary: Make error messages generated during Check.checkType more uniform and more scalable
Reviewed-by: jjg, dlsmith


# 1237:e28a06a3c5d9 26-Mar-2012 mcimadamore

7151492: Encapsulate check logic into Attr.ResultInfo
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used
Reviewed-by: jjg, dlsmith


# 664:d3ead6731a91 01-Sep-2010 jrose

6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
Summary: Allow casts which narrow and then unbox.
Reviewed-by: mcimadamore