History log of /openjdk9/langtools/test/tools/javac/cast/6557182/T6557182.out
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


# 383:ed31953ca025 27-Aug-2009 jjg

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


# 220:6ada6122dd4f 13-Feb-2009 mcimadamore

6769027: Source line should be displayed immediately after the first diagnostic line
Summary: Added support for customizing diagnostic output via API/command line flags
Reviewed-by: jjg


# 210:4542977c959e 28-Jan-2009 mcimadamore

6557182: Unchecked warning *and* inconvertible types
Summary: Redundant warnings are generated when casting from intersection types
Reviewed-by: jjg