Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Bug 531072 - [testsources][apt] classes generated for test sources needTill Brychcy1-4/+10
2017-12-04Bug 527597 - Please add @Override annotations forLars Vogel1-0/+8
2015-10-12Bug 473178 - Remove redundant type arguments (1.7 or highter) from JavaLars Vogel1-4/+4
2015-02-11Bug 459601 - [clean up] Use CompilationParticipant.buildFinished() inHarry Terkelsen1-14/+6
2014-11-28Bug 361378 - Intermittent NullPointerException inRené Brandstetter1-4/+2
2007-08-23Java 6 generated files were getting deleted when no Java 5 factories were found.Walter Harley1-0/+8
2007-08-15Bug 188559: delete files that were generated by Java 6 processors in previous...Walter Harley1-0/+31
2007-05-14bug 186740: discard cached CategorizedProblems when build is complete.Walter Harley1-0/+17
2007-05-02bug 185010 - catch processor exceptions lower on the stack during reconcileWalter Harley1-22/+14
2007-04-29Update copyrightsWalter Harley1-1/+1
2007-03-28Bug 175794: type generation causes reported problems to disappearWalter Harley1-8/+18
2007-03-18Bug 176132 - add a flag to disable reconcile-time annotation processingWalter Harley1-0/+4
2007-02-09Type generation during IDE builds. Partial implementation - just a checkpoint.Walter Harley1-2/+2
2006-11-14Refactor GeneratedFileManager and implement reconcile time type generationWalter Harley1-1/+1
2006-03-22Move APT docs into jdt.docs plugins. As part of this task, cleanup of some i...Walter Harley1-1/+0
2006-02-13HEAD - improve compilation participant APIv20060213-0322Jerome Lanneluc1-8/+8
2006-01-27merge v20060126-22-15 from 3.1 to 3.2v20060127-1035tyeung1-33/+1
2006-01-18Absorb latest jdt.core API changes and the apt drt passing.tyeung1-12/+82
2006-01-10integrated tag "vAPT_32_to_HEAD" from APT_32 to HEAD.tyeung1-115/+50
2006-01-04wharley - Refactor GeneratedFileManager into three separate classes: Generate...Walter Harley1-6/+3
2005-12-15wharley - bug fix: previously generated files not removed on a clean, if ther...Root_APT_32Walter Harley1-6/+6
2005-12-10New drt tests for generated source folder configuration.tyeung1-2/+1
2005-12-09jgarms: Change ICompilationParticipant to CompilationParticipant.Jesse Garms1-5/+5
2005-12-06Integrate changed from gen_src_work sandbox.tyeung1-5/+3
2005-12-06jgarms: integrate from gen_src_work sandbox.Jesse Garms1-47/+18
2005-11-17jgarms: fix race condition in setting the classpath during project creation.Jesse Garms1-3/+7
2005-11-10Drop/update generated source folder on disk and update classpath during resou...tyeung1-7/+3
2005-11-03jgarms: Switch to using a custom classloader so that we can close jars just b...Jesse Garms1-26/+35
2005-10-29APT: match sun's rounding and dispatch modeltyeung1-10/+20
2005-10-27jgarms: correct timing of batch classloader reset: it should take place befor...Jesse Garms1-3/+4
2005-10-22wharley - enter build markers for missing factory path jars. Still no listen...Walter Harley1-2/+2
2005-10-21jgarms: reset batch processors just before a full build, rather than on a clean.Jesse Garms1-3/+6
2005-10-20jgarms: Bounce batch classloader on clean. Added DRT that verifies that class...Jesse Garms1-0/+2
2005-10-15get rid of warning in the code.tyeung1-6/+2
2005-10-13- fix for: CR244799 | Annotations with primitive types generating compile err...tyeung1-6/+11
2005-09-30wharley - bug 110865 - Attempting to load factory jars even if annotation pro...Walter Harley1-0/+3
2005-08-25Work for adding Markers instead of IProblems. (incomplete)tyeung1-1/+14
2005-08-22Bugzilla Bug 106541 - ClassLoader problem when generating code with APTtyeung1-25/+15
2005-08-22Fix mis-named APIs on ICompilationParticipant. Originally we expected to have...Jesse Garms1-7/+9
2005-08-05jgarms:Jesse Garms1-12/+18
2005-08-04mkaufman: This is a fix for bugzilla 103590.mkaufman1-0/+37
2005-08-04APT - Mike's patches (08/04)Frederic Fusier1-14/+3
2005-08-04rollback.mkaufman1-37/+0
2005-08-04Changes to support fixing up build classpath errors from the builder. Suppor...mkaufman1-0/+37
2005-07-26mkaufman. Chagnes required to get the fact that we updated the project's cla...mkaufman1-2/+19
2005-07-18Turn on compiler warnings for unnecessary casts and unused locals. Also clean...Jesse Garms1-1/+1
2005-07-14wharley - Add support for factories in jars within workspace and jars referre...Walter Harley1-4/+0
2005-07-14Localize strings in jdt.apt.core.Jesse Garms1-4/+4
2005-07-13Update all exception logging to go through a common path: AptPlugin.log(Excep...Jesse Garms1-1/+2
2005-07-12100951 Should not do APT dispatch on non 1.5 projectsJesse Garms1-0/+9

Back to the top