langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Fri, 01 Nov 2013 21:43:27 +0100 jlahoda 8027310: Annotation Processor crashes with NPE
Wed, 23 Oct 2013 23:20:32 -0400 emc 8006732: support correct bytecode storage of type annotations in multicatch
Tue, 22 Oct 2013 13:54:49 +0100 vromero 8025290: javac implicit versus explicit lambda compilation error
Sun, 20 Oct 2013 12:01:43 -0700 jjg 8025109: Better encapsulation for AnnotatedType
Sat, 19 Oct 2013 17:43:09 +0100 vromero 8024809: javac, some lambda programs are rejected by flow analysis
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Tue, 15 Oct 2013 22:15:35 +0200 jlahoda 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
Mon, 14 Oct 2013 22:11:09 +0200 jlahoda 8014016: javac is too late detecting invalid annotation usage
Thu, 10 Oct 2013 13:55:41 -0400 emc 8019461: Clean up javac diagnostics
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Fri, 27 Sep 2013 17:28:31 +0200 jlahoda 8022765: Compiler crashes with exception on wrong usage of an annotation.
Wed, 25 Sep 2013 11:07:05 -0700 jjg 8025407: TypeAnnotations does not use Context
Mon, 23 Sep 2013 18:29:27 +0400 kizune 4881267: improve diagnostic for "instanceof T" for type parameter T
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Mon, 16 Sep 2013 14:13:44 +0200 jlahoda 8021112: Spurious unchecked warning reported by javac
Mon, 09 Sep 2013 23:13:45 +0200 jlahoda 8019521: Enhanced rethrow disabled in lambdas
Wed, 04 Sep 2013 00:01:05 +0100 vromero 8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
Tue, 03 Sep 2013 23:31:33 +0100 vromero 8023389: Javac fails to infer type for lambda used with intersection type and wildcards
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Thu, 22 Aug 2013 13:12:43 +0100 vromero 8023112: javac should not use lazy constant evaluation approach for method references
Mon, 19 Aug 2013 07:47:10 -0700 ksrini 7071377: Exception when javac -processor is given a class name with invalid postfix
Thu, 15 Aug 2013 22:33:43 +0200 jlahoda 8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
Mon, 12 Aug 2013 17:28:31 +0100 mcimadamore 8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
Sun, 28 Jul 2013 10:17:45 +0200 jlahoda 8021338: Diamond finder may mark a required type argument as unnecessary
Thu, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Fri, 19 Jul 2013 07:22:53 -0700 ksrini 8017216: javac doesn't fill in end position for some errors of type not found
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:13:15 +0100 mcimadamore 8020147: Spurious errors when compiling nested stuck lambdas
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
Fri, 05 Jul 2013 11:04:22 +0100 mcimadamore 8016702: use of ternary operator in lambda expression gives incorrect results
Fri, 05 Jul 2013 11:03:04 +0100 mcimadamore 8016059: Cannot compile following lambda
Thu, 04 Jul 2013 10:41:08 +0100 vromero 6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
Thu, 11 Jul 2013 14:07:39 +0100 mcimadamore 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
Thu, 27 Jun 2013 17:45:56 -0400 emc 8013357: javac accepts erroneous binary comparison operations
Thu, 27 Jun 2013 16:04:05 +0100 vromero 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Thu, 20 Jun 2013 19:01:20 -0400 emc 8007546: ClassCastException on JSR308 tests
Thu, 20 Jun 2013 08:45:43 +0100 vromero 8016613: javac should avoid source 8 only analysis when compiling for source 7
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
Tue, 18 Jun 2013 19:02:48 +0100 vromero 8016267: javac, TypeTag refactoring has provoked performance issues
Mon, 17 Jun 2013 20:29:31 -0700 rfield 8013789: Compiler should emit bridges in interfaces
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Thu, 06 Jun 2013 15:37:23 +0100 mcimadamore 8015648: Duplicate variable in lambda causes javac crash
Thu, 06 Jun 2013 15:35:05 +0100 mcimadamore 8015432: javac crashes with stack overflow when method called recursively from nested generic call
Thu, 06 Jun 2013 15:32:41 +0100 mcimadamore 7139681: Enhanced for loop: local variable scope inconsistent with JLS
Tue, 04 Jun 2013 14:17:50 -0700 jjg 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Fri, 24 May 2013 15:27:27 +0100 mcimadamore 8014494: javac crashes when varargs element of a method reference is inferred from the context
Wed, 15 May 2013 14:03:09 +0100 mcimadamore 8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types
Wed, 15 May 2013 14:02:37 +0100 mcimadamore 8012685: Spurious raw types warning when using unbound method references
Wed, 15 May 2013 14:00:31 +0100 mcimadamore 8012003: Method diagnostics resolution need to be simplified in some cases
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Fri, 10 May 2013 15:15:50 +0200 jlahoda 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
Mon, 15 Apr 2013 14:18:30 +0100 mcimadamore 8010923: Avoid redundant speculative attribution
Mon, 15 Apr 2013 14:15:07 +0100 mcimadamore 8011376: Spurious checked exception errors in nested method call
Mon, 08 Apr 2013 15:59:29 +0100 mcimadamore 8010822: Intersection type cast for functional expressions does not follow spec EDR
Mon, 08 Apr 2013 15:57:10 +0100 mcimadamore 8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types
Mon, 08 Apr 2013 15:51:41 +0100 mcimadamore 8010922: Cleanup: add support for ad-hoc method check logic
Tue, 19 Mar 2013 13:10:40 -0700 darcy 8010179: Remove transitional target values from javac
Mon, 18 Mar 2013 18:33:13 -0700 jjg 8007803: Implement javax.lang.model API for Type Annotations
less more (0) -100 -60 tip