Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for 83052 | aclement | 2006-05-30 | 3 | -2/+5 |
| | |||||
* | test and fixes for 143930, 143924 | aclement | 2006-05-30 | 1 | -2/+1 |
| | |||||
* | synchronization joinpoints: useful constant | aclement | 2006-05-24 | 1 | -0/+1 |
| | |||||
* | synchronization joinpoints: messages | aclement | 2006-05-24 | 2 | -0/+2 |
| | |||||
* | test and fix for first part of 126355 | aclement | 2006-05-23 | 2 | -7/+13 |
| | |||||
* | fix for 137568: dreaded generics signature | aclement | 2006-05-22 | 1 | -20/+26 |
| | |||||
* | test update and fix for 138223: funky annotation matching | aclement | 2006-05-17 | 1 | -7/+17 |
| | |||||
* | test and fix for 141956 | aclement | 2006-05-17 | 1 | -1/+1 |
| | |||||
* | fix for 142165: LTW | aclement | 2006-05-17 | 2 | -2/+12 |
| | |||||
* | tests and fix for pr130722, 138219 | acolyer | 2006-05-16 | 6 | -23/+28 |
| | |||||
* | fix for pr141945, misleading message re. aop.xml | acolyer | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | tests and fix for 135068: verifyerror for @AJ | aclement | 2006-05-16 | 1 | -0/+15 |
| | |||||
* | recover from crash whilst crashing... | aclement | 2006-05-15 | 1 | -2/+16 |
| | |||||
* | test and fix for 133117: dont spam the user with noGuardForLazyTjp messages. | aclement | 2006-05-12 | 2 | -7/+8 |
| | |||||
* | tests and fix for 136026: cflow verifyerror in non trivial combination of ↵ | aclement | 2006-05-12 | 1 | -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 types | aclement | 2006-05-12 | 1 | -3/+4 |
| | |||||
* | 134471 - incremental structure model repair code overhaul - the key new ↵ | aclement | 2006-05-11 | 1 | -0/+14 |
| | | | | behaviour. At the start of weaving we remove relationships. | ||||
* | 134471 - incremental structure model repair code overhaul - consider whether ↵ | aclement | 2006-05-11 | 1 | -1/+1 |
| | | | | we are doing sloc comparisons. | ||||
* | 134471 - incremental structure model repair code overhaul - compare source ↵ | aclement | 2006-05-11 | 2 | -2/+6 |
| | | | | locations (for now) until handles are location independent. | ||||
* | 134471 - incremental structure model repair code overhaul - so we don't ↵ | aclement | 2006-05-11 | 1 | -0/+22 |
| | | | | unnecessarily recompile if a decw changes. | ||||
* | 134471 - incremental structure model repair code overhaul - if we don't know ↵ | aclement | 2006-05-11 | 1 | -2/+3 |
| | | | | the location, don't pretend we do | ||||
* | 134471 - incremental structure model repair code overhaul - slight ↵ | aclement | 2006-05-11 | 1 | -1/+1 |
| | | | | improvement for duff slocs (@AJ...) | ||||
* | 134471 - incremental structure model repair code overhaul | aclement | 2006-05-10 | 1 | -0/+5 |
| | |||||
* | hack removed, didn't solve enough cases... we are back to correctly ↵ | aclement | 2006-05-05 | 1 | -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 ↵ | acolyer | 2006-05-05 | 1 | -20/+36 |
| | | | | pointcuts in the same type, in a reflective world... | ||||
* | Extremely temporary change for 134471 - not ideal but at least the markers ↵ | aclement | 2006-05-04 | 1 | -1/+1 |
| | | | | will survive a compile. | ||||
* | fixes for 137235 (contributed by Ron): more intelligent logic for ↵ | aclement | 2006-05-04 | 4 | -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 ↵ | acolyer | 2006-05-03 | 1 | -2/+6 |
| | | | | body of @AspectJ aspect | ||||
* | test and fix for 138286 | aclement | 2006-04-26 | 1 | -3/+3 |
| | |||||
* | fix for 138215 :- we need to resolve the pointcut expressions associated ↵ | acolyer | 2006-04-25 | 2 | -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 137496 | aclement | 2006-04-25 | 1 | -1/+5 |
| | |||||
* | test and fix for part2 of 138158 | aclement | 2006-04-24 | 1 | -1/+1 |
| | |||||
* | fix for 138158 | aclement | 2006-04-24 | 1 | -5/+2 |
| | |||||
* | unfinished fix for 138158: !@withincode | aclement | 2006-04-24 | 1 | -4/+5 |
| | |||||
* | unfinished fix for 137568 | aclement | 2006-04-24 | 1 | -0/+15 |
| | |||||
* | fix for 138158 | aclement | 2006-04-24 | 1 | -1/+4 |
| | |||||
* | fix for 137496: problem with join point matching on calls to parameterized ↵ | aclement | 2006-04-21 | 1 | -0/+3 |
| | | | | methods | ||||
* | test and fix for 136585: NullPointerException in ↵ | aclement | 2006-04-19 | 1 | -3/+3 |
| | | | | PerObjectInterfaceTypeMunger.java:33 | ||||
* | fix for 137479: better isSynthetic() logic | aclement | 2006-04-19 | 1 | -3/+5 |
| | |||||
* | fix for 137479: better isSynthetic() logic | aclement | 2006-04-19 | 3 | -1/+37 |
| | |||||
* | fix for 136665 - Rons suggestion. | aclement | 2006-04-18 | 1 | -19/+26 |
| | |||||
* | @within, @withincode, and @annotation also need to return true to ↵ | acolyer | 2006-04-14 | 1 | -0/+18 |
| | | | | HasPossibleDynamicContent... | ||||
* | yuck. need to expose ReflectionWorld in the signature - which is supposed to ↵ | acolyer | 2006-04-07 | 1 | -0/+4 |
| | | | | be public API. Need a better long term solution... | ||||
* | unused import gone. | aclement | 2006-04-06 | 1 | -1/+0 |
| | |||||
* | test and fix for 135001 | aclement | 2006-04-06 | 3 | -7/+37 |
| | |||||
* | test and fix for 134541 | aclement | 2006-04-06 | 2 | -1/+10 |
| | |||||
* | these problematic casts are redundant... (135052) | aclement | 2006-04-06 | 1 | -2/+2 |
| | |||||
* | future work (see 133532) | aclement | 2006-04-04 | 2 | -0/+40 |
| | |||||
* | better if no aliases consistently means null rather null before ↵ | aclement | 2006-04-04 | 1 | -4/+6 |
| | | | | serialization and an empty arraylist after deserialization | ||||
* | test and fix for @DeclareParents problem where the target was "@Coloured *" ↵ | aclement | 2006-03-29 | 1 | -13/+11 |
| | | | | - fix was to resolve the typepattern |