aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Very very first simple helper bits of binary weaving decpaclement2005-01-042-0/+22
* Fix for Bug 82062: WeaveMessage should provide more informationaclement2005-01-044-8/+17
* organized imports.aclement2005-01-042-2/+0
* Hopefully fixes disappearance of decsofts in AJDT. The addition of the offse...aclement2004-12-202-4/+4
* Fix for Bug 80916: In some cases the structure model doesn't contain the "mat...aclement2004-12-201-0/+3
* disambiguating bindingsacolyer2004-12-1610-1/+151
* it is now safe to short-circuit in and/or pc matching (all side-effects removed)acolyer2004-12-162-2/+6
* payback time for all the "kinding" work - only ever generate and matchacolyer2004-12-1640-334/+278
* just tidying up a few unused importsacolyer2004-12-157-12/+0
* partial fix for bug 61568.acolyer2004-12-1545-139/+1781
* Support for 'offset' in source locations - enabling AJDT improvements. Not p...aclement2004-12-103-11/+23
* Autoboxing and decp restrictionsaclement2004-12-107-15/+196
* annotation/enum xlintsaclement2004-12-101-2/+3
* All the new enum/annotation messagesaclement2004-12-102-1/+13
* @within, @withincode fixesacolyer2004-12-103-8/+16
* final(?) @args fixesacolyer2004-12-102-4/+6
* more testing, @args supportacolyer2004-12-0915-44/+239
* updated binary formacolyer2004-12-0914-0/+0
* completed @this and @targetacolyer2004-12-092-2/+11
* get test instructions ahead of jump testacolyer2004-12-091-5/+6
* who put that there???acolyer2004-12-091-51/+0
* more @this @target fixes and testsacolyer2004-12-0915-21/+317
* Complete varargs support.aclement2004-12-093-2/+15
* fail gracefully when trying to bind in an @pcdacolyer2004-12-093-6/+22
* @within, @withincode impl (non-binding)acolyer2004-12-085-41/+181
* lots of pointcut parsing test cases for @xxx pcdsacolyer2004-12-089-9/+209
* update to new @pat syntaxacolyer2004-12-081-2/+2