langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
Thu, 18 Nov 2010 16:13:11 -0800 |
jjg |
6999438: remove support for exotic identifiers from JDK 7
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:34:18 +0000 |
mcimadamore |
6970016: Clean up ARM/try-with-resources implementation
|
file |
diff |
annotate
|
Thu, 04 Nov 2010 12:57:48 +0000 |
mcimadamore |
6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
|
file |
diff |
annotate
|
Tue, 02 Nov 2010 12:01:35 +0000 |
mcimadamore |
6939780: add a warning to detect diamond sites
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 15:02:48 -0700 |
jjg |
6987760: remove 308 support from JDK7
|
file |
diff |
annotate
|
Sat, 18 Sep 2010 09:56:23 -0700 |
mcimadamore |
5088624: cannot find symbol message should be more intelligent
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 17:32:27 +0100 |
mcimadamore |
6979327: method handle invocation should use casts instead of type parameters to specify return type
|
file |
diff |
annotate
|
Fri, 27 Aug 2010 17:59:08 -0700 |
jjg |
6980707: Reduce use of IOException in JavaCompiler
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 14:53:19 +0100 |
mcimadamore |
6975231: Regression test for 6881115 is failing with compiler output not matching expected output
|
file |
diff |
annotate
|
Thu, 29 Jul 2010 18:06:34 -0700 |
jjg |
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 14:25:56 -0700 |
jjg |
6957438: improve code for generating warning messages containing option names
|
file |
diff |
annotate
|
Fri, 16 Jul 2010 19:35:24 -0700 |
darcy |
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
|
file |
diff |
annotate
|
Tue, 13 Jul 2010 19:20:48 -0700 |
jjg |
6968789: incorrect text in "diamond not supported" message
|
file |
diff |
annotate
|
Wed, 30 Jun 2010 18:06:29 -0700 |
jjg |
6964768: need test program to validate javac resource bundles
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 17:09:56 -0700 |
jjg |
6960407: Potential rebranding issues in openjdk/langtools repository sources
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 09:29:23 +0100 |
mcimadamore |
6945418: Project Coin: Simplified Varargs Method Invocation
|
file |
diff |
annotate
|
Tue, 25 May 2010 15:54:51 -0700 |
ohair |
6943119: Rebrand source copyright notices
|
file |
diff |
annotate
|
Mon, 03 May 2010 17:12:59 -0700 |
mcimadamore |
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 12:31:55 +0100 |
mcimadamore |
6939620: Switch to 'complex' diamond inference scheme
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 12:23:29 +0100 |
mcimadamore |
6939618: Revert 'simple' diamond implementation
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 09:42:35 -0800 |
jjg |
4880220: Add a warning when accessing a static method via an reference
|
file |
diff |
annotate
|
Wed, 06 Jan 2010 13:09:52 -0800 |
jjg |
6307206: missing lint control for pkg-info
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 21:36:59 -0800 |
darcy |
6827009: Project Coin: Strings in Switch
|
file |
diff |
annotate
|
Tue, 13 Oct 2009 15:26:30 -0700 |
jjg |
6891079: Compiler allows invalid binary literals 0b and oBL
|
file |
diff |
annotate
|
Tue, 15 Sep 2009 18:36:21 -0700 |
jjg |
6860965: Project Coin: binary literals
|
file |
diff |
annotate
|
Thu, 27 Aug 2009 13:40:48 +0100 |
mcimadamore |
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 14:58:21 -0700 |
jjg |
6873845: refine access to symbol file
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 01:14:31 +0100 |
mcimadamore |
6199153: Generic throws and overriding
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 01:13:14 +0100 |
mcimadamore |
6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 01:11:37 +0100 |
mcimadamore |
6806876: ClassCastException occurs in assignment expressions without any heap pollutions
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 10:30:10 +0100 |
mcimadamore |
6862608: rich diagnostic sometimes contain wrong type variable numbering
|
file |
diff |
annotate
|
Fri, 26 Jun 2009 18:51:39 -0700 |
jjg |
6843077: JSR 308: Annotations on types
|
file |
diff |
annotate
|
Tue, 16 Jun 2009 10:46:37 +0100 |
mcimadamore |
6638712: Inference with wildcard types causes selection of inapplicable method
|
file |
diff |
annotate
|
Thu, 21 May 2009 10:56:36 +0100 |
mcimadamore |
6722234: javac diagnostics need better integration with the type-system
|
file |
diff |
annotate
|
Mon, 04 May 2009 21:04:04 -0700 |
jrose |
6829189: Java programming with JSR 292 needs language support
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 23:53:41 -0700 |
tbell |
Merge
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 13:29:06 -0700 |
xdono |
6814575: Update copyright year
|
file |
diff |
annotate
|
Thu, 05 Mar 2009 17:25:37 +0000 |
mcimadamore |
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 11:57:33 +0000 |
mcimadamore |
6769027: Source line should be displayed immediately after the first diagnostic line
|
file |
diff |
annotate
|
Fri, 06 Feb 2009 10:23:57 -0800 |
jjg |
6595666: fix -Werror
|
file |
diff |
annotate
|
Tue, 28 Oct 2008 14:05:59 +0000 |
mcimadamore |
6763518: Impossible to suppress raw-type warnings
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 12:46:34 +0100 |
mcimadamore |
6758789: Some method resolution diagnostic should be improved
|
file |
diff |
annotate
|
Mon, 29 Sep 2008 12:00:29 +0100 |
mcimadamore |
6747671: -Xlint:rawtypes
|
file |
diff |
annotate
|
Mon, 29 Sep 2008 11:48:09 +0100 |
mcimadamore |
6735840: Need a type/symbol visitor printer
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 17:43:24 +0100 |
mcimadamore |
6676362: Spurious forward reference error with final var + instance variable initializer
|
file |
diff |
annotate
|
Thu, 24 Jul 2008 19:06:57 +0100 |
mcimadamore |
6717241: some diagnostic argument is prematurely converted into a String object
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:56:02 -0700 |
xdono |
6719955: Update copyright year
|
file |
diff |
annotate
|
Wed, 12 Mar 2008 13:06:00 -0700 |
jjg |
6668794: javac puts localized text in raw diagnostics
|
file |
diff |
annotate
|
Sat, 01 Dec 2007 00:00:00 +0000 |
duke |
Initial load
|
file |
diff |
annotate
|