langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
Fri, 03 Mar 2017 09:58:11 -0800 vromero 8175790: field JCVariableDecl.vartype can't be null after post attribution analysis
Thu, 09 Feb 2017 15:19:05 +0000 mcimadamore 8174249: Regression in generic method unchecked calls
Mon, 06 Feb 2017 13:12:30 +0530 sadayapalam 8173456: com.sun.tools.javac.util.Assert.error during code compilation
Wed, 11 Jan 2017 10:59:57 +0100 jlahoda 8169197: Improve error reporting for compiling against unexported package
Fri, 16 Dec 2016 15:27:47 +0000 mcimadamore 8171371: Remove redundant type-arguments from generic method calls
Fri, 16 Dec 2016 15:27:34 +0000 mcimadamore 8181370: Convert anonymous inner classes into lambdas/method references
Fri, 16 Dec 2016 05:47:58 +0000 alanb 8170987: Module system implementation refresh (12/2016)
Mon, 05 Dec 2016 19:00:56 +0000 mcimadamore 8170410: inference: javac doesn't implement 18.2.5 correctly
Thu, 01 Dec 2016 09:02:42 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Wed, 02 Nov 2016 20:21:45 +0100 jlahoda 8169074: Build is failing after JDK-8166538
Wed, 02 Nov 2016 16:48:57 +0100 jlahoda 8166538: Improve error reporting for compiling against unexported package
Wed, 02 Mar 2016 18:25:01 -0500 vromero 8026721: Enhance Lambda serialization
Thu, 06 Oct 2016 14:03:58 +0200 jlahoda 8153362: Add javac -Xlint warning to list exposed types which are not accessible
Wed, 21 Sep 2016 05:26:26 +0530 sadayapalam 8163027: AssertionError while compiling a program that uses try with resources.
Tue, 20 Sep 2016 05:28:54 +0530 sadayapalam 8166108: VerifyError passing anonymous inner class to supertype constructor
Tue, 16 Aug 2016 16:43:00 +0200 jlahoda 8078561: Error message should be generated once when -source 6 is specified
Fri, 12 Aug 2016 11:49:18 +0530 sadayapalam 8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
Mon, 01 Aug 2016 08:36:02 -0700 vromero 8161708: javac, consider a different way to handle access code for operators
Fri, 22 Jul 2016 12:38:06 +0100 mcimadamore 8161985: Spurious override of Object.getClass leads to NPE
Wed, 01 Jun 2016 12:39:24 +0100 mcimadamore 8145489: NPE while compiling annotations with qualified names in package-info.java
Thu, 26 May 2016 18:22:05 +0530 sadayapalam 8154052: Java compiler error displays line from the wrong file
Mon, 23 May 2016 15:07:10 +0100 mcimadamore 8157149: Inference: weird propagation of thrown inference variables
Mon, 16 May 2016 13:05:42 +0100 mcimadamore 8153884: Expression lambda erroneously compatible with void-returning descriptor
Mon, 18 Apr 2016 22:25:50 +0200 alundblad 7152104: javac should not warn about missing serialVersionUID for anonymous inner classes
Wed, 23 Mar 2016 13:39:15 +0100 alundblad 8027999: Poorly worded error message when attempting to assign to this
Thu, 17 Mar 2016 19:04:28 +0000 alanb 8142968: Module System implementation
Mon, 22 Feb 2016 16:17:25 -0800 vromero 8149600: javac, remove unused options, step 2
Thu, 28 Jan 2016 14:06:27 +0000 mcimadamore 8148213: Regression: nested unchecked call does not trigger erasure of return type
Wed, 20 Jan 2016 10:53:29 +0000 mcimadamore 8147546: regression when type-checking generic calls inside nested declarations occurring in method context
Wed, 20 Jan 2016 10:50:28 +0000 mcimadamore 8147493: regression when type-checking unchecked method calls
Fri, 13 Nov 2015 18:09:36 +0530 sadayapalam 8073616: Duplicate error message: cannot inherit from final (class) F
Tue, 10 Nov 2015 11:49:14 +0000 mcimadamore 8141613: Compiler fails to infer generic type
Thu, 22 Oct 2015 09:05:54 +0200 alundblad 8087349: Test tools/sjavac/IncCompInheritance.java is failing
Tue, 20 Oct 2015 15:25:41 +0530 sadayapalam 8139836: Can't use super::x method reference when x is protected
Wed, 07 Oct 2015 16:02:57 +0530 sadayapalam 8065219: Deprecated warning in method reference are missing in some cases.
Mon, 05 Oct 2015 15:41:29 +0530 sadayapalam 8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
Tue, 15 Sep 2015 13:43:44 +0100 mcimadamore 8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
Mon, 10 Aug 2015 18:10:18 -0700 vromero 8053906: javac is accepting a self-referencing variable initializer inside a lambda expression
Fri, 24 Jul 2015 15:36:45 -0700 vromero 8132215: class InferenceContext should live in a separate file
Mon, 13 Jul 2015 16:57:52 +0400 avstepan 8080880: some docs cleanup for langtools
Wed, 08 Jul 2015 19:01:57 +0530 sadayapalam 8130745: Revert fix pushed for JDK-8074346
Tue, 16 Jun 2015 09:39:59 +0530 sadayapalam 8074346: Type annotation on a qualified type causes spurious 'cannot find symbol' errors
Fri, 05 Jun 2015 18:43:11 +0530 sadayapalam 8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes.
Wed, 27 May 2015 11:27:42 +0530 sadayapalam 8080726: Redundant error message on private abstract interface method with body.
Tue, 28 Apr 2015 15:20:25 +0530 sadayapalam 8076279: Refactor Attr.check* methods to receive/handle a CheckMode enumeration
Mon, 27 Apr 2015 16:31:29 +0200 jlahoda 8077605: Initializing static fields causes unbounded recursion in javac
Fri, 17 Apr 2015 11:52:10 +0200 alundblad 8073534: Confusing / incorrect error message regarding annotations on non-declarations
Tue, 07 Apr 2015 11:04:29 -0700 jjg 8031744: Annotations on many Language Model elements are not returned
Mon, 30 Mar 2015 17:09:14 +0530 sadayapalam 8062373: Project Coin: diamond and anonymous classes
Fri, 27 Mar 2015 10:11:21 -0700 vromero 8075184: javac is mistakenly considering an missing enclosing instance error as an overload error
Thu, 19 Mar 2015 11:40:07 +0000 mcimadamore 8074100: Turn Type.Mapping into a true visitor
Thu, 19 Mar 2015 11:39:36 +0000 mcimadamore 8074381: java.lang.AssertionError during compiling
Fri, 13 Mar 2015 10:25:46 +0530 sadayapalam 8074148: Attr.visitBinary flags error at wrong position
Thu, 12 Mar 2015 10:24:07 +0530 sadayapalam 8050021: Improper "duplicate case label" error
Fri, 27 Feb 2015 18:20:33 +0000 mcimadamore 8073842: Invalid method reference when referencing a method on a wildcard type
Mon, 23 Feb 2015 13:02:37 +0000 mcimadamore 8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
Mon, 16 Feb 2015 12:24:25 +0000 mcimadamore 8071241: Investigate alternate strategy for type-checking operators
Tue, 20 Jan 2015 21:49:55 +0100 jfranck 8046977: ClassCastException: typing information needed for method reference bridging not preserved
Fri, 16 Jan 2015 14:47:25 +0100 jlahoda 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
Thu, 15 Jan 2015 13:58:11 +0000 mcimadamore 8068995: Cleanup method reference lookup code
less more (0) -60 tip