aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 112098: checkRtJar removed.aclement2006-08-232-82/+1
|
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-2317-38/+54
| | | | weaving messages debug and add -debug to options for aop.xml)
* correct the comment!aclement2006-08-231-1/+1
|
* switch to a different XLint to rely on - since adviceDidNotMatch cannot ↵aclement2006-08-233-7/+9
| | | | occur in LTW now.
* fixes for 149560: (1) correct the bcel code for creating clinit call (2) ↵aclement2006-08-227-9/+82
| | | | don't let singleton aspects be implemented as late type mungers, the clinit manipulation breaks.
* code has moved into model area...154552, comment 3aclement2006-08-2219-259/+0
|
* refactored tests for 154552 - use new model testing structureaclement2006-08-2248-627/+877
|
* oops! fix for serial version uid calculation (abstract class problem)aclement2006-08-228-3/+97
|
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-218-130/+396
|
* 145963: work on linuxaclement2006-08-215-43/+57
|
* tests for pr153572acolyer2006-08-186-1/+41
|
* 141556: lint message sort out and memory leak resolutionaclement2006-08-1810-90/+147
|
* fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572acolyer2006-08-185-4/+17
|
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-1835-293/+653
|
* for AJDT dont store messages - waste of space!aclement2006-08-182-2/+7
|
* minor refactoring for a forthcoming fixaclement2006-08-182-37/+50
|
* 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)