History log of /openjdk9/langtools/test/tools/javac/diags/examples/WhereCaptured1.java
Revision Date Author Comments
# 3643:589ff4d43428 06-Sep-2016 vromero

8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
Reviewed-by: mcimadamore


# 3547:e18190929198 26-Jul-2016 vromero

8161019: javac, fold formatter options
Reviewed-by: mcimadamore, jjg


# 2890:e903011dafc7 22-Apr-2015 vromero

8078024: javac, several incorporation steps are silently failing when an error should be reported
Reviewed-by: mcimadamore


# 1351:d4b3cb1ece84 06-Oct-2012 mcimadamore

7177386: Add attribution support for method references
Summary: Add type-checking/lookup routines for method references
Reviewed-by: jjg, dlsmith


# 1304:9d47f4850714 15-Aug-2012 jjh

7191449: update copyright year to match last edit in jdk8 langtools repository
Reviewed-by: jjh
Contributed-by: steve.sides@oracle.com


# 1250:6f0ed5a89c25 11-Apr-2012 mcimadamore

7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic
Reviewed-by: jjg, dlsmith


# 688:77cc34d5e548 18-Sep-2010 mcimadamore

5088624: cannot find symbol message should be more intelligent
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg


# 609:3640b60bd0f6 22-Jul-2010 jjg

6968063: provide examples of code that generate diagnostics
Reviewed-by: mcimadamore