summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src
Commit message (Expand)AuthorAgeFilesLines
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT...avasseur2005-05-101-2/+3
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-061-11/+21
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic...aclement2005-05-061-2/+26
* Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff)aclement2005-05-051-1/+10
* enable compilation of @AfterReturning(pointcut="...")acolyer2005-05-044-47/+82
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...avasseur2005-05-043-4/+31
* it's a whole new compiler in there...acolyer2005-04-2917-213/+264
* 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: 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
* support in ajc for parsing and error reporting of @AspectJ style aspect defin...acolyer2005-04-2517-61/+1141
* 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
* organized importsaclement2005-04-191-3/+4
* bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...mkersten2005-04-142-4/+4
* 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
* Use ability to remove problems when building using intermediate compilation r...aclement2005-02-181-0/+9
* support for annotations on ITDs, and declare annotationacolyer2005-02-177-3/+115
* 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
* Provided hasAnnotation() implementationaclement2005-01-311-1/+11
* Tests and fix for: Bug 83565mkersten2005-01-271-39/+13
* First bit of implementing annotation checking in EclipseSourceType.aclement2005-01-241-1/+1