summaryrefslogtreecommitdiffstats
path: root/weaver/src
Commit message (Collapse)AuthorAgeFilesLines
* fixes for 120909 (ibmvm failures)Root_RB_V1_5_0aclement2005-12-151-1/+1
|
* fix for clone case in 120916: Jrockit test failures with RC1aclement2005-12-151-2/+7
|
* test updates and the fix for cases 3&4 in 120916: Jrockit test failures with RC1aclement2005-12-151-3/+1
|
* fix for spacewar, and a much simplified solution for pointcut rewriting of a ↵acolyer2005-12-142-6/+10
| | | | conjunction of disjunctions
* ensure we don't re-attempt modifier matching when walking up the signature ↵acolyer2005-12-141-7/+9
| | | | hierarchy
* fixes inefficient ordering of tests in SignaturePattern (that I ↵acolyer2005-12-141-9/+12
| | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members.
* tests and fix for pr119749acolyer2005-12-131-13/+19
|
* fix for 113257 - modified rewriter - not perfect but passes the latest problems.aclement2005-12-131-12/+147
|
* fix for pr120693acolyer2005-12-132-6/+13
|
* unused import.aclement2005-12-131-1/+0
|
* permit extensions to pointcut designator set when using weaver tools APIacolyer2005-12-1316-70/+606
|
* fix for 120543 - from Matthew - includes datestamp in weaver info message on ↵aclement2005-12-131-0/+2
| | | | LTW startup.
* test and fix for 119749aclement2005-12-132-2/+28
|
* fix for120521aclement2005-12-131-0/+6
|
* fix for 120474 ($Proxy)aclement2005-12-131-1/+1
|
* fix bug 120401 - adding signature to identify exception message sourcewisberg2005-12-121-1/+1
|
* updates for 116679 (targetting old runtimes)aclement2005-12-121-1/+5
|
* fixes for 119539aclement2005-12-123-33/+85
|
* tests and fixes for 119657. from matthew.aclement2005-12-121-0/+8
|
* #120351 cflowbelow @AJ and bindingavasseur2005-12-122-9/+11
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-0924-43/+56
| | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this.
* delegates modified to return the same thing as BCEL. Ctors have the name ↵aclement2005-12-091-2/+3
| | | | <init> and a return type of 'void'. Fix for 119353
* fixes for 119210 - allows for autoboxing with around advice.aclement2005-12-082-3/+36
|
* test and fix for 109614aclement2005-12-081-2/+9
|
* fix for 119543, from Helen.aclement2005-12-071-1/+1
|
* fixes for 118715 from Matthew.aclement2005-12-061-1/+1
|
* tests and fix for pr118149acolyer2005-12-061-0/+7
|
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-067-2/+179
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* fixes for 117882aclement2005-12-041-0/+81
|
* removed 1.5 api - adrian needs to look at the proper solution here though.aclement2005-12-021-2/+4
|
* support for isNested, and use of that property when splitting names in ↵acolyer2005-12-027-12/+44
| | | | WildTypePattern
* test and fix for 118781aclement2005-12-011-2/+5
|
* implementation of new xlint: pr111667aclement2005-11-304-0/+72
|
* More fixes for 116679: now copes with the enclosingSP type that we ↵aclement2005-11-302-24/+43
| | | | introduced for 1.5
* helper method for determining target ajruntimeaclement2005-11-301-0/+4
|
* elimination of compilation warningsacolyer2005-11-291-10/+12
|
* elimination of unused variable warningacolyer2005-11-292-6/+6
|
* fix for pr118337acolyer2005-11-291-1/+1
|
* code for 116679: targetting a 1.2.1 runtimeaclement2005-11-293-1/+26
|
* Further changes for 118192aclement2005-11-281-1/+6
|
* fixes for 118192aclement2005-11-281-0/+1
|
* tests for pr11280, update to reflection api to get classloading right for ↵acolyer2005-11-281-5/+4
| | | | test suite etc.
* organized importsaclement2005-11-281-1/+0
|
* updated tests and fix for pr116229acolyer2005-11-272-22/+81
|
* Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)aclement2005-11-261-1/+44
|
* tests and fix for pr115251acolyer2005-11-255-14/+70
|
* fixes and improved tests for 117622aclement2005-11-252-2/+20
|
* organized importsaclement2005-11-257-10/+0
|
* fix for pr117614 + changes to make cantFindType a lint warning (default to ↵acolyer2005-11-2411-43/+99
| | | | error) so that it is user controllable in binary weave scenarios.
* hopefully the last word on parameterizing pointcuts in all their various ↵acolyer2005-11-243-3/+21
| | | | glorious flavours