langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java
Tue, 27 May 2014 16:32:56 -0600 dlsmith 8042338: Refactor Types.upperBound to treat wildcards and variables separately
Sun, 18 May 2014 19:59:10 -0700 jjg 8041422: Split javac ClassReader into ClassReader+ClassFinder
Tue, 13 May 2014 15:29:09 -0600 dlsmith 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
Sat, 10 May 2014 00:46:47 +0100 vromero 8037379: fix for JDK-8029569 doesn't cover all possible cases
Fri, 09 May 2014 09:28:47 -0400 emc 8040327: Eliminate AnnotatedType
Fri, 09 May 2014 12:55:58 +0200 jlahoda 8041663: Sensitive dependence on location of nested interface
Tue, 06 May 2014 15:46:09 -0600 dlsmith 8033718: Inference ignores capture variable as upper bound
Thu, 01 May 2014 20:36:11 +0100 vromero 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
Fri, 28 Feb 2014 18:27:14 +0000 vromero 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
Thu, 06 Feb 2014 18:49:01 +0000 vromero 8030855: Default methods should be visible under source previous to 8
Wed, 15 Jan 2014 10:57:25 +0100 jfranck 8029690: Move symbol creation from ClassReader to Symtab
Fri, 10 Jan 2014 12:47:15 +0100 alundblad 8028389: NullPointerException compiling annotation values that have bodies
Thu, 19 Dec 2013 22:24:27 +0000 vromero 8029240: Default methods not always visible under -source 7
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Wed, 18 Dec 2013 19:15:58 +0000 vromero 8029569: internal javac cast exception when resolving varargs ambiguity
Fri, 15 Nov 2013 11:08:12 +0000 vromero 8026231: Look at 'static' flag when checking method references
Tue, 15 Oct 2013 19:36:45 +0100 vromero 8025816: javac crash with method reference with a type variable as the site
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
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
less more (0) -100 -60 tip