aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
Commit message (Collapse)AuthorAgeFilesLines
...
* 231396: mainline code moved to test areaaclement2008-05-305-13/+53
|
* 231396: Use testutils rather than mainline codeaclement2008-05-293-23/+24
|
* 231396: Moved test visitor out to test codeaclement2008-05-291-0/+525
|
* 231396: Moved some mainline code out to testsrcaclement2008-05-291-0/+162
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-1/+1
|
* 210470: preventing weaver leaks: cast to select right ctor in new bcel APIaclement2008-05-271-1/+1
|
* 231396: refactoring: CollectionUtil type removedaclement2008-05-121-7/+14
|
* 205907 - world remembers registered handlersaclement2008-03-141-8/+63
|
* annoValMatch: implementationaclement2008-02-251-0/+100
|
* annoValMatch: implementationaclement2008-02-251-1/+7
|
* paramannos: ResolvedType can hold 'temporary annotations' during a match ↵aclement2008-01-252-6/+6
| | | | (parameter annos). PatternParser supports distinction between parameter and type annos.
* 175039: incorrect processing of a type parameter that is a nested type, test ↵aclement2007-03-061-0/+23
| | | | and fix
* tests and implementation for 165153: outputting aspectj trace to a named fileaclement2006-11-221-0/+5
|
* removing asm for the momentaclement2006-10-265-636/+3
|
* Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments)mwebster2006-08-251-4/+37
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-251-0/+12
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-252-0/+4
| | | | Matthew doesnt complain.
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-211-34/+178
|
* Bug 150487 "Tracing and Logging Framework" (improve formatting for arrays ↵mwebster2006-08-161-1/+26
| | | | and Collections)
* test and fix for 153535aclement2006-08-151-0/+7
|
* Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ↵mwebster2006-08-093-70/+86
| | | | and fatal)
* inactive test case for Classloader repository sharingaclement2006-08-081-0/+69
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-074-189/+13
| | | | dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication)
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-302-6/+2
|
* Bug 150487 "Tracing and Logging Framework" (remove redundant ↵mwebster2006-07-281-5/+0
| | | | TraceFactory.isEnabled() method and test)
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-277-0/+256
|
* fix for 145322aclement2006-06-061-0/+10
|
* update license to EPLacolyer2006-06-0157-114/+114
|
* tests and fix for pr130722, 138219acolyer2006-05-163-5/+5
|
* test and fix for 135001aclement2006-04-061-2/+7
|
* unused label (so eclipse 3.2m5a tells me)aclement2006-03-101-1/+1
|
* code from 121312: rons suggestion for changes to LTWWorld and reflection ↵aclement2006-02-231-2/+2
| | | | world. would have liked some testcode...
* optimizationasm: some test updates since some weaver tests *really* need ↵aclement2006-02-225-0/+734
| | | | BCEL modifiable delegates.
* Progress on: PointcutHandlerDesignator.acolyer2006-02-211-3/+32
| | | | Ensures that MatchingContext can be used in fast matching too.
* optimization: use bit twiddling rather than Sets for manipulating the list ↵aclement2006-02-131-42/+42
| | | | of Pointcut.couldMatchKinds - (saves a few percent when building shadows in my tests...)
* fix for 122452 - pattern parser for a duff pointcut definition. Also fix ↵aclement2006-01-251-0/+7
| | | | for 125027 (deow length set wrong during parsing). latter fix from Helen.
* pr122248, only unpack generic signatures if the world is in java 5 mode...acolyer2006-01-151-0/+2
|
* fixes for 120909 (ibmvm failures)Root_RB_V1_5_0aclement2005-12-152-5/+6
|
* tests and fix for pr119749acolyer2005-12-131-3/+3
|
* fix for 113257 - modified rewriter - not perfect but passes the latest problems.aclement2005-12-131-3/+3
|
* added skip test check to tolerate funny build machine behaviouracolyer2005-12-131-0/+24
|
* 1.5 -> 1.3acolyer2005-12-131-1/+1
|
* permit extensions to pointcut designator set when using weaver tools APIacolyer2005-12-132-0/+143
|
* updates for 116679 (targetting old runtimes)aclement2005-12-122-4/+20
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-095-9/+9
| | | | '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-1/+49
| | | | <init> and a return type of 'void'. Fix for 119353
* removed unused import.aclement2005-11-301-3/+2
|
* Further changes for 118192aclement2005-11-281-17/+0
|
* horrible work around for the fact that the build machine runs tests on a 1.5 ↵acolyer2005-11-285-5/+150
| | | | vm without all the 1.5 aj libs present
* fixes for 118192aclement2005-11-281-2/+86
|