summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* test and fix for pr140357, reference pointcuts that refer to other reference ...acolyer2006-05-051-20/+36
* Extremely temporary change for 134471 - not ideal but at least the markers wi...aclement2006-05-041-1/+1
* fixes for 137235 (contributed by Ron): more intelligent logic for determining...aclement2006-05-044-11/+11
* enabled test and committed fix for pr139749 : super call in around advice bod...acolyer2006-05-031-2/+6
* test and fix for 138286aclement2006-04-261-3/+3
* fix for 138215 :- we need to resolve the pointcut expressions associated with...acolyer2006-04-252-15/+31
* 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 me...aclement2006-04-211-0/+3
* test and fix for 136585: NullPointerException in PerObjectInterfaceTypeMunger...aclement2006-04-191-3/+3
* 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 HasPossible...acolyer2006-04-141-0/+18
* yuck. need to expose ReflectionWorld in the signature - which is supposed to ...acolyer2006-04-071-0/+4
* 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 serialization...aclement2006-04-041-4/+6
* test and fix for @DeclareParents problem where the target was "@Coloured *" -...aclement2006-03-291-13/+11
* test and fix for 126560 (@AJ types resolved in 'current package') and test fo...aclement2006-03-282-0/+23
* fix for 133298aclement2006-03-281-7/+21
* test and fixes for 98901, comment 29aclement2006-03-271-1/+22
* test and fix for 133307 - funky type variable bounds.aclement2006-03-273-33/+152
* test and fix for 132926aclement2006-03-241-9/+30
* tidying up...aclement2006-03-181-0/+2
* ensures bcel stuff flushed.aclement2006-03-181-0/+3
* lifecycle method for weaving completion switched on - ensures context flushed...aclement2006-03-181-1/+1
* guard on lintaclement2006-03-181-5/+7
* flush source contexts (128650)aclement2006-03-181-0/+1
* removed rogue syserraclement2006-03-181-1/+0
* 128650: more memory stuffaclement2006-03-188-14/+32
* test and fix for 131932aclement2006-03-163-1/+5
* test and fix for 131933aclement2006-03-161-2/+1
* half wired into bcel eviction logic...aclement2006-03-141-0/+1
* bug 128650: comment 16: creates less garbageaclement2006-03-141-5/+1
* plugged into the lifecycle method for evicting bcel state.aclement2006-03-141-2/+6
* tested eviction code plugged in. not activated yet in whats in CVS yet thoug...aclement2006-03-108-324/+437
* unused label (so eclipse 3.2m5a tells me)aclement2006-03-101-1/+1
* 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGESaclement2006-03-094-3/+44
* minor - comment.aclement2006-03-081-1/+6
* Progress on: Bug 130869: Pointcut resolution fails against type variablesacolyer2006-03-081-3/+24
* 129163: more bits...: adjust compare to ignore some type mungersaclement2006-03-074-5/+58
* 129163: more bits...: equals in the type munger hierarchyaclement2006-03-0712-30/+232