summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-0436-50/+501
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fixes for 135780: aspectjrt will work better now on a 1.1 vmaclement2006-05-033-12/+44
|
* fix for 139936mwebster2006-05-031-1/+1
|
* enabled test and committed fix for pr139749 : super call in around advice ↵acolyer2006-05-032-3/+7
| | | | body of @AspectJ aspect
* tests for pr139749 - calling super in @AspectJ advice body causes VerifyErroracolyer2006-05-023-1/+43
|
* test for 138798aclement2006-04-273-0/+51
|
* test and fix for 138286aclement2006-04-264-3/+54
|
* rons patch for 138540aclement2006-04-261-1/+2
|
* enable test case for 138215 now it is passing...acolyer2006-04-251-1/+1
|
* fix for 138215 :- we need to resolve the pointcut expressions associated ↵acolyer2006-04-252-15/+31
| | | | with declare warning / error from an @AJ declaration *after* all the pointcut attributes have been processed.
* test and another part of the fix for 137496aclement2006-04-254-1/+45
|
* test cases for pr138215, 219, and 223.acolyer2006-04-247-0/+110
|
* work in progress testcase 137568aclement2006-04-241-14/+24
|
* test and fix for part2 of 138158aclement2006-04-244-1/+36
|
* fix for 138158aclement2006-04-244-8/+41
|
* commented out a couple of new tests for a bit...aclement2006-04-241-1/+1
|
* unfinished fix for 138158: !@withincodeaclement2006-04-241-4/+5
|
* unfinished fix for 137568aclement2006-04-241-0/+15
|
* fix for 138158aclement2006-04-241-1/+4
|
* testcode for 137568,138143,138158aclement2006-04-241-0/+3
|
* fix for 138143: npe on duplicate method for atajaclement2006-04-241-1/+2
|
* testcode for 137568,138143,138158aclement2006-04-241-0/+19
|
* testcode for 137568,138143,138158aclement2006-04-243-0/+55
|
* fix for 137496: problem with join point matching on calls to parameterized ↵aclement2006-04-211-0/+3
| | | | methods
* testcode for 137496: problem with join point matching on calls to ↵aclement2006-04-217-0/+198
| | | | parameterized methods
* test and fix for 136585: NullPointerException in ↵aclement2006-04-195-3/+24
| | | | PerObjectInterfaceTypeMunger.java:33
* fix for 137479: better isSynthetic() logicaclement2006-04-191-3/+5
|
* fix for 137479: better isSynthetic() logicaclement2006-04-193-1/+37
|
* test for 137479aclement2006-04-195-0/+59
|
* fix for 136665 - Rons suggestion.aclement2006-04-181-19/+26
|
* @within, @withincode, and @annotation also need to return true to ↵acolyer2006-04-141-0/+18
| | | | HasPossibleDynamicContent...
* test matching on annotations directly in the java.lang packageacolyer2006-04-141-0/+11
|
* use signature rather than name when annotation matching as Bcel chops name ↵acolyer2006-04-141-2/+2
| | | | in the java.lang package !!
* test and fix for 136258aclement2006-04-131-2/+2
|
* test and fix for 136258aclement2006-04-134-10/+30
|
* for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to ↵V1_5_1a_finalacolyer2006-04-073-4/+86
| | | | find the pointcut parameter names
* must use the same world when creating a pointcut parseracolyer2006-04-071-0/+4
|
* yuck. need to expose ReflectionWorld in the signature - which is supposed to ↵acolyer2006-04-071-0/+4
| | | | be public API. Need a better long term solution...
* unused import gone.aclement2006-04-061-1/+0
|
* test and fix for 135001aclement2006-04-0610-7/+135
|
* test and fix for 134541aclement2006-04-065-1/+42
|
* bullet proof (?) element formatter (135052)aclement2006-04-061-1/+17
|
* these problematic casts are redundant... (135052)aclement2006-04-061-2/+2
|
* merged with adrian's version...acolyer2006-04-041-17/+18
|
* updates for 1.5.1V1_5_1_finalaclement2006-04-042-1/+54
|
* useful pause() method can be called to enable (de)attaching jconsole.aclement2006-04-041-1/+12
|
* future work (see 133532)aclement2006-04-042-0/+40
|
* tests for 133532 - also tidied up the statelistener codeaclement2006-04-043-7/+55
|
* extra decision recording infrastructure for future debugging! Also fix for ↵aclement2006-04-044-10/+84
| | | | pr133532
* better if no aliases consistently means null rather null before ↵aclement2006-04-041-4/+6
| | | | serialization and an empty arraylist after deserialization