langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Tue, 30 Oct 2012 10:15:19 -0700 jjg 8001929: fix doclint errors in langtools doc comments
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 17 Oct 2012 16:43:26 +0100 mcimadamore 7192245: Add parser support for default methods
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Tue, 09 Oct 2012 19:10:00 -0700 jjg 8000663: clean up langtools imports
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 02 Aug 2012 18:23:21 +0100 mcimadamore 7175538: Integrate efectively final check with DA/DU analysis
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 31 May 2012 17:44:04 +0100 mcimadamore 7160084: javac fails to compile an apparently valid class/interface combination
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
Mon, 26 Mar 2012 15:28:22 +0100 mcimadamore 7151492: Encapsulate check logic into Attr.ResultInfo
Mon, 26 Mar 2012 15:27:51 +0100 mcimadamore 7151580: Separate DA/DU logic from exception checking logic in Flow.java
Fri, 09 Mar 2012 17:10:56 +0000 mcimadamore 7151802: compiler update caused sqe test failed
Tue, 06 Mar 2012 13:29:45 +0000 mcimadamore 7133238: Merge proto-kind and proto-type into a single result class
Tue, 06 Mar 2012 13:28:05 +0000 mcimadamore 7144506: Attr.checkMethod should be called after inference variables have been fixed
Fri, 02 Mar 2012 12:58:35 +0000 mcimadamore 7148164: attribution code for diamond should not rely on mutable state
Thu, 23 Feb 2012 09:53:09 -0800 darcy 7148025: javac should not warn about InterrupttedException on the declaration of AutoCloseable itself
Mon, 28 Nov 2011 16:05:46 +0000 mcimadamore 7115052: Add parser support for method references
Mon, 28 Nov 2011 15:56:42 +0000 mcimadamore 7115050: Add parser support for lambda expressions
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Fri, 09 Sep 2011 17:19:26 -0700 jjg 7073508: Regression: NullPointerException at com.sun.tools.javac.code.Lint$AugmentVisitor.augment
Wed, 27 Jul 2011 19:01:08 +0100 mcimadamore 7046778: Project Coin: problem with diamond and member inner classes
Thu, 30 Jun 2011 12:00:53 -0700 jjg 7060926: Attr.PostAttrAnalyzer misses a case
Mon, 16 May 2011 09:38:04 +0100 mcimadamore 7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor
Thu, 28 Apr 2011 15:05:36 -0700 jjg 7029150: Project Coin: present union types from the tree API through to javax.lang.model
Wed, 13 Apr 2011 11:35:43 -0700 jjh 7032975: API files in javax.annotation.processing need to be updated for references to JLS
Wed, 06 Apr 2011 19:30:57 -0700 darcy 7033809: Rename "disjunctive" to "union" in javax.lang.model
Fri, 01 Apr 2011 12:30:13 +0100 mcimadamore 7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource
Tue, 29 Mar 2011 16:41:18 +0100 mcimadamore 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
Tue, 29 Mar 2011 16:40:51 +0100 mcimadamore 7030150: Type inference for generic instance creation failed for formal type parameter
Tue, 29 Mar 2011 16:40:31 +0100 mcimadamore 7030606: Project-coin: multi-catch types should be pairwise disjoint
Tue, 15 Mar 2011 11:04:56 -0700 jjg 6993311: annotations on packages are not validated
Mon, 07 Mar 2011 14:31:50 +0000 mcimadamore 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
Wed, 02 Mar 2011 21:13:55 -0800 jjg 6639645: Modeling type implementing missing interfaces
Wed, 02 Mar 2011 10:56:39 +0000 mcimadamore 6541876: "Enclosing Instance" error new in 1.6
Mon, 28 Feb 2011 11:48:53 +0000 mcimadamore 7015430: Incorrect thrown type determined for unchecked invocations
Fri, 18 Feb 2011 12:28:49 +0000 mcimadamore 7020043: Project Coin: diamond allowed on non-generic type
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Thu, 03 Feb 2011 09:38:19 +0000 mcimadamore 7014715: javac returns different error code for certain failure(s)
Thu, 03 Feb 2011 09:36:28 +0000 mcimadamore 5017953: spurious cascaded diagnostics when name not found
Thu, 03 Feb 2011 09:35:21 +0000 mcimadamore 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Wed, 26 Jan 2011 11:20:19 -0800 jjg 6554097: "final" confuses @SuppressWarnings
Mon, 24 Jan 2011 15:45:06 +0000 mcimadamore 6510286: Wording of javac error for inner classes
Mon, 24 Jan 2011 15:44:51 +0000 mcimadamore 6968793: issues with diagnostics
Fri, 14 Jan 2011 09:45:04 +0000 mcimadamore 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 10 Jan 2011 14:57:59 -0800 jjg 6992999: fully remove JSR 308 from langtools
Tue, 28 Dec 2010 15:54:52 -0800 ohair 6962318: Update copyright year
Mon, 13 Dec 2010 15:11:00 -0800 mcimadamore 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Mon, 06 Dec 2010 11:50:37 +0000 mcimadamore 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Fri, 03 Dec 2010 16:32:31 +0000 mcimadamore 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
Fri, 12 Nov 2010 12:34:18 +0000 mcimadamore 6970016: Clean up ARM/try-with-resources implementation
Wed, 10 Nov 2010 12:37:25 +0000 mcimadamore 6996914: Diamond inference: problem when accessing protected constructor
Thu, 04 Nov 2010 12:57:48 +0000 mcimadamore 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
Tue, 02 Nov 2010 12:01:35 +0000 mcimadamore 6939780: add a warning to detect diamond sites
less more (0) -100 -60 tip