aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* Bit of shuffling to keep the build machine happy. Basically the PointcutExpr...aclement2005-09-281-3/+3
* fix for pr101407 - weaver produces wrong local variable table bytecode.acolyer2005-09-272-103/+127
* tests and fix for pr88900, unneccessary warningacolyer2005-09-271-1/+5
* give context in can't find type messagesacolyer2005-09-271-9/+14
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...acolyer2005-09-261-7/+8
* imports organized.aclement2005-09-262-10/+8
* java5 related folders have gone.aclement2005-09-261-2/+0
* no longer required with new weaver5 project.aclement2005-09-261-12/+0
* moved to weaver5aclement2005-09-263-744/+0
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...acolyer2005-09-267-8/+61
* remove @Override that for some reason doesn't compile at 1.3 level...acolyer2005-09-261-1/+0
* tests and fix for pr77076 - MUCH better toleration of missing types when weav...acolyer2005-09-2417-76/+630
* AST support change.aclement2005-09-232-0/+8
* tests and fix for 109283.acolyer2005-09-222-10/+38
* Set project compiler compliance to be Java5 for the weaver project, so that i...mkersten2005-09-222-0/+15
* add the java5-xxx as source foldersacolyer2005-09-221-12/+14
* load 1.5 dependent tests reflectively...acolyer2005-09-212-2/+13
* tests and fix for pr102210 - not descending into branches when pulling up dis...acolyer2005-09-212-12/+31
* fix for annotation binding bug when target type in bytecode != declaring type...acolyer2005-09-212-23/+50
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-2174-2483/+3610
* Fix for pr109728: generates correct aroundBody methods for field-get JPs that...aclement2005-09-202-2/+30
* pr109728: cope with methods invoked on array types! (e.g. clone). Slightly o...aclement2005-09-191-10/+15
* pr109728: don't let people pass signatures to nameToSignature()aclement2005-09-191-55/+43
* organized importsaclement2005-09-142-2/+0
* To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on...aclement2005-09-131-2/+3
* To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes on...aclement2005-09-131-1/+8
* rebuilt due to attribute modifications.aclement2005-09-1314-0/+0
* test and fix for pr106554: staticinitialization and PTWaclement2005-09-131-0/+6
* tests and a fix for the bug with no name, in which Pooh gets carried away and...acolyer2005-09-127-5/+22
* Test and fix for PR103740: Compiler failure on @annotationaclement2005-09-121-5/+5
* tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5acolyer2005-09-091-0/+8
* tests and fix for pr108886, result of having no source location for resolved ...acolyer2005-09-082-4/+3
* removed unused importacolyer2005-09-081-1/+0
* tests and fix for pr108816, args with binding with .. at join point with synt...acolyer2005-09-061-2/+3
* fix for pr108818, if the declaring type of the member refering to this pointc...acolyer2005-09-061-9/+18
* fix for pr108818, changed the signature of concretize and concretize1 to pass...acolyer2005-09-0627-39/+55
* fix for pr108818, remember the actual declaring type of a member that refers ...acolyer2005-09-066-6/+27
* fix for pr87530, final modifier on interface itdmacolyer2005-09-051-5/+50
* tests and fix for pr99125 - duplicate members in interfaces after binary weavingacolyer2005-09-022-3/+17
* second part of test and fix for pr102212 - synchronized itdm on interfaces ge...acolyer2005-09-022-0/+15
* tests and fix for pr99136 (dup adviceDidNotMatch warnings), plus extended tes...acolyer2005-09-021-4/+47
* fix for pr98290, 'matches declare' relationship not correctly created because...acolyer2005-09-012-3/+25
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo me...acolyer2005-09-011-1/+2
* fix for pr59076, much more memory efficient creation of join point static partsacolyer2005-09-016-43/+238
* make sure we have *all* the formals in scope when unpacking the signatureacolyer2005-09-011-17/+29
* use the matchingSignature of a shadow for matching (not the synthetic sig)acolyer2005-09-011-1/+1
* don't match against synthetic constructor argsacolyer2005-09-011-0/+8
* enable an effectiveSignature to be set on a LazyMethodGenacolyer2005-09-011-0/+10
* remember the declared (non-synthetic) signature of an ITCacolyer2005-09-011-0/+3
* use the orginal (non-synthetic) constructor sig for matchingacolyer2005-09-012-1/+11