summaryrefslogtreecommitdiffstats
path: root/weaver/src
Commit message (Collapse)AuthorAgeFilesLines
* tests and implementation for 165153: outputting aspectj trace to a named fileaclement2006-11-223-3/+32
|
* Bug 155033 "Use ajcore for LTW problems" (OOM errors running AJDT AllCoreTests)mwebster2006-11-071-2/+4
|
* Bug 155033 "Use ajcore for LTW problems"mwebster2006-11-062-42/+150
|
* Bug 155033 "Use ajcore for LTW problems" (dump class loader)mwebster2006-11-061-0/+9
|
* Bug 155033 "Use ajcore for LTW problems" (new convenience methods and ↵mwebster2006-11-062-0/+9
| | | | formatting for Kind)
* Bug 155033 "Use ajcore for LTW problems" (change MessageHandler to ↵mwebster2006-11-061-64/+97
| | | | MessageHolder)
* Bug 159854 "Problem Diagnosis Guide" (tests)mwebster2006-10-301-1/+1
|
* fix for 162657 - remove the matchesNothingPointcut which has no source ↵aclement2006-10-301-9/+35
| | | | context (can cause npe when reporting messages)
* removing asm for the momentaclement2006-10-2615-1817/+65
|
* tests and fixes for 161502: annotation style generic pointcuts (!)aclement2006-10-2459-130/+191
|
* tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiersaclement2006-10-231-3/+38
|
* test and fix for 161217aclement2006-10-191-1/+1
|
* test and fix for 123423: getWithinTypeName() for ptw aspectsaclement2006-10-183-1/+32
|
* close files!aclement2006-10-171-0/+1
|
* tests and fixes for 160469: handle problemsaclement2006-10-163-22/+12
|
* moved things around so that Xset can change world configurationaclement2006-10-163-4/+14
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532aclement2006-10-122-2/+21
|
* no 1.5 API!aclement2006-10-091-1/+10
|
* tests and fixes for jdtlikehandleprovider, bug 159896aclement2006-10-062-15/+63
|
* fixes for 156058 and 159983aclement2006-10-063-11/+64
|
* Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore ↵mwebster2006-10-051-1/+11
| | | | catch(Throwable) in Aj.preProcess() and make adaptor disabled by default)
* Trace loader parent and class lookupmwebster2006-10-041-1/+7
|
* Bug 132080 "LTW concrete-aspect definitions not exposed to weaver"mwebster2006-10-041-0/+4
|
* test and fix for 156904: missing type warning then it matches anywayaclement2006-10-031-1/+23
|
* fixes for 145442: better line numbers for woven codeaclement2006-10-031-1/+1
|
* fixes for 145442: better line numbers for woven codeaclement2006-10-031-6/+17
|
* turning off completeBinaryTypesaclement2006-10-031-4/+4
|
* test and fix for 158573 - incorrect 'adviceDidNotMatch' warning appearsaclement2006-09-292-1/+19
|
* test and fix for 158624: generic types and arraysaclement2006-09-291-2/+4
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-282-1/+28
|
* message patch from 155139aclement2006-09-251-1/+1
|
* 154054 testcode and fix: noticing changes in around advice and forcing full ↵aclement2006-09-222-11/+95
| | | | builds
* ignore duplicate aop.xml definitionmwebster2006-09-151-0/+2
|
* Test for 157057aclement2006-09-141-1/+1
|
* test and fix for 153845: Rogue signature containing a 'P' getting into the ↵aclement2006-09-141-1/+1
| | | | classfile.
* fixes for 153490: mixing delegates. Refactored a *lot* of stuff - promoting ↵aclement2006-09-137-77/+66
| | | | duplicate code up from AsmDelegate/BcelObjectType up to AbstractReferenceTypeDelegate and higher.
* testcode and fixes for 156962: Problems with @Deprecated in method signaturesaclement2006-09-123-4/+6
|
* Bug 155238 "Trace should use System.identityHashCode, not hashCode"mwebster2006-08-301-1/+1
|
* Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments)mwebster2006-08-251-2/+10
|
* fix for 155213: made using date formatter lazy.aclement2006-08-251-1/+1
|
* fix for 152848: cope with discovering a non-generic typeaclement2006-08-252-2/+15
|
* last of the dreaded jdtlikehandleprovider changes - 141730#22aclement2006-08-251-7/+35
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-254-8/+31
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-252-0/+11
| | | | Matthew doesnt complain.
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-241-2/+8
| | | | AbortException in LTW message handler)
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-231-4/+9
| | | | weaving messages debug and add -debug to options for aop.xml)
* correct the comment!aclement2006-08-231-1/+1
|
* fixes for 149560: (1) correct the bcel code for creating clinit call (2) ↵aclement2006-08-222-4/+10
| | | | don't let singleton aspects be implemented as late type mungers, the clinit manipulation breaks.
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-213-4/+14
|
* 141556: lint message sort out and memory leak resolutionaclement2006-08-183-44/+64
|