langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Mon, 14 Jan 2013 13:50:01 -0800 jjg 8006119: update javac to follow latest spec for repeatable annotations
Mon, 17 Dec 2012 16:13:01 +0000 mcimadamore 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:36 +0000 mcimadamore 8004101: Add checks for method reference well-formedness
Fri, 30 Nov 2012 15:14:25 +0000 mcimadamore 8004102: Add support for generic functional descriptors
Fri, 30 Nov 2012 15:14:12 +0000 mcimadamore 8004105: Expression statement lambdas should be void-compatible
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Wed, 14 Nov 2012 17:23:10 -0800 jjg 7021614: extend com.sun.source API to support parsing javadoc comments
Tue, 13 Nov 2012 15:09:15 -0800 jjg 8003299: Cleanup javac Log support for deferred diagnostics
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 01 Nov 2012 10:48:36 +0100 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
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
Tue, 26 Oct 2010 14:29:48 -0700 jjg 6949587: rename "DisjointType" to "DisjunctType"
Fri, 22 Oct 2010 14:04:33 -0700 jjg 6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Sat, 18 Sep 2010 09:56:23 -0700 mcimadamore 5088624: cannot find symbol message should be more intelligent
Tue, 07 Sep 2010 17:33:43 +0100 mcimadamore 6970584: Flow.java should be more error-friendly
Tue, 07 Sep 2010 17:32:27 +0100 mcimadamore 6979327: method handle invocation should use casts instead of type parameters to specify return type
Fri, 03 Sep 2010 12:36:43 +0530 sundar 6956462: AssertionError exception thrown in the Compiler Tree API in JDK 7.
Mon, 30 Aug 2010 18:03:35 -0700 jjg 6403465: javac should defer diagnostics until it can be determined they are persistent
Thu, 19 Aug 2010 11:52:58 +0100 mcimadamore 6885255: Improve usability of raw warnings
Mon, 16 Aug 2010 14:56:23 +0100 mcimadamore 6976649: javac does not enforce required annotation elements in arrays
Tue, 10 Aug 2010 14:52:34 +0100 mcimadamore 6975275: diamond implementation needs some cleanup
Thu, 05 Aug 2010 09:45:25 +0100 mcimadamore 6857948: Calling a constructor with a doubly bogus argument causes an internal error
Thu, 05 Aug 2010 09:44:54 +0100 mcimadamore 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
Thu, 29 Jul 2010 15:56:25 +0100 mcimadamore 6938454: Unable to determine generic type in program that compiles under Java 6
Mon, 26 Jul 2010 14:25:56 -0700 jjg 6957438: improve code for generating warning messages containing option names
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
Tue, 29 Jun 2010 22:43:59 -0700 lana Merge
Fri, 18 Jun 2010 15:12:04 -0700 jrose Merge
Sat, 01 May 2010 15:05:39 -0700 jrose 6939134: JSR 292 adjustments to method handle invocation
Thu, 10 Jun 2010 17:09:56 -0700 jjg 6960407: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 09:29:23 +0100 mcimadamore 6945418: Project Coin: Simplified Varargs Method Invocation
Fri, 28 May 2010 12:41:48 -0700 lana Merge
Wed, 19 May 2010 16:42:37 +0100 mcimadamore 6946618: sqe test fails: javac/generics/NewOnTypeParm in pit jdk7 b91 in all platforms.
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Mon, 03 May 2010 17:12:59 -0700 mcimadamore 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
Wed, 21 Apr 2010 12:24:56 +0100 mcimadamore 6730476: invalid "unchecked generic array" warning
Wed, 14 Apr 2010 12:31:55 +0100 mcimadamore 6939620: Switch to 'complex' diamond inference scheme
Wed, 14 Apr 2010 12:23:29 +0100 mcimadamore 6939618: Revert 'simple' diamond implementation
Thu, 25 Feb 2010 09:42:35 -0800 jjg 4880220: Add a warning when accessing a static method via an reference
Tue, 23 Feb 2010 18:43:02 -0800 jjg 6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
Mon, 02 Nov 2009 21:36:59 -0800 darcy 6827009: Project Coin: Strings in Switch
Thu, 27 Aug 2009 13:40:48 +0100 mcimadamore 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
Fri, 21 Aug 2009 14:58:21 -0700 jjg 6873845: refine access to symbol file
Tue, 11 Aug 2009 01:14:06 +0100 mcimadamore 6569404: Cannot instantiate an inner class of a type variable
Tue, 11 Aug 2009 01:12:40 +0100 mcimadamore 6840059: regression: javac silently crashes when resolving erroneous anonymous inner constructor
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Wed, 24 Jun 2009 10:50:54 +0100 mcimadamore 6852595: Accessing scope using JSR199 API on erroneous tree causes Illegal Argument Exception
Mon, 04 May 2009 21:04:04 -0700 jrose 6829189: Java programming with JSR 292 needs language support
Mon, 09 Mar 2009 13:29:06 -0700 xdono 6814575: Update copyright year
Tue, 13 Jan 2009 13:28:42 +0000 mcimadamore 6723444: javac fails to substitute type variables into a constructor's throws clause
Tue, 28 Oct 2008 14:05:59 +0000 mcimadamore 6763518: Impossible to suppress raw-type warnings
Fri, 24 Oct 2008 12:46:34 +0100 mcimadamore 6758789: Some method resolution diagnostic should be improved
Fri, 24 Oct 2008 12:45:47 +0100 mcimadamore 6680106: StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds
Thu, 23 Oct 2008 17:59:43 +0100 mcimadamore 6711619: javac doesn't allow access to protected members in intersection types
Mon, 29 Sep 2008 12:00:29 +0100 mcimadamore 6747671: -Xlint:rawtypes
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Tue, 09 Sep 2008 10:28:21 -0700 jjg 6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
Fri, 08 Aug 2008 17:43:24 +0100 mcimadamore 6676362: Spurious forward reference error with final var + instance variable initializer
less more (0) -120 tip