langtools/src/share/classes/com/sun/tools/javac/comp/Check.java
Wed, 16 Jan 2013 16:27:01 +0000 mcimadamore 8005854: Add support for array constructor references
Mon, 14 Jan 2013 13:50:01 -0800 jjg 8006119: update javac to follow latest spec for repeatable annotations
Mon, 03 Dec 2012 11:16:32 +0100 jfranck 8001114: Container annotation is not checked for semantic correctness
Mon, 10 Dec 2012 12:10:50 +0000 mcimadamore 8004094: Javac compiler error - synthetic method accessor generated with duplicate name
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, 01 Nov 2012 10:48:36 +0100 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 17 Oct 2012 16:43:26 +0100 mcimadamore 7192245: Add parser support for default methods
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
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
Fri, 28 Sep 2012 11:39:29 -0700 jfranck 7199925: Separate compilation breaks check that elements have a default for the containing annotation
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
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
Mon, 26 Mar 2012 15:27:51 +0100 mcimadamore 7151580: Separate DA/DU logic from exception checking logic in Flow.java
Fri, 09 Mar 2012 17:10:56 +0000 mcimadamore 7151802: compiler update caused sqe test failed
Tue, 06 Mar 2012 13:28:05 +0000 mcimadamore 7144506: Attr.checkMethod should be called after inference variables have been fixed
Tue, 06 Mar 2012 13:26:36 +0000 mcimadamore 7148622: Some diagnostic methods do not go through Log.report
Fri, 02 Mar 2012 12:57:47 +0000 mcimadamore 7148242: Regression: valid code rejected during generic type well-formedness check
Tue, 14 Feb 2012 15:43:52 -0800 mcimadamore 7142086: performance problem in Check.checkOverrideClashes(...)
Tue, 13 Dec 2011 11:21:28 -0800 jjg 7120736: refactor javac option handling
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Thu, 06 Oct 2011 18:39:31 +0100 mcimadamore 7090499: missing rawtypes warnings in anonymous inner class
Tue, 13 Sep 2011 14:14:57 +0100 mcimadamore 7086595: Error message bug: name of initializer is 'null'
Wed, 01 Jun 2011 11:25:50 -0700 jjg 7042623: Regression: javac silently crash when attributing non-existent annotation
Mon, 23 May 2011 11:55:55 +0100 mcimadamore 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
Sat, 30 Apr 2011 11:57:46 +0100 mcimadamore 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
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, 29 Mar 2011 16:40:07 +0100 mcimadamore 7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class
Mon, 07 Mar 2011 14:31:50 +0000 mcimadamore 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
Thu, 03 Mar 2011 17:34:58 +0000 mcimadamore 7022054: Invalid compiler error on covariant overriding methods with the same erasure
Wed, 23 Feb 2011 14:16:12 +0000 mcimadamore 7020657: Javac rejects a fairly common idiom with raw override and interfaces
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.
Thu, 03 Feb 2011 09:37:28 +0000 mcimadamore 6969184: poor error recovery after symbol not found
Thu, 03 Feb 2011 09:36:28 +0000 mcimadamore 5017953: spurious cascaded diagnostics when name not found
Thu, 03 Feb 2011 09:35:21 +0000 mcimadamore 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Fri, 28 Jan 2011 12:03:49 +0000 mcimadamore 6313164: javac generates code that fails byte code verification for the varargs feature
Fri, 28 Jan 2011 12:01:07 +0000 mcimadamore 6910550: javac 1.5.0_17 fails with incorrect error message
Mon, 24 Jan 2011 15:44:51 +0000 mcimadamore 6968793: issues with diagnostics
Mon, 24 Jan 2011 15:44:15 +0000 mcimadamore 6943278: spurious error message for inference and type-variable with erroneous bound
Fri, 14 Jan 2011 09:45:52 +0000 mcimadamore 7007432: Test generic types well-formedness
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 10 Jan 2011 14:57:59 -0800 jjg 6992999: fully remove JSR 308 from langtools
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
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Mon, 15 Nov 2010 13:50:53 +0000 mcimadamore 6985719: Alike methods in interfaces (Inheritance and Overriding)
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Sat, 18 Sep 2010 14:24:09 -0700 mcimadamore 6863465: javac doesn't detect circular subclass dependencies via qualified names
Thu, 19 Aug 2010 11:54:25 +0100 mcimadamore 6977800: Regression: invalid resolution of supertype for local class
Thu, 19 Aug 2010 11:52:58 +0100 mcimadamore 6885255: Improve usability of raw warnings
Mon, 16 Aug 2010 14:56:23 +0100 mcimadamore 6976649: javac does not enforce required annotation elements in arrays
Tue, 10 Aug 2010 14:53:19 +0100 mcimadamore 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
Thu, 05 Aug 2010 09:44:54 +0100 mcimadamore 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
Mon, 26 Jul 2010 14:25:56 -0700 jjg 6957438: improve code for generating warning messages containing option names
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
Thu, 15 Jul 2010 16:31:56 +0100 mcimadamore 6964669: javac reports error on miranda methods
Mon, 12 Jul 2010 16:37:46 -0700 jjg 6968497: localized text appears in raw diagnostic
Thu, 10 Jun 2010 17:09:56 -0700 jjg 6960407: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 09:29:23 +0100 mcimadamore 6945418: Project Coin: Simplified Varargs Method Invocation
Thu, 03 Jun 2010 17:14:20 -0700 jjg 6955264: add option to suppress Abort in Check.completionError
Fri, 28 May 2010 12:41:48 -0700 lana Merge
Wed, 19 May 2010 16:43:30 +0100 mcimadamore 6951833: latest diamond implementation generates spurious raw type warnings
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
Wed, 21 Apr 2010 12:24:56 +0100 mcimadamore 6730476: invalid "unchecked generic array" warning
Wed, 14 Apr 2010 12:31:55 +0100 mcimadamore 6939620: Switch to 'complex' diamond inference scheme
Wed, 14 Apr 2010 12:23:29 +0100 mcimadamore 6939618: Revert 'simple' diamond implementation
Thu, 25 Feb 2010 09:42:35 -0800 jjg 4880220: Add a warning when accessing a static method via an reference
Tue, 26 Jan 2010 11:15:49 -0800 jjg 6919944: incorrect position given for duplicate annotation value error
Wed, 02 Sep 2009 10:20:46 -0700 jjg 6874249: Check has duplicate local variable and field for "source"
Thu, 27 Aug 2009 13:40:48 +0100 mcimadamore 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
Fri, 21 Aug 2009 14:58:21 -0700 jjg 6873845: refine access to symbol file
Tue, 11 Aug 2009 01:14:31 +0100 mcimadamore 6199153: Generic throws and overriding
Tue, 11 Aug 2009 01:13:14 +0100 mcimadamore 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Tue, 16 Jun 2009 10:46:37 +0100 mcimadamore 6638712: Inference with wildcard types causes selection of inapplicable method
Mon, 04 May 2009 21:04:04 -0700 jrose 6829189: Java programming with JSR 292 needs language support
Wed, 25 Mar 2009 10:28:36 +0000 mcimadamore 6182950: methods clash algorithm should not depend on return type
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:24:40 +0000 mcimadamore 6804733: javac generates spourious diagnostics for ill-formed type-variable bounds
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
Thu, 23 Oct 2008 18:29:11 +0100 mcimadamore 6557954: Inner class type parameters doesn't get substituted when checking type well-formedness
Thu, 23 Oct 2008 17:59:16 +0100 mcimadamore 6732484: Bound error on wildcard code
Mon, 29 Sep 2008 12:00:29 +0100 mcimadamore 6747671: -Xlint:rawtypes
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
Tue, 05 Aug 2008 12:54:40 +0100 mcimadamore 6730423: Diagnostic formatter should be an instance field of JCDiagnostic
Thu, 24 Jul 2008 19:06:57 +0100 mcimadamore 6717241: some diagnostic argument is prematurely converted into a String object
Thu, 24 Jul 2008 11:12:41 +0100 mcimadamore 6594284: NPE thrown when calling a method on an intersection type
Thu, 24 Jul 2008 10:35:38 +0100 mcimadamore 6651719: Compiler crashes possibly during forward reference of TypeParameter
Fri, 04 Jul 2008 15:06:27 -0700 tbell Merge
Wed, 25 Jun 2008 14:24:53 -0700 jjg 6507179: javadoc -source 1.3 does not work with jdk6
Fri, 20 Jun 2008 11:25:03 +0100 mcimadamore 6294779: Problem with interface inheritance and covariant return types
Wed, 02 Jul 2008 12:56:02 -0700 xdono 6719955: Update copyright year
Fri, 30 May 2008 11:08:40 +0100 mcimadamore 6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors
Wed, 09 Apr 2008 13:41:45 +0100 mcimadamore 5009937: hiding versus generics versus binary compatibility
Wed, 12 Mar 2008 13:06:00 -0700 jjg 6668794: javac puts localized text in raw diagnostics
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip