History log of /openjdk10/langtools/test/tools/javac/generics/diamond/neg/Neg05.out
Revision Date Author Comments
# 2868:816bd88d33a8 30-Mar-2015 sadayapalam

8062373: Project Coin: diamond and anonymous classes
Summary: Allow diamond inference in combination with anonymous class instance creation
Reviewed-by: mcimadamore, vromero
Contributed-by: srikanth.adayapalam@oracle.com, maurizio.cimadamore@oracle.com


# 1509:7873d37f5b37 21-Jan-2013 mcimadamore

8005244: Implement overload resolution as per latest spec EDR
Summary: Add support for stuck expressions and provisional applicability
Reviewed-by: jjg


# 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


# 913:ca32f2986301 07-Mar-2011 mcimadamore

7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR)
Reviewed-by: jjg


# 542:97b6fa97b8dd 29-Apr-2010 mikejwre

Merge


# 536:9d9d08922405 13-Apr-2010 mcimadamore

6939620: Switch to 'complex' diamond inference scheme
Summary: Implement new inference scheme for diamond operator that takes into account type of actual arguments supplied to constructor
Reviewed-by: jjg, darcy


# 535:396b117c1743 13-Apr-2010 mcimadamore

6939618: Revert 'simple' diamond implementation
Summary: backout changeset for 6840638
Reviewed-by: jjg


# 382:8109aa93b212 27-Aug-2009 mcimadamore

6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
Summary: diamond operator implementation (simple approach)
Reviewed-by: jjg