summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
* fix for 83052aclement2006-05-303-2/+5
|
* test and fixes for 143930, 143924aclement2006-05-301-2/+1
|
* synchronization joinpoints: useful constantaclement2006-05-241-0/+1
|
* synchronization joinpoints: messagesaclement2006-05-242-0/+2
|
* test and fix for first part of 126355aclement2006-05-232-7/+13
|
* fix for 137568: dreaded generics signatureaclement2006-05-221-20/+26
|
* test update and fix for 138223: funky annotation matchingaclement2006-05-171-7/+17
|
* test and fix for 141956aclement2006-05-171-1/+1
|
* fix for 142165: LTWaclement2006-05-172-2/+12
|
* tests and fix for pr130722, 138219acolyer2006-05-166-23/+28
|
* fix for pr141945, misleading message re. aop.xmlacolyer2006-05-161-1/+1
|
* tests and fix for 135068: verifyerror for @AJaclement2006-05-161-0/+15
|
* recover from crash whilst crashing...aclement2006-05-151-2/+16
|
* test and fix for 133117: dont spam the user with noGuardForLazyTjp messages.aclement2006-05-122-7/+8
|
* tests and fix for 136026: cflow verifyerror in non trivial combination of ↵aclement2006-05-121-13/+14
| | | | cflow pointcuts: include kind of usage (stack/counter) in key for cache
* test and fix for 129704: broken @annotation for methods in generic typesaclement2006-05-121-3/+4
|
* 134471 - incremental structure model repair code overhaul - the key new ↵aclement2006-05-111-0/+14
| | | | behaviour. At the start of weaving we remove relationships.
* 134471 - incremental structure model repair code overhaul - consider whether ↵aclement2006-05-111-1/+1
| | | | we are doing sloc comparisons.
* 134471 - incremental structure model repair code overhaul - compare source ↵aclement2006-05-112-2/+6
| | | | locations (for now) until handles are location independent.
* 134471 - incremental structure model repair code overhaul - so we don't ↵aclement2006-05-111-0/+22
| | | | unnecessarily recompile if a decw changes.
* 134471 - incremental structure model repair code overhaul - if we don't know ↵aclement2006-05-111-2/+3
| | | | the location, don't pretend we do
* 134471 - incremental structure model repair code overhaul - slight ↵aclement2006-05-111-1/+1
| | | | improvement for duff slocs (@AJ...)
* 134471 - incremental structure model repair code overhaulaclement2006-05-101-0/+5
|
* hack removed, didn't solve enough cases... we are back to correctly ↵aclement2006-05-051-1/+1
| | | | treating non-structural changes in aspects as not requiring full build. (might get that test passing on Adrians machine...)
* test and fix for pr140357, reference pointcuts that refer to other reference ↵acolyer2006-05-051-20/+36
| | | | pointcuts in the same type, in a reflective world...
* Extremely temporary change for 134471 - not ideal but at least the markers ↵aclement2006-05-041-1/+1
| | | | will survive a compile.
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-044-11/+11
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* enabled test and committed fix for pr139749 : super call in around advice ↵acolyer2006-05-031-2/+6
| | | | body of @AspectJ aspect
* test and fix for 138286aclement2006-04-261-3/+3
|
* 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-251-1/+5
|
* test and fix for part2 of 138158aclement2006-04-241-1/+1
|
* fix for 138158aclement2006-04-241-5/+2
|
* unfinished fix for 138158: !@withincodeaclement2006-04-241-4/+5
|
* unfinished fix for 137568aclement2006-04-241-0/+15
|
* fix for 138158aclement2006-04-241-1/+4
|
* fix for 137496: problem with join point matching on calls to parameterized ↵aclement2006-04-211-0/+3
| | | | methods
* test and fix for 136585: NullPointerException in ↵aclement2006-04-191-3/+3
| | | | PerObjectInterfaceTypeMunger.java:33
* fix for 137479: better isSynthetic() logicaclement2006-04-191-3/+5
|
* fix for 137479: better isSynthetic() logicaclement2006-04-193-1/+37
|
* 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...
* 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-063-7/+37
|
* test and fix for 134541aclement2006-04-062-1/+10
|
* these problematic casts are redundant... (135052)aclement2006-04-061-2/+2
|
* future work (see 133532)aclement2006-04-042-0/+40
|
* better if no aliases consistently means null rather null before ↵aclement2006-04-041-4/+6
| | | | serialization and an empty arraylist after deserialization
* test and fix for @DeclareParents problem where the target was "@Coloured *" ↵aclement2006-03-291-13/+11
| | | | - fix was to resolve the typepattern