aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotation matching.aclement2004-12-0810-20/+19
* Annotation matching.aclement2004-12-089-22/+141
* @annotation parsing and matchingacolyer2004-12-083-95/+71
* updated binary formacolyer2004-12-0814-0/+0
* updated test cases to reflect new parsingacolyer2004-12-0813-196/+226
* Annotation matching.aclement2004-12-086-0/+21
* updates to annotation parsing...acolyer2004-12-089-57/+213
* updates to annotation parsing...acolyer2004-12-081-1/+0
* Annotation matching.aclement2004-12-0817-21/+351
* more parser test cases and updatesacolyer2004-12-073-30/+118
* Rebuilt due to type munger attribute changeaclement2004-12-0714-0/+0
* Finally ... type mungers now remember where they came from in their attribute...aclement2004-12-071-5/+15
* Annotation Matching - test codeaclement2004-12-074-0/+28
* annotation pattern and type pattern parsing and test casesacolyer2004-12-0615-162/+495
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-062-10/+18
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-0646-58/+1800
* 72766 - varargs policing in signature matchingaclement2004-12-033-1/+42
* 72766 - avoided another problem to do with asking unresolvable members for th...aclement2004-12-031-5/+19
* 72766 - avoid the potential NPE !aclement2004-12-031-5/+5
* 72766 - varargs policing in signature matchingaclement2004-12-032-2/+6
* integrate new tools tests into suiteacolyer2004-12-032-0/+28
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ma...acolyer2004-12-0321-20/+908
* support for 3rd party integration with pointcut parsing /matchingacolyer2004-12-024-0/+179
* updated description of tools package to reflect wider scopeacolyer2004-12-021-3/+2
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ma...acolyer2004-12-0219-19/+823
* 72766 - more helpers for identifying enums/annotationsaclement2004-12-022-0/+38
* 72766 - when *binary weaving* output messages to stop ITDs on enums/annotationsaclement2004-12-021-1/+36
* 72766 - helper methods for identifying enums/annotations that call the BCEL s...aclement2004-12-021-0/+8
* 72766 - messages output when preventing ITDs on enums/annotationsaclement2004-12-022-0/+22
* 72766: This is covariance support. only missing bit is for dynamic join poin...aclement2004-12-015-7/+115
* Part of 72766: Bridge methods - we now do the right thing if we see one (i.e....aclement2004-11-309-4/+64
* Final !! fixes for Bug 78954: Compiler cannot cope with 4000 jars on the clas...aclement2004-11-231-1/+1
* Some more fixes for Bug 78954: Compiler cannot cope with 4000 jars on the cla...aclement2004-11-232-16/+157
* Matthews fix for Bugzilla Bug 77163: Load time weaver default verbose settingV1_2_1aclement2004-11-052-54/+182
* Fix for Bugzilla Bug 76798: Add versions to woven class files - enabling bett...aclement2004-10-227-9/+113
* Bugzilla Bug 73895acolyer2004-10-211-1/+1
* Fix for Bugzilla Bug 74952: before,after !(cflow(within(Trace*))) prints nothingaclement2004-10-211-3/+17
* 76030 - cflow optimizations. Part 2 fix - share counters and stacks when we ...aclement2004-10-122-22/+81
* 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks wh...aclement2004-10-117-68/+220
* Made getNode(..) protected to enable extensibility.mkersten2004-09-271-1/+1