hg: type-annotations/type-annotations/langtools: 4 new changesets
wdietl at gmail.com
wdietl at gmail.com
Wed Jul 24 23:41:02 PDT 2013
Changeset: 2fbe77c38802
Author: jjg
Date: 2013-07-24 17:35 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/2fbe77c38802
8020556: doclint does not check type variables for @throws
Reviewed-by: mcimadamore
! src/share/classes/com/sun/source/util/DocTrees.java
! src/share/classes/com/sun/tools/doclint/Checker.java
! src/share/classes/com/sun/tools/javac/api/JavacTrees.java
! src/share/classes/com/sun/tools/javac/comp/Env.java
! test/tools/doclint/ReferenceTest.java
Changeset: e9e7e7fe3bd7
Author: wmdietl
Date: 2013-07-24 22:15 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/e9e7e7fe3bd7
Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools
! src/share/classes/com/sun/tools/javac/api/JavacTrees.java
Changeset: 8bee5839585f
Author: wmdietl
Date: 2013-07-24 23:28 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/8bee5839585f
Correctly handle type annotations on type arguments to "this" and "super" constructor invocations.
! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Constructors.java
Changeset: 01303809577e
Author: wmdietl
Date: 2013-07-24 23:40 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/01303809577e
Test and fix for Bug 8020715: remove unnecessary cast.
! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/annotations/typeAnnotations/failures/T8020715.java
More information about the type-annotations-dev
mailing list