langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
Wed, 21 Aug 2013 16:13:50 -0700 jjg 8023515: import type-annotations updates
Mon, 01 Jul 2013 11:58:45 -0700 darcy 7162089: Add support for repeating annotations to javax.annotation.processing
Tue, 07 May 2013 14:27:30 -0700 jjg 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar
Sat, 13 Apr 2013 12:25:44 +0100 vromero 8010659: Javac Crashes while building OpenJFX
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 10 Dec 2012 16:21:26 +0000 vromero 8003967: detect and remove all mutable implicit static enum fields in langtools
Mon, 19 Nov 2012 11:38:49 -0800 jjg 8001098: Provide a simple light-weight "plug-in" mechanism for javac
Tue, 13 Nov 2012 15:09:15 -0800 jjg 8003299: Cleanup javac Log support for deferred diagnostics
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Tue, 25 Sep 2012 13:11:05 -0700 jjg 7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
Mon, 24 Sep 2012 14:04:34 -0700 jjg 7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 07 Sep 2012 11:35:53 -0700 jjg 7196760: tree end positions incorrect after anno processing
Tue, 28 Feb 2012 10:33:49 -0800 jjg 7093891: support multiple task listeners
Wed, 14 Dec 2011 16:16:04 -0800 jjg 7111022: javac no long prints last round of processing
Tue, 13 Dec 2011 11:21:28 -0800 jjg 7120736: refactor javac option handling
Tue, 08 Nov 2011 17:06:58 -0800 jjg 7108669: cleanup Log methods for direct printing to streams
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Mon, 24 Oct 2011 13:00:20 +0100 mcimadamore 7096014: Javac tokens should retain state
Wed, 21 Sep 2011 21:56:53 -0700 jjg 7092965: javac should not close processorClassLoader before end of compilation
Tue, 05 Jul 2011 16:37:24 -0700 darcy 7025809: Provided new utility visitors supporting SourceVersion.RELEASE_8
Fri, 24 Jun 2011 13:52:14 -0700 darcy 6575445: Update annotation processor to only use java.util.ServiceLoader
Wed, 22 Jun 2011 17:07:02 -0700 darcy 6449184: Provide JavacProcessingEnvironment.getWriter
Wed, 30 Mar 2011 18:18:11 -0700 jjg 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
Fri, 25 Mar 2011 07:58:53 -0700 jjg 6437138: JSR 199: Compiler doesn't diagnose crash in user code
Thu, 24 Mar 2011 16:14:30 -0700 jjg 6597678: JavaCompiler.getStandardFileManager always uses default charset not the one that user specifies
Tue, 15 Mar 2011 11:48:55 -0700 jjg 6988079: Errors reported via Messager.printMessage(ERROR,"error message") are not tallied correctly
Mon, 28 Feb 2011 13:37:48 -0800 jjg 7022741: warning counts are wrong after anno processing
Fri, 25 Feb 2011 12:09:33 -0800 jjg 7021650: fix Context issues
Thu, 10 Feb 2011 14:24:26 -0800 jjg 7018098: CacheFSInfo persists too long
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
Thu, 28 Oct 2010 18:58:43 -0700 jjg 6994946: option to specify only syntax errors as unrecoverable
Tue, 19 Oct 2010 15:02:48 -0700 jjg 6987760: remove 308 support from JDK7
Tue, 05 Oct 2010 11:34:43 -0700 jjg 6988836: A new JavacElements is created for each round of annotation processing
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Mon, 27 Sep 2010 17:28:49 -0700 jjg 6986246: Trees object is round-specific
Mon, 30 Aug 2010 18:03:35 -0700 jjg 6403465: javac should defer diagnostics until it can be determined they are persistent
Fri, 27 Aug 2010 17:59:08 -0700 jjg 6980707: Reduce use of IOException in JavaCompiler
Mon, 23 Aug 2010 11:56:53 -0700 jjg 6975005: improve JavacProcessingEnvironment.Round abstraction
Mon, 02 Aug 2010 16:29:54 -0700 jjg 6973626: test/tools/javac/processing/* tests fail with assertions enabled
Thu, 29 Jul 2010 19:30:35 -0700 jjg 6966604: JavacFiler not correctly notified of lastRound
Tue, 27 Jul 2010 11:52:11 -0700 jjg 6403456: -Werror should work with annotation processing
Tue, 13 Jul 2010 19:14:09 -0700 jjg 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Wed, 02 Jun 2010 19:08:47 -0700 darcy 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Tue, 02 Mar 2010 14:06:47 -0800 darcy 6931130: Remove unused AnnotationCollector code from JavacProcessingEnvironment
Thu, 25 Feb 2010 11:04:11 -0800 darcy 6929645: Address various findbugs warnings in langtools
Tue, 23 Feb 2010 18:43:02 -0800 jjg 6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
Wed, 17 Feb 2010 14:30:17 -0800 darcy 6927061: Refactor apt implemenation to use code from JSR 269
Mon, 15 Feb 2010 18:20:57 -0800 darcy 6634138: Source generated in last round not compiled
Thu, 04 Feb 2010 10:14:28 -0800 jjg 6923080: TreeScanner.visitNewClass should scan tree.typeargs
Fri, 29 Jan 2010 16:54:52 -0800 jjg 6499119: Created package-info class file modeled improperly
Wed, 26 Aug 2009 19:28:51 -0700 darcy 6548708: Annotation processing should free service loader if there are no processors
Wed, 12 Aug 2009 10:34:13 -0700 jjg 6558476: com/sun/tools/javac/Main.compile don't release file handles on return
Tue, 28 Jul 2009 12:12:59 -0700 xdono 6862919: Update copyright year
Fri, 26 Jun 2009 19:47:12 -0700 jjg 6854796: update JSR308 impl with latest code from type-annotations repo
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Tue, 19 May 2009 15:07:15 -0700 jjg 6832154: refactor Paths to be just a utility class for JavacFileManager
less more (0) -60 tip