summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autoboxing and decp restrictionsaclement2004-12-108-1/+52
* updated binary formacolyer2004-12-093-0/+0
* more @this @target fixes and testsacolyer2004-12-091-0/+8
* Annotation matching.aclement2004-12-081-1/+1
* Annotation matching.aclement2004-12-081-0/+4
* updated binary formacolyer2004-12-083-0/+0
* Annotation matching.aclement2004-12-081-0/+4
* With type mungers remembering their location, we now get a sensible error lin...aclement2004-12-071-2/+1
* Rebuilt due to type munger attribute changeaclement2004-12-073-0/+0
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-065-2/+26
* Fixes for Bug 80249: Order of types passed to compiler determines weaving beh...aclement2004-12-061-13/+77
* 72766 - implement isEnum/isAnnotationaclement2004-12-021-0/+12
* 72766 - when *source compiling* output messages to prevent ITD on enums/annot...aclement2004-12-024-0/+45
* Final !! fixes for Bug 78954: Compiler cannot cope with 4000 jars on the clas...aclement2004-11-231-0/+1
* Some more fixes for Bug 78954: Compiler cannot cope with 4000 jars on the cla...aclement2004-11-231-1/+12
* Fix for Bugzilla Bug 76096: Anonymous classes unaware of introductions into a...aclement2004-10-191-1/+12
* Aha! You foul LazyTjp testcase. The fix I put in to properly support '-proc...aclement2004-10-181-1/+5
* Re-add the LazyTjp testcase.aclement2004-10-181-1/+1
* TEMPORARILY deactivated one test to get a !*(&*£^ build to work.aclement2004-10-151-1/+1
* Comment cleanup.mkersten2004-10-141-16/+1
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-1/+1
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-31/+96