hg: type-annotations/type-annotations/langtools: 2 new changesets

wdietl at gmail.com wdietl at gmail.com
Mon Nov 19 01:59:34 PST 2012


Changeset: 4513dfa84ded
Author:    wmdietl
Date:      2012-11-19 01:52 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/4513dfa84ded

Guard against null value that happens with lambda.
This code will be rewritten soon and then this will be dealt with more properly.

! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java

Changeset: 8466f6bcab55
Author:    wmdietl
Date:      2012-11-19 01:59 -0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/8466f6bcab55

Clean up error propagation between rounds.
Remove complications in JavacProcessingEnvironment and propagate nerrors and nwarnings in Log. Only a few test cases needed to be adapted to the correct behavior.

! src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
! src/share/classes/com/sun/tools/javac/util/Log.java
! test/tools/javac/7129225/TestImportStar.java
! test/tools/javac/7129225/TestImportStar.ref
! test/tools/javac/processing/6994946/SemanticErrorTest.2.out
! test/tools/javac/processing/model/element/TestMissingElement/TestMissingElement.java
+ test/tools/javac/processing/model/element/TestMissingElement/TestMissingElement.ref
! test/tools/javac/processing/model/util/directSupersOfErr/DirectSupersOfErr.java
+ test/tools/javac/processing/model/util/directSupersOfErr/DirectSupersOfErr.ref



More information about the type-annotations-dev mailing list