summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 145963: binary entries in the model: testcodeaclement2006-08-1822-0/+252
|
* test and fix for 154332: broken java.lang.<annotation> processingaclement2006-08-184-1/+56
|
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! ↵mwebster2006-08-173-1/+3
| | | | remember to build and commit testing-client.jar)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-171-5/+4
| | | | (determine why the hell we can't find org/aspectj/runtime/internal/AroundClosure)
* Bug 150487 "Tracing and Logging Framework" (new/fixed trace points)mwebster2006-08-164-10/+32
|
* Bug 150487 "Tracing and Logging Framework" (trace everyting test)mwebster2006-08-164-0/+34
|
* Bug 150487 "Tracing and Logging Framework" (improve formatting for arrays ↵mwebster2006-08-162-1/+42
| | | | and Collections)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (2nd ↵mwebster2006-08-161-3/+4
| | | | attempt to get classpath right)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵mwebster2006-08-164-5/+15
| | | | build break and improve diagnostics)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-1512-0/+342
| | | | (TestServer, TestServerTest and LTWServerTests)
* test and fix for 153535aclement2006-08-153-1/+16
|
* 133770 'call and ltw': now attempts to grab a delegate for a non-locally ↵aclement2006-08-153-2/+45
| | | | defined type, giving the super-loader chance to weave a type with ITDs.
* 133770 'call and ltw': now attempts to grab a delegate for a non-locally ↵aclement2006-08-152-42/+51
| | | | defined type, giving the super-loader chance to weave a type with ITDs.
* Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler ↵mwebster2006-08-146-50/+173
| | | | delegates and traces)
* Bug 153772 "Support stdout/stderr specifications for the ant compiler test ↵mwebster2006-08-141-2/+12
| | | | step" (tests)
* Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler ↵mwebster2006-08-142-0/+34
| | | | implementations to add context)
* Bug 150487 "Tracing and Logging Framework" (remove TraceMessageHandler)mwebster2006-08-145-167/+1
|
* Bug 153772 "Support stdout/stderr specifications for the ant compiler test step"mwebster2006-08-141-14/+19
|
* Bug 150487 "Tracing and Logging Framework" (override TraceFactory, trace ↵mwebster2006-08-142-21/+39
| | | | info, warn, error, fatal by default)
* 133770 'call and ltw': isLocallyDefined() implemented - may not be right for ↵aclement2006-08-143-2/+32
| | | | all classloader hierarchies (especially non-delegating ones) - but its a start!
* 133770 'call and ltw': testcodeaclement2006-08-142-78/+121
|
* 133770 'call and ltw': now able to complete ITD binding for binary types in ↵aclement2006-08-143-3/+210
| | | | LTW world
* 133770 'call and ltw': moving type from loadtime to weaveraclement2006-08-141-0/+10
|
* testcode for call and decp LTW 133770aclement2006-08-141-0/+7
|
* testcode for call and decp LTW 133770aclement2006-08-1433-0/+294
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fix ↵mwebster2006-08-102-2/+1
| | | | MultiProjectIncrementalTests, 2nd attempt)
* fix for problem found whilst looking into 153380aclement2006-08-101-0/+1
|
* testcode for problem found whilst looking into 153380aclement2006-08-109-0/+33
|
* Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ↵mwebster2006-08-099-140/+218
| | | | and fatal)
* Bug 150487 "Tracing and Logging Framework" (TraceMessageHandler)mwebster2006-08-099-0/+197
|
* fix adrians test to allow MultiProjectIncrementalTests to run after this oneaclement2006-08-091-0/+1
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-092-7/+36
| | | | dependent tests to XLint5Tests)
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move ↵mwebster2006-08-092-2/+9
| | | | MultiProjectIncrementalTests fromm AllTests to AllTests15 because of Java 5 dependencies)
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fail XML test if ↵mwebster2006-08-092-3/+5
| | | | JVM not supported)
* Missing "/"mwebster2006-08-091-1/+1
|
* test and fix for pr148219aclement2006-08-084-0/+23
|
* test and fix for 150467aclement2006-08-081-0/+20
|
* test and fix for 150467aclement2006-08-082-0/+0
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (remove ↵mwebster2006-08-081-6/+4
| | | | unnecessary reflective invocation)
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-087-170/+280
| | | | dependent tests in AjASTTests to AjAST5Tests in java5-testsrc)
* patches from 152161aclement2006-08-086-2/+46
|
* fix for 152388aclement2006-08-081-3/+5
|
* inactive test case for Classloader repository sharingaclement2006-08-081-0/+69
|
* 152979: shared cache in the repositorypre_pr_153572aclement2006-08-085-32/+214
|
* Eclipse 3.2 (JSE-1.5 and JUnit 3)mwebster2006-08-081-0/+2
|
* tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTWaclement2006-08-089-24/+241
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-0720-760/+1497
| | | | dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication)
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (ensure ↵mwebster2006-08-071-1/+9
| | | | contextClassLoader is set for JCL)
* dont need TODOaclement2006-08-071-1/+1
|
* fix for 152871: parsing bytecode too oftenaclement2006-08-076-30/+73
|