hg: lambda/lambda/langtools: Bug fixes:
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Thu Aug 19 05:12:33 PDT 2010
Changeset: ce46b6012362
Author: mcimadamore
Date: 2010-08-19 13:11 +0100
URL: http://hg.openjdk.java.net/lambda/lambda/langtools/rev/ce46b6012362
Bug fixes:
*) check that the compiler emits meaningful diagnostics when the lambda body contains bad statements
*) the routine that checks for SAM types should skip defender methods in extended interfaces
*) failure of regression test CheckExamples.java depending on localization settings
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/tools/javac/diags/examples/IllegalChar.java
+ test/tools/javac/lambda/BadStatementInLambda.java
+ test/tools/javac/lambda/BadStatementInLambda.out
+ test/tools/javac/lambda/Defender01.java
More information about the lambda-dev
mailing list