summaryrefslogtreecommitdiffstats
path: root/loadtime
Commit message (Collapse)AuthorAgeFilesLines
* 166647 fixes: produces a suitable error if XML defined aspects are excluded ↵aclement2007-12-043-3/+3
| | | | from weaving
* made field final - does that avoid NPE on line 105 under tomcat?aclement2007-11-301-1/+1
|
* Bug 176546 "Allow custom aop.xml provider through IWeavingContext"mwebster2007-03-073-4/+51
|
* 166238 "-nowarn doesn't work for load-time weaving" (rbodkin+LISTS@gmail.com)mwebster2006-12-011-1/+1
|
* fix for 165148 - don't resolve things you are 99 percent sure won't be foundaclement2006-11-201-6/+7
|
* Bug 149289 "Support system and user aop.xml configuration" (add ↵mwebster2006-11-131-1/+1
| | | | org/aspect/aop.xml)
* Bug 155033 "Use ajcore for LTW problems" (call Dump from preProcess())mwebster2006-11-061-1/+4
|
* Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore ↵mwebster2006-10-052-32/+43
| | | | catch(Throwable) in Aj.preProcess() and make adaptor disabled by default)
* Trace loader parent and class lookupmwebster2006-10-041-1/+2
|
* Bug 132080 "LTW concrete-aspect definitions not exposed to weaver"mwebster2006-10-042-6/+39
|
* test and fixes for 152366: support AND in include/exclude/dumpaclement2006-10-031-5/+9
|
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (improve ↵mwebster2006-10-021-5/+13
| | | | declare parents LTW tests)
* Bug 158205 "NullPointerException when weaving with bootstrap agent" ↵mwebster2006-10-021-1/+1
| | | | (modified patch from rbodkin+LISTS@gmail.com)
* Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (info ↵mwebster2006-09-191-0/+1
| | | | message for defining concrete aspects)
* ignore duplicate aop.xml definitionmwebster2006-09-151-2/+12
|
* typo!aclement2006-09-121-1/+1
|
* 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-1/+1
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-251-0/+1
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+10
| | | | Matthew doesnt complain.
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-242-3/+31
| | | | AbortException in LTW message handler)
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-231-1/+2
| | | | META-INF/aop-ajc.xml)
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-233-1/+12
| | | | weaving messages debug and add -debug to options for aop.xml)
* Bug 150487 "Tracing and Logging Framework" (new/fixed trace points)mwebster2006-08-161-9/+10
|
* Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler ↵mwebster2006-08-141-11/+11
| | | | delegates and traces)
* Bug 150487 "Tracing and Logging Framework" (remove TraceMessageHandler)mwebster2006-08-143-142/+1
|
* 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': moving type from loadtime to weaveraclement2006-08-141-66/+0
|
* Bug 150487 "Tracing and Logging Framework" (TraceMessageHandler)mwebster2006-08-093-0/+141
|
* patches from 152161aclement2006-08-082-2/+8
|
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (ensure ↵mwebster2006-08-071-1/+9
| | | | contextClassLoader is set for JCL)
* fix for 152871: parsing bytecode too oftenaclement2006-08-071-6/+5
|
* Bug 150487 "Tracing and Logging Framework" (lazy initialize SimpleDateFormat ↵mwebster2006-08-011-19/+30
| | | | to prevent recursion in JDK 1.4 LTW)
* Bug 150487 "Tracing and Logging Framework"mwebster2006-07-311-1/+2
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* Bug 151182 "NPE in BcelWeaver using LTW" (synchronize(loader) for adaptor ↵mwebster2006-07-271-6/+8
| | | | create, initialize and weave)
* Fix for Bug 150254 "Provide context for LTW verbose messages" (tidy up ↵mwebster2006-07-185-22/+41
| | | | ClassLoaderWeavingAdaptor.initialize())
* First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)mwebster2006-07-144-4/+35
|
* Fix for Bug 150254 "Provide context for LTW verbose messages" ↵mwebster2006-07-125-12/+207
| | | | (IWeavingContext.getId(), WeavingContextTest)
* Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵mwebster2006-06-158-12/+162
| | | | with additional class weaving"
* Fix for 122580 "Circularity Failure for Verbose Loading on JRockit 1.4.2_08 ↵mwebster2006-06-097-63/+324
| | | | | | | | Agent" 1. New JRockitAgent 2. New lib/ext/jrocket/jrockit.jar for dependencies 3. New JRockitAgent tests
* Another attempt to make this LTW changeaclement2006-06-021-1/+2
|
* fix for 120739mwebster2006-06-011-4/+16
|
* update license to EPLacolyer2006-06-012-4/+4
|
* fix for 144465aclement2006-05-302-0/+5
|
* fix for 142466aclement2006-05-231-21/+63
|
* testcode for 129408 - dont print out AbortException stack traces!!aclement2006-05-181-1/+2
|
* fix for 125480aclement2006-05-181-1/+14
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-041-2/+29
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fix for 139936mwebster2006-05-031-1/+1
|