langtools/src/share/classes/com/sun/tools/javac/code/Types.java
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
Thu, 04 Nov 2010 12:58:29 +0000 mcimadamore 6714835: Safe cast is rejected (with warning) by javac
Sat, 18 Sep 2010 09:54:51 -0700 mcimadamore 6980862: too aggressive compiler optimization causes stale results of Types.implementation()
Tue, 07 Sep 2010 17:31:54 +0100 mcimadamore 6337171: javac should create bridge methods when type variable bounds restricted
Wed, 01 Sep 2010 03:19:16 -0700 jrose 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
Wed, 25 Aug 2010 11:40:25 -0700 jjg 6960424: new option -Xpkginfo for better control of when package-info.class is generated
Mon, 23 Aug 2010 16:59:30 +0100 mcimadamore 6932571: Compiling Generics causing Inconvertible types
Thu, 19 Aug 2010 11:50:50 +0100 mcimadamore 6886247: regression: javac crashes with an assertion error in Attr.java
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Fri, 28 May 2010 12:41:48 -0700 lana Merge
Wed, 19 May 2010 16:43:06 +0100 mcimadamore 6948381: javac Null Pointer Exception in Types.makeCompoundType
Wed, 19 May 2010 16:41:57 +0100 mcimadamore 6880344: Recursive type parameters do not compile
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Thu, 25 Feb 2010 12:26:39 -0800 jjg 6929544: langtools source code uses statics qualified by instance variables
Tue, 11 Aug 2009 01:11:37 +0100 mcimadamore 6806876: ClassCastException occurs in assignment expressions without any heap pollutions
Thu, 30 Jul 2009 10:29:53 +0100 mcimadamore 6827648: Extremely slow compilation time for visitor pattern code + generics
Tue, 16 Jun 2009 10:46:37 +0100 mcimadamore 6638712: Inference with wildcard types causes selection of inapplicable method
Mon, 09 Mar 2009 23:53:41 -0700 tbell Merge
Mon, 09 Mar 2009 13:29:06 -0700 xdono 6814575: Update copyright year
Thu, 05 Mar 2009 17:25:37 +0000 mcimadamore 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
Thu, 05 Mar 2009 17:24:08 +0000 mcimadamore 6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass
Thu, 29 Jan 2009 12:19:14 +0000 mcimadamore 6729401: Compiler error when using F-bounded generics with free type variables
Thu, 29 Jan 2009 12:18:19 +0000 mcimadamore 6557182: Unchecked warning *and* inconvertible types
Thu, 29 Jan 2009 12:17:57 +0000 mcimadamore 6315770: javac inference allows creation of strange types: Integer & Runnable
Sat, 24 Jan 2009 11:07:32 -0800 tbell 6797463: 6557199 breaks the jax-ws workspace
Tue, 20 Jan 2009 17:49:49 +0000 mcimadamore 6557199: Fails to reject bad override of generic method
Tue, 13 Jan 2009 13:31:35 +0000 mcimadamore 6558559: Extra "unchecked" diagnostic
Tue, 13 Jan 2009 13:28:20 +0000 mcimadamore 6665356: Cast not allowed when both qualifying type and inner class are parameterized
Fri, 24 Oct 2008 12:46:51 +0100 mcimadamore 6762569: Javac crashes with AssertionError in Types.containedBy
Thu, 23 Oct 2008 18:10:23 +0100 mcimadamore 6548436: Incorrect inconvertible types error
Thu, 09 Oct 2008 16:21:04 +0100 mcimadamore 6586091: javac crashes with StackOverflowError
Thu, 09 Oct 2008 16:07:38 +0100 mcimadamore 6406133: JCDiagnostic.getMessage ignores locale argument
Thu, 09 Oct 2008 16:02:29 +0100 mcimadamore 6738538: javac crashes when using a type parameter as a covariant method return type
Mon, 29 Sep 2008 11:48:09 +0100 mcimadamore 6735840: Need a type/symbol visitor printer
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, 29 Aug 2008 11:10:12 -0700 jjg 6597471: unused imports in javax.tools.JavaCompiler
Fri, 08 Aug 2008 17:38:20 +0100 mcimadamore 6718364: inference fails when a generic method is invoked with raw arguments
Thu, 24 Jul 2008 11:12:41 +0100 mcimadamore 6594284: NPE thrown when calling a method on an intersection type
less more (0) -60 tip