summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made lookupMember(..) and findMemberInClass(..) protectedmkersten2004-09-161-2/+2
* static dependence on SimpleDateFormat had broken WeavingURLClassLoaderacolyer2004-09-071-4/+4
* Fix for Bugzilla Bug 72528aclement2004-09-032-2/+74
* Fix for Bugzilla Bug 46298aclement2004-09-011-8/+35
* fix for Bugzilla Bug 72150aclement2004-08-271-2/+7
* Minor fix to avoid crashing whilst dumping :)aclement2004-08-251-1/+1
* fix for Bugzilla Bug 72531acolyer2004-08-242-1/+34
* organized importsaclement2004-08-233-11/+2
* FindBugs: fixes.aclement2004-08-232-2/+3
* Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"aclement2004-08-234-15/+565
* More 'cant find types' improved.aclement2004-08-236-6/+44
* Two more "cant find types" dealt with.aclement2004-08-233-2/+26
* Fix for Bugzilla Bug 70794aclement2004-08-203-14/+59
* toString method on new attribute makes test harness diffing happier.acolyer2004-08-191-0/+3
* Fix and testcase for Bugzilla Bug 49657aclement2004-08-194-20/+63