summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* Although there isn't anything to resolve - we should say we have tried...aclement2005-02-111-0/+1
* New type pattern kind introduced to represent '@Annotation *'aclement2005-02-112-3/+85
* Performance optimization - don't use toString() of a pointcut on the main cod...aclement2005-02-081-1/+2
* Fix copyright.aclement2005-02-081-1/+1
* taking the print out *again*aclement2005-02-071-1/+1
* Testcases and fix for using @target() when the annotation is in a package.aclement2005-02-073-3/+4
* Support for @this, @argsaclement2005-02-034-32/+43
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-012-69/+154
* Use the correct 'subject' at the join point for matchingaclement2005-02-011-3/+13
* Updates for annotation binding. Support for static methods !!aclement2005-01-312-7/+8
* Annotation Bindingaclement2005-01-311-10/+13
* No longer a restrictionaclement2005-01-311-4/+4
* Puts out binding restriction message for unsupported kinded pcds - also verif...aclement2005-01-311-1/+19
* Annotation binding supportaclement2005-01-312-0/+257
* Annotation Binding: works for @target and @annotation (when combined with cal...aclement2005-01-311-1/+59
* Organized imports.aclement2005-01-311-1/+0
* Remove message about binding restriction for @annotationaclement2005-01-311-5/+0
* Fix for annotation resolution - allow for package names!aclement2005-01-311-1/+16
* Fix for hasAnnotation() - add the annotation type through the standard route ...aclement2005-01-311-2/+4
* Updated javadoc to tell you not to use a particular method if you can help it.aclement2005-01-311-0/+1
* some of these tests were failing in an environment which did not have an aspe...acolyer2005-01-311-10/+17
* Putting println back in.aclement2005-01-311-1/+1
* weaver manifest for aspectjweaver.jar (if it changes to using this)wisberg2005-01-291-0/+10
* copyright holder - test failed when enabled.wisberg2005-01-291-1/+1
* Removing string temporarily - might be interfering with XML output for test r...aclement2005-01-281-1/+1
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-1/+3
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-0/+2
* Fix for null arrays (from AV)aclement2005-01-261-1/+1
* Added isSynthetic() to keep Java5 compiler happy (isSynthetic() is a new meth...aclement2005-01-261-0/+4
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-261-2/+2
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-252-6/+24
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-241-0/+10
* Fix for Bug 82570: Weaved code does not include debug linesaclement2005-01-191-1/+8
* PerTypeWithin support.aclement2005-01-1813-5/+430
* pass addURL calls onto superacolyer2005-01-171-0/+2
* java 5 supportacolyer2005-01-171-1/+1
* Fix for AjcPre10xTests.test016 if run standalone. (if run standalone no-one ...aclement2005-01-141-0/+4
* Fix for "staticinitialization(@Blah *)"aclement2005-01-141-0/+2
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ...aclement2005-01-116-37/+54
* Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...aclement2005-01-0768-151/+256
* rebuilt with 2.0 weaver version attribute (aj1.2.1 had version 1.0)aclement2005-01-0714-0/+0
* BWD: One extra check.aclement2005-01-051-1/+2
* BWD: Improved source loc stuff and helper methodsaclement2005-01-051-0/+20
* Changed order processing for weaving to match the recent changes in source or...aclement2005-01-051-17/+68
* BWD: Main part of the implementation, checks all the rules before allowing th...aclement2005-01-051-11/+292
* BWD: improved source loc creationaclement2005-01-051-0/+15
* test cases and fix for Bugzilla Bug 81863acolyer2005-01-057-11/+33
* Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning.aclement2005-01-051-1/+10
* Binary Weaving Decp: another helper method..aclement2005-01-051-0/+51
* switch from string comparison to a more robust RPN format for testing pointcu...acolyer2005-01-051-8/+88