summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Go back to this old form of .classpath file.aclement2005-05-031-57/+13
* it's a whole new compiler in there...acolyer2005-04-2920-231/+326
* More bullet proof and with added diagnostics.aclement2005-04-291-2/+19
* Fix for timing problem in multiincrementalproject tests.aclement2005-04-281-2/+2
* MultiIncrementalSupport: moved weaver/world into the state object and changed...aclement2005-04-261-43/+91
* MultiIncrementalSupport: state that was scattered across the hierarchy has be...aclement2005-04-261-13/+99
* MultiIncrementalSupport: reports build kind when claiming success.aclement2005-04-261-1/+1
* MultiIncrementalSupport: manages state for multiple projects.aclement2005-04-261-0/+72
* organized importsaclement2005-04-262-4/+0
* Improved toString for debugging !aclement2005-04-261-0/+6
* Another useful callback method added.aclement2005-04-261-0/+2
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...avasseur2005-04-262-2/+20
* support in ajc for parsing and error reporting of @AspectJ style aspect defin...acolyer2005-04-2519-62/+1147
* Workaround/fix for Wes' problem with the compiler building his article code. ...aclement2005-04-221-1/+3
* this set of commits teaches the TypeX world about parameterized types. it han...acolyer2005-04-201-11/+37
* fix for Bugzilla Bug 91858acolyer2005-04-201-1/+3
* first half of Andrew Huff's patch for 59636 (-log option not producing output...acolyer2005-04-201-0/+22
* From branch: method to check if a source type is @AJ styleaclement2005-04-191-0/+13
* Adds JUnit to the classpath (so it is available for test material to use)aclement2005-04-192-3/+6
* organized importsaclement2005-04-191-3/+4
* From branch: New build scripts that Alex uses under IntelliJ - can be run ind...aclement2005-04-191-0/+69
* bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...mkersten2005-04-142-4/+4
* See pr90806 - change to harness so fast machines don't fail incremental tests.aclement2005-04-131-0/+12
* Fix for problem introduced when checking contents of dirs on the classpath fo...aclement2005-04-052-10/+56
* make deca labels 'declare @xxx' rather than 'declare at_xxx'aclement2005-03-241-1/+3
* fix for Bugzilla Bug 84333acolyer2005-03-231-0/+7
* fix for Bug 84122 - Allow aspectPath to contain directoriesacolyer2005-03-233-7/+25
* Ensures on multiple compiles the method generated for a declare statement alw...aclement2005-03-113-19/+31
* Declare annotation: source weaving of declare @type. Includes (commented out...aclement2005-03-101-15/+318
* Declare annotation: cope with null symbolic declareaclement2005-03-101-2/+4
* Declare annotation: filled in the blanksaclement2005-03-101-10/+38
* Fixed signature for constructor nodes to look the same as it does for methods.aclement2005-03-101-1/+1
* Declare annotation: Doesnt report errors for annotations attached incorrectly...aclement2005-03-101-2/+9
* Declare annotation: now holds set of annotationsaclement2005-03-101-17/+33
* FIXME altered so we can distinguish old ones from new ones.aclement2005-03-101-1/+1
* Declare annotation: exposes collections of declare @ thingies.aclement2005-03-101-0/+18
* Guard logic for asm building initialized.aclement2005-03-101-1/+2
* DeclareAnnotation: formatting code for declare annotation nodes.aclement2005-03-101-1/+22
* Altered FIXME to allow us to distinguish between new and old ones!aclement2005-03-101-1/+1
* Declare annotation: changed to allow a more meaningful name for the generated...aclement2005-03-101-5/+27
* Declare annotation: slightly modified to allow subtypes to specify whether t...aclement2005-03-101-3/+10
* fix for Bugzilla Bug 87376acolyer2005-03-101-2/+6
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-103-0/+0
* Use ability to remove problems when building using intermediate compilation r...aclement2005-02-181-0/+9
* Make the aspectj5rt classes available for writing 1.5 tests.aclement2005-02-172-2/+5
* support for annotations on ITDs, and declare annotationacolyer2005-02-177-3/+115
* better support for weaveInfo message, <weave> step, and stderr/out validation...acolyer2005-02-115-16/+48
* Fix for PR84290: Runtime retention not recognized; inhibts use of annotation ...aclement2005-02-031-1/+23
* Fix NPE if attempting annotation usage on 1.4 rt.jar !aclement2005-02-011-0/+5
* Updates for annotation binding. Support for static methods !!aclement2005-01-311-0/+1