aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provided hasAnnotation() implementationaclement2005-01-311-1/+11
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-0/+6
* Tests and fix for: Bug 83565mkersten2005-01-271-39/+13
* First bit of implementing annotation checking in EclipseSourceType.aclement2005-01-241-1/+1
* Fix for Bug 83303: complier error when mixing inheritance, overriding and pol...aclement2005-01-201-0/+32
* Get enum value fields to work in the ASM. Plus test reorg as we are now addin...aclement2005-01-201-10/+20
* organized importsaclement2005-01-192-11/+33
* Fix to allow pertypewithin aspectOf() to cope with 1.5 generic form of java.l...aclement2005-01-181-1/+8
* PerTypeWithin support.aclement2005-01-181-0/+146
* organized imports.aclement2005-01-181-13/+9
* Hmmm - I don't think these are part of Java5 support.aclement2005-01-174-679/+0
* java 5 supportacolyer2005-01-1735-142/+843
* All jars rebuilt with rev'd weaver version number 2.0 that we will use for As...aclement2005-01-073-0/+0
* test was failing because a message was coming out twice - once when applying ...aclement2005-01-061-1/+1
* Removing 'run' calls from the testcases for now ... to get a build through !aclement2005-01-061-5/+5
* BWD: Updated - now type processing order is sensible for applying decp, we do...aclement2005-01-051-5/+9
* BWD: test casesaclement2005-01-052-0/+495
* BWD: Use new API on sourcetypebinding to remember original type hierarchy and...aclement2005-01-051-12/+15
* Binary Weaving Decp: test codeaclement2005-01-0558-0/+362
* organized imports.aclement2005-01-042-18/+40
* Support for 'offset' in source locations - enabling AJDT improvements. Not p...aclement2004-12-103-5/+15