summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-246-4/+36
| | | | AbortException in LTW message handler)
* no longer required - model tests moved.aclement2006-08-232-0/+0
|
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-231-1/+1
| | | | META-INF/aop-ajc.xml)
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-2313-33/+33
| | | | weaving messages debug and add -debug to options for aop.xml)
* 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-225-5/+72
| | | | 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-2247-627/+875
|
* oops! fix for serial version uid calculation (abstract class problem)aclement2006-08-225-0/+87
|
* 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-182-30/+36
|
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-1811-228/+341
|
* for AJDT dont store messages - waste of space!aclement2006-08-181-1/+6
|
* 145963: binary entries in the model: testcodeaclement2006-08-1822-0/+252
|
* test and fix for 154332: broken java.lang.<annotation> processingaclement2006-08-183-0/+55
|
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! ↵mwebster2006-08-171-0/+2
| | | | remember to build and commit testing-client.jar)
* Bug 150487 "Tracing and Logging Framework" (trace everyting test)mwebster2006-08-164-0/+34
|
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-158-0/+114
| | | | (TestServer, TestServerTest and LTWServerTests)
* 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.
* Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler ↵mwebster2006-08-144-11/+56
| | | | 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" (remove TraceMessageHandler)mwebster2006-08-142-25/+0
|
* 133770 'call and ltw': testcodeaclement2006-08-142-78/+121
|
* 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)
* testcode for problem found whilst looking into 153380aclement2006-08-109-0/+33
|
* Bug 150487 "Tracing and Logging Framework" (TraceMessageHandler)mwebster2006-08-096-0/+56
|
* 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)
* test and fix for pr148219aclement2006-08-083-0/+13
|
* patches from 152161aclement2006-08-084-0/+38
|
* tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTWaclement2006-08-085-0/+44
|
* fix for 152871: parsing bytecode too oftenaclement2006-08-072-2/+23
|
* testcode for 152871: parsing bytecode too often (needs a wildcard pattern in ↵aclement2006-08-073-0/+32
| | | | the exclude list)
* test and fix for 152631: decp targetting aspect using cflowaclement2006-08-043-0/+18
|
* test and initial patches for 141556aclement2006-08-038-0/+112
|
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-032-0/+35
|
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-032-0/+47
|
* test and fix for 152589: adviceDidNotMatch incorrectly appearingaclement2006-08-033-0/+40
|
* Bug 150131 "org.aspectj.ajde.core testcases create "out" directory in ↵mwebster2006-08-021-21/+0
| | | | project root" (remove redundant logic that created result.ser"
* Bug 150487 "Tracing and Logging Framework" (fix Linux)mwebster2006-08-021-3/+3
|
* Fix for failure when lock()/unlock() used in XML defined pointcut and would ↵aclement2006-08-022-0/+25
| | | | require synchronization transform of a method
* failure when lock()/unlock() used in XML defined pointcut and would require ↵aclement2006-08-023-0/+55
| | | | synchronization transform of a method
* Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore ↵mwebster2006-08-017-1/+72
| | | | duplicate agents)
* Bug 150487 "Tracing and Logging Framework" (lazy initialize SimpleDateFormat ↵mwebster2006-08-015-10/+51
| | | | to prevent recursion in JDK 1.4 LTW)
* synchronization pointcut problem (see Fourteen.java for info)aclement2006-08-013-0/+58
|
* Bug 150487 "Tracing and Logging Framework" (remove tracing from ↵mwebster2006-07-314-0/+44
| | | | ClassPathManager to prevent recursion in JDK 1.4 LTW)