Changeset: b6d5f53b3b29
Author:    mcimadamore
Date:      2008-08-05 12:54 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/b6d5f53b3b29

6730423: Diagnostic formatter should be an instance field of JCDiagnostic
Summary: JCDiagnostic.fragment should be deprecated and the diagnostic factory 
should be used instead
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/util/JCDiagnostic.java

Changeset: 6be961ee2290
Author:    jjg
Date:      2008-08-05 17:07 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/6be961ee2290

6733995: legal notice repair on 
langtools/src/share/classes/com/sun/tools/javap/JavapTask.java
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/javap/JavapTask.java

Changeset: d635feaf3747
Author:    mcimadamore
Date:      2008-08-08 15:16 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/d635feaf3747

6695838: javac does not detect cyclic inheritance involving static inner 
classes after import clause
Summary: Javac fails to detect some errors due to the order in which a class' 
static imports are entered
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
+ test/tools/javac/staticImport/6695838/T6695838.java
+ test/tools/javac/staticImport/6695838/a/Foo.java
+ test/tools/javac/staticImport/6695838/a/FooInterface.java

Changeset: 30a415f8667f
Author:    mcimadamore
Date:      2008-08-08 17:38 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/30a415f8667f

6718364: inference fails when a generic method is invoked with raw arguments
Summary: Bug in the implementation of Types.isSubtypeUnchecked
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/inference/6718364/T6718364.java
+ test/tools/javac/generics/inference/6718364/T6718364.out

Changeset: 6542933af8f4
Author:    mcimadamore
Date:      2008-08-08 17:43 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/6542933af8f4

6676362: Spurious forward reference error with final var + instance variable 
initializer
Summary: Some javac forward reference errors aren't compliant with the JLS
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/AttrContext.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/ForwardReference/T6676362a.java
+ test/tools/javac/ForwardReference/T6676362b.java
! test/tools/javac/enum/forwardRef/T6425594.out

Changeset: fac6b1beaa5a
Author:    mcimadamore
Date:      2008-08-08 17:48 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/fac6b1beaa5a

6734819: Javac performs flows analysis on already translated classes
Summary: Regression in JavaCompiler.desugar introduced in 6726015
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
+ test/tools/javac/6734819/T6734819a.java
+ test/tools/javac/6734819/T6734819a.out
+ test/tools/javac/6734819/T6734819b.java
+ test/tools/javac/6734819/T6734819b.out
+ test/tools/javac/6734819/T6734819c.java
+ test/tools/javac/6734819/T6734819c.out

Changeset: 938a80a47670
Author:    mcimadamore
Date:      2008-08-08 17:52 +0100
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/938a80a47670

6732461: broken message file for annotation processing
Summary: Regression in sqe test introduced in 6720185
Reviewed-by: jjg

! src/share/classes/com/sun/tools/apt/util/Bark.java

Changeset: 4af43632966c
Author:    xdono
Date:      2008-08-04 13:45 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/4af43632966c

Added tag jdk7-b32 for changeset 13aee98cc0d8

! .hgtags

Changeset: 0a5f04fb7282
Author:    tbell
Date:      2008-08-07 09:45 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/0a5f04fb7282

Merge


Changeset: 7ec8d871eb8c
Author:    tbell
Date:      2008-08-07 18:03 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/7ec8d871eb8c

Merge

- test/tools/javac/5045412/out

Changeset: eefde0421566
Author:    tbell
Date:      2008-08-10 18:36 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/eefde0421566

Merge


Changeset: 1c4a97a661b9
Author:    xdono
Date:      2008-08-14 09:26 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/1c4a97a661b9

Added tag jdk7-b33 for changeset 0a5f04fb7282

! .hgtags

Changeset: 4026dece07e8
Author:    tbell
Date:      2008-08-14 22:17 -0700
URL:       http://hg.openjdk.java.net/jdk7/jsn/langtools/rev/4026dece07e8

Merge


Reply via email to