| Commit message (Expand) | Author | Age | Files | Lines |
* | tests and implementation for 165153: outputting aspectj trace to a named file | aclement | 2006-11-22 | 3 | -3/+32 |
* | Bug 155033 "Use ajcore for LTW problems" (OOM errors running AJDT AllCoreTests) | mwebster | 2006-11-07 | 1 | -2/+4 |
* | Bug 155033 "Use ajcore for LTW problems" | mwebster | 2006-11-06 | 2 | -42/+150 |
* | Bug 155033 "Use ajcore for LTW problems" (dump class loader) | mwebster | 2006-11-06 | 1 | -0/+9 |
* | Bug 155033 "Use ajcore for LTW problems" (new convenience methods and format... | mwebster | 2006-11-06 | 2 | -0/+9 |
* | Bug 155033 "Use ajcore for LTW problems" (change MessageHandler to MessageHo... | mwebster | 2006-11-06 | 1 | -64/+97 |
* | Bug 159854 "Problem Diagnosis Guide" (tests) | mwebster | 2006-10-30 | 1 | -1/+1 |
* | fix for 162657 - remove the matchesNothingPointcut which has no source contex... | aclement | 2006-10-30 | 1 | -9/+35 |
* | removing asm for the moment | aclement | 2006-10-26 | 15 | -1817/+65 |
* | tests and fixes for 161502: annotation style generic pointcuts (!) | aclement | 2006-10-24 | 59 | -130/+191 |
* | tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers | aclement | 2006-10-23 | 1 | -3/+38 |
* | test and fix for 161217 | aclement | 2006-10-19 | 1 | -1/+1 |
* | test and fix for 123423: getWithinTypeName() for ptw aspects | aclement | 2006-10-18 | 3 | -1/+32 |
* | close files! | aclement | 2006-10-17 | 1 | -0/+1 |
* | tests and fixes for 160469: handle problems | aclement | 2006-10-16 | 3 | -22/+12 |
* | moved things around so that Xset can change world configuration | aclement | 2006-10-16 | 3 | -4/+14 |
* | test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532 | aclement | 2006-10-12 | 2 | -2/+21 |
* | no 1.5 API! | aclement | 2006-10-09 | 1 | -1/+10 |
* | tests and fixes for jdtlikehandleprovider, bug 159896 | aclement | 2006-10-06 | 2 | -15/+63 |
* | fixes for 156058 and 159983 | aclement | 2006-10-06 | 3 | -11/+64 |
* | Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore c... | mwebster | 2006-10-05 | 1 | -1/+11 |
* | Trace loader parent and class lookup | mwebster | 2006-10-04 | 1 | -1/+7 |
* | Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" | mwebster | 2006-10-04 | 1 | -0/+4 |
* | test and fix for 156904: missing type warning then it matches anyway | aclement | 2006-10-03 | 1 | -1/+23 |
* | fixes for 145442: better line numbers for woven code | aclement | 2006-10-03 | 1 | -1/+1 |
* | fixes for 145442: better line numbers for woven code | aclement | 2006-10-03 | 1 | -6/+17 |
* | turning off completeBinaryTypes | aclement | 2006-10-03 | 1 | -4/+4 |
* | test and fix for 158573 - incorrect 'adviceDidNotMatch' warning appears | aclement | 2006-09-29 | 2 | -1/+19 |
* | test and fix for 158624: generic types and arrays | aclement | 2006-09-29 | 1 | -2/+4 |
* | test and fixes for 145442 - line number info for stack traces. | aclement | 2006-09-28 | 2 | -1/+28 |
* | message patch from 155139 | aclement | 2006-09-25 | 1 | -1/+1 |
* | 154054 testcode and fix: noticing changes in around advice and forcing full b... | aclement | 2006-09-22 | 2 | -11/+95 |
* | ignore duplicate aop.xml definition | mwebster | 2006-09-15 | 1 | -0/+2 |
* | Test for 157057 | aclement | 2006-09-14 | 1 | -1/+1 |
* | test and fix for 153845: Rogue signature containing a 'P' getting into the cl... | aclement | 2006-09-14 | 1 | -1/+1 |
* | fixes for 153490: mixing delegates. Refactored a *lot* of stuff - promoting ... | aclement | 2006-09-13 | 7 | -77/+66 |
* | testcode and fixes for 156962: Problems with @Deprecated in method signatures | aclement | 2006-09-12 | 3 | -4/+6 |
* | Bug 155238 "Trace should use System.identityHashCode, not hashCode" | mwebster | 2006-08-30 | 1 | -1/+1 |
* | Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments) | mwebster | 2006-08-25 | 1 | -2/+10 |
* | fix for 155213: made using date formatter lazy. | aclement | 2006-08-25 | 1 | -1/+1 |
* | fix for 152848: cope with discovering a non-generic type | aclement | 2006-08-25 | 2 | -2/+15 |
* | last of the dreaded jdtlikehandleprovider changes - 141730#22 | aclement | 2006-08-25 | 1 | -7/+35 |
* | Bug 150487 "Tracing and Logging Framework" (Trace.event()) | mwebster | 2006-08-25 | 4 | -8/+31 |
* | 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat... | aclement | 2006-08-25 | 2 | -0/+11 |
* | Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw AbortExceptio... | mwebster | 2006-08-24 | 1 | -2/+8 |
* | Bug 150271 "Allow multiple levels of LTW information" (make weaving/not weavi... | mwebster | 2006-08-23 | 1 | -4/+9 |
* | correct the comment! | aclement | 2006-08-23 | 1 | -1/+1 |
* | fixes for 149560: (1) correct the bcel code for creating clinit call (2) don'... | aclement | 2006-08-22 | 2 | -4/+10 |
* | some updates to ClassLoaderRepository - tested by RontimeWeaving | aclement | 2006-08-21 | 3 | -4/+14 |
* | 141556: lint message sort out and memory leak resolution | aclement | 2006-08-18 | 3 | -44/+64 |