aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw
Commit message (Collapse)AuthorAgeFilesLines
* 166238 "-nowarn doesn't work for load-time weaving" (rbodkin+LISTS@gmail.com)mwebster2006-12-012-0/+6
|
* Bug 155033 "Use ajcore for LTW problems"mwebster2006-11-071-0/+2
|
* Bug 155033 "Use ajcore for LTW problems" (add ajcore LTW testcases)mwebster2006-11-065-8/+29
|
* Bug 159854 "Problem Diagnosis Guide" (tests)mwebster2006-10-302-10/+19
|
* test and fixes for 152366: support AND in include/exclude/dumpaclement2006-10-038-0/+101
|
* turning off completeBinaryTypesaclement2006-10-035-5/+5
|
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (custom ↵mwebster2006-10-023-0/+311
| | | | agent testcase)
* Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (tests for ↵mwebster2006-09-194-2/+35
| | | | duplicate aop.xml and -Dorg.aspectj.weaver.loadtime.configuration)
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-242-0/+8
| | | | AbortException in LTW message handler)
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-235-5/+5
| | | | weaving messages debug and add -debug to options for aop.xml)
* switch to a different XLint to rely on - since adviceDidNotMatch cannot ↵aclement2006-08-232-1/+6
| | | | occur in LTW now.
* 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 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-155-0/+58
| | | | (TestServer, TestServerTest and LTWServerTests)
* 133770 'call and ltw': now attempts to grab a delegate for a non-locally ↵aclement2006-08-151-0/+28
| | | | defined type, giving the super-loader chance to weave a type with ITDs.
* testcode for call and decp LTW 133770aclement2006-08-141-0/+7
|
* testcode for call and decp LTW 133770aclement2006-08-1433-0/+294
|
* patches from 152161aclement2006-08-082-0/+9
|
* Bug 150487 "Tracing and Logging Framework" (fix Linux)mwebster2006-08-021-3/+3
|
* Bug 150487 "Tracing and Logging Framework" (lazy initialize SimpleDateFormat ↵mwebster2006-08-013-2/+34
| | | | to prevent recursion in JDK 1.4 LTW)
* Bug 150487 "Tracing and Logging Framework" (remove tracing from ↵mwebster2006-07-312-0/+33
| | | | ClassPathManager to prevent recursion in JDK 1.4 LTW)
* Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵mwebster2006-06-154-0/+26
| | | | with additional class weaving"
* fix for 120739mwebster2006-06-011-0/+3
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-043-0/+79
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* rearchitect @decpavasseur2005-12-191-1/+1
|
* tests and fixes for 119657. from matthew.aclement2005-12-121-0/+1
|
* fixes for 118715 from Matthew.aclement2005-12-067-0/+44
|
* matthews patches from 116899aclement2005-11-241-1/+1
|
* Matthews patches for 115275aclement2005-11-152-0/+13
|
* Matthews patches from 95529aclement2005-11-117-1/+130
|
* fix for 95516 (-outxml / -outxmlfile) - from Matthew.aclement2005-11-071-0/+23
|
* Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵aclement2005-10-144-0/+72
Matthew Webster for the patch)