langtools/src/share/classes/com/sun/tools/javac/code/Types.java
Mon, 08 Apr 2013 15:59:29 +0100 mcimadamore 8010822: Intersection type cast for functional expressions does not follow spec EDR
Fri, 22 Mar 2013 12:43:09 +0000 mcimadamore 8010303: Graph inference: missing incorporation step causes spurious inference error
Fri, 22 Mar 2013 12:39:34 +0000 mcimadamore 8010101: Intersection type cast issues redundant unchecked warning
Mon, 18 Mar 2013 14:40:32 -0700 jjg 8008425: Remove interim new javax.lang.model API for type-annotations
Fri, 22 Feb 2013 18:19:51 +0000 mcimadamore 8008708: Regression: separate compilation causes crash in wildcards inference logic
Thu, 21 Feb 2013 15:27:05 +0000 mcimadamore 8008444: Inherited generic functional descriptors are merged incorrectly
Thu, 21 Feb 2013 15:25:03 +0000 mcimadamore 8008293: Declared bounds not considered when functional interface containing unbound wildcards is instantiated
Fri, 15 Feb 2013 18:40:38 -0800 rfield 8004969: Generate $deserializeLambda$ method
Fri, 15 Feb 2013 16:30:31 +0000 mcimadamore 8007535: Compiler crashes on @FunctionalInterface used on interface with two inherited methods with same signatures
Fri, 15 Feb 2013 16:28:07 +0000 mcimadamore 8006749: compiler does not allow Object protected methods to be used in lambda
Tue, 12 Feb 2013 17:15:29 -0800 jjg 8008077: update reference impl for type-annotations
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 16:30:11 +0000 mcimadamore 8005299: Add FunctionalInterface checking to javac
Sat, 15 Dec 2012 13:54:51 +0000 vromero 8000518: Javac generates duplicate name_and_type constant pool entry for class BinaryOpValueExp.java
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:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:25 +0000 mcimadamore 8004102: Add support for generic functional descriptors
Tue, 27 Nov 2012 13:55:10 -0800 jjg 8004068: Fix build problems caused by on-demand imports
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
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
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
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
Tue, 25 Sep 2012 11:56:46 +0100 mcimadamore 7177306: Regression: unchecked method call does not erase return type
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Mon, 20 Aug 2012 21:24:10 +0530 sundar 7181320: javac NullPointerException for switch labels with cast to String expressions
Wed, 11 Apr 2012 10:50:11 +0100 mcimadamore 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
Wed, 11 Jan 2012 18:23:24 +0000 mcimadamore 7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
Mon, 17 Oct 2011 12:54:33 +0100 mcimadamore 7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Fri, 16 Sep 2011 14:16:11 +0100 mcimadamore 7086586: Inference producing null type argument
Wed, 31 Aug 2011 16:15:19 +0100 mcimadamore 7079713: javac hangs when compiling a class that references a cyclically inherited class
Wed, 31 Aug 2011 16:11:28 +0100 mcimadamore 7085024: internal error; cannot instantiate Foo
Mon, 23 May 2011 11:55:55 +0100 mcimadamore 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
Wed, 11 May 2011 13:12:11 +0200 mcimadamore 7041730: Regression: compiler accepts invalid cast from int to Byte
Mon, 02 May 2011 12:05:41 +0100 mcimadamore 7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
Fri, 29 Apr 2011 16:05:56 +0100 mcimadamore 7034495: Javac asserts on usage of wildcards in bounds
Mon, 25 Apr 2011 15:56:09 -0700 jjg 7038363: cast from object to primitive should be for source >= 1.7
Wed, 13 Apr 2011 11:35:43 -0700 jjh 7032975: API files in javax.annotation.processing need to be updated for references to JLS
Tue, 12 Apr 2011 20:56:16 -0700 mcimadamore 7034511: Loophole in typesafety
Tue, 29 Mar 2011 16:40:51 +0100 mcimadamore 7030150: Type inference for generic instance creation failed for formal type parameter
Thu, 03 Mar 2011 17:34:58 +0000 mcimadamore 7022054: Invalid compiler error on covariant overriding methods with the same erasure
Wed, 02 Mar 2011 21:13:55 -0800 jjg 6639645: Modeling type implementing missing interfaces
Mon, 28 Feb 2011 11:50:56 +0000 mcimadamore 7015715: lub gets stuck on type with complex supertype
Wed, 16 Feb 2011 10:27:00 -0800 dlsmith 6990136: Cleanup use of Type.clone()
Tue, 15 Feb 2011 11:49:46 +0000 mcimadamore 7017664: Add listeners infrastracture to javac scopes
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Fri, 28 Jan 2011 12:06:21 +0000 mcimadamore 6838943: inference: javac is not handling type-variable substitution properly
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
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
Sun, 12 Dec 2010 10:05:40 -0800 jjg 6990134: minor (but red) findbugs warnings
Fri, 10 Dec 2010 15:24:17 +0000 mcimadamore 6199075: Unambiguous varargs method calls flagged as ambiguous
Fri, 10 Dec 2010 15:23:42 +0000 mcimadamore 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Thu, 09 Dec 2010 15:50:10 +0000 mcimadamore 7005095: Cast: compile reject sensible cast from final class to interface
Tue, 23 Nov 2010 11:08:43 +0000 mcimadamore 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
less more (0) -100 -60 tip