langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java
Sat, 14 Sep 2013 15:23:21 +0100 vromero 8024207: javac crash in Flow.AssignAnalyzer.visitIdent
Tue, 03 Sep 2013 23:41:37 +0100 vromero 8023545: Misleading error message when using diamond operator with private constructor
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Wed, 21 Aug 2013 20:23:36 -0400 emc 7118412: Shadowing of type-variables vs. member types
Mon, 12 Aug 2013 17:25:07 +0100 mcimadamore 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
Thu, 25 Jul 2013 14:51:40 +0100 mcimadamore 8020843: javac crashes on accessibility check with method reference with typevar receiver
Wed, 17 Jul 2013 14:14:49 +0100 mcimadamore 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
Wed, 17 Jul 2013 14:14:32 +0100 mcimadamore 8020286: Wrong diagnostic after compaction
Wed, 17 Jul 2013 14:11:41 +0100 mcimadamore 8012238: Nested method capture and inference
Wed, 17 Jul 2013 14:09:46 +0100 mcimadamore 8016175: Add bottom-up type-checking support for unambiguous method references
Mon, 01 Jul 2013 14:57:03 +0100 mcimadamore 7034798: Ambiguity error for abstract method call is too eager
Tue, 25 Jun 2013 16:12:53 +0100 vromero 8017104: javac should have a class for primitive types that inherits from Type
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Thu, 06 Jun 2013 15:30:14 +0100 mcimadamore 6360970: javac erroneously accept ambiguous field reference
Fri, 31 May 2013 10:04:59 +0100 vromero 7179353: try-with-resources fails to compile with generic exception parameters
Fri, 24 May 2013 15:27:12 +0100 mcimadamore 8014649: Regression: bug in Resolve.resolveOperator
Wed, 15 May 2013 14:00:31 +0100 mcimadamore 8012003: Method diagnostics resolution need to be simplified in some cases
Mon, 15 Apr 2013 14:18:30 +0100 mcimadamore 8010923: Avoid redundant speculative attribution
Mon, 08 Apr 2013 15:51:41 +0100 mcimadamore 8010922: Cleanup: add support for ad-hoc method check logic
Thu, 28 Feb 2013 14:05:52 +0000 mcimadamore 8008537: Missing method reference lookup error when unbound search finds a static method
Thu, 28 Feb 2013 14:05:44 +0000 mcimadamore 8008813: Structural most specific fails when method reference is passed to overloaded method
Thu, 21 Feb 2013 15:26:46 +0000 mcimadamore 8007461: Regression: bad overload resolution when inner class and outer class have method with same name
Mon, 18 Feb 2013 14:33:25 +0000 vromero 6563143: javac should issue a warning for overriding equals without hashCode
Fri, 15 Feb 2013 16:29:58 +0000 mcimadamore 8007462: Fix provisional applicability for method references
Wed, 06 Feb 2013 14:04:43 +0000 mcimadamore 8007479: Refactor DeferredAttrContext so that it points to parent context
Wed, 06 Feb 2013 14:03:39 +0000 mcimadamore 8007463: Cleanup inference related classes
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Wed, 16 Jan 2013 17:40:28 +0000 mcimadamore 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure
Wed, 16 Jan 2013 16:27:01 +0000 mcimadamore 8005854: Add support for array constructor references
Tue, 08 Jan 2013 10:16:26 +0100 mcimadamore 8005179: Cleanup Resolve.AmbiguityError
Tue, 08 Jan 2013 10:15:30 +0100 mcimadamore 8005243: Restructure method check code to allow pluggable checkers
Tue, 18 Dec 2012 10:23:40 +0100 ohrstrom 8004657: Add hooks to javac to enable reporting dependency information.
Mon, 17 Dec 2012 16:13:01 +0000 mcimadamore 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
Mon, 10 Dec 2012 16:21:26 +0000 vromero 8003967: detect and remove all mutable implicit static enum fields in langtools
Fri, 30 Nov 2012 15:14:36 +0000 mcimadamore 8004101: Add checks for method reference well-formedness
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, 06 Nov 2012 14:45:27 +0000 mcimadamore 8002286: Regression: Fix for 8000931 causes a JCK test failure
Sun, 04 Nov 2012 11:01:49 +0000 mcimadamore 8000931: Cleanup Resolve.java
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
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
Sat, 29 Sep 2012 09:00:58 -0700 ksrini 7198582: (java) Minor refactor of JavacParser
Fri, 28 Sep 2012 16:56:53 +0100 mcimadamore 8000233: Fix issues in recent push
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Tue, 25 Sep 2012 11:56:46 +0100 mcimadamore 7177306: Regression: unchecked method call does not erase return type
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Tue, 25 Sep 2012 11:52:37 +0100 mcimadamore 7193913: Cleanup Resolve.findMethod
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
Mon, 26 Mar 2012 15:28:49 +0100 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
Mon, 26 Mar 2012 15:28:22 +0100 mcimadamore 7151492: Encapsulate check logic into Attr.ResultInfo
Tue, 06 Mar 2012 16:48:29 +0000 mcimadamore 7151070: NullPointerException in Resolve.isAccessible
Fri, 02 Mar 2012 12:58:35 +0000 mcimadamore 7148164: attribution code for diamond should not rely on mutable state
Fri, 02 Mar 2012 12:57:04 +0000 mcimadamore 7132880: Resolve should support nested resolution contexts
Tue, 24 Jan 2012 17:52:02 +0000 mcimadamore 7129801: Merge the two method applicability routines
less more (0) -100 -60 tip