summaryrefslogtreecommitdiffstats
path: root/weaver5
Commit message (Collapse)AuthorAgeFilesLines
* 246125: comment 3: reworked AnnotationX - got rid of the thingaclement2008-09-052-223/+329
|
* findbugs: cleared warningsaclement2008-08-266-12/+12
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-6/+8
|
* 210470: preventing weaver leaks: use a weak classloader refaclement2008-05-272-9/+15
|
* 231396: optimization notesaclement2008-05-121-0/+1
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-7/+6
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-18/+21
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-2/+3
|
* 222987 - NPE guardaclement2008-03-201-0/+2
|
* 205907 - world remembers registered handlersaclement2008-03-141-0/+52
|
* 205907 - world remembers registered handlersaclement2008-03-141-0/+8
|
* set the world! bug 219830aclement2008-02-261-0/+1
|
* stopgap for 220430V1_6_0M2aclement2008-02-261-4/+14
|
* annoValMatch: implementationaclement2008-02-252-0/+109
|
* annoValMatch: testcodeaclement2008-02-253-0/+53
|
* debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390aclement2008-02-191-1/+5
|
* paramannos: testcodeaclement2008-01-251-1/+254
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-1/+60
|
* paramannos: testcodeaclement2008-01-255-0/+55
|
* paramannos: testcodeaclement2008-01-254-4/+44
|
* paramannos: testcodeaclement2008-01-254-0/+20
|
* paramannos: testcodeaclement2008-01-255-0/+46
|
* Bug 117293 "Java 5 compiler warnings in aspectrt5 and weaver5 modules" ↵mwebster2007-01-161-1/+51
| | | | (added project-specific properties)
* removing asm for the momentaclement2006-10-262-149/+0
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPaclement2006-10-121-0/+1
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532aclement2006-10-121-2/+4
|
* Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments)mwebster2006-08-251-3/+3
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-251-0/+15
|
* fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572acolyer2006-08-181-1/+1
|
* test and fix for 153535aclement2006-08-151-0/+8
|
* Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ↵mwebster2006-08-092-34/+31
| | | | and fatal)
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-0716-592/+1506
| | | | dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication)
* copyright noticewisberg2006-08-032-0/+23
|
* copyright noticewisberg2006-08-033-0/+36
|
* Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore ↵mwebster2006-08-011-0/+1
| | | | duplicate agents)
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-276-5/+150
|
* First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)mwebster2006-07-143-0/+142
|
* oops! testcase bug - uncovered by work on 150095aclement2006-07-101-1/+1
|
* test and fix for pr144717 - array type as pointcut parameter in reflective worldacolyer2006-05-312-1/+17
|
* organized importsaclement2006-05-101-2/+0
|
* test and fix for pr140357, reference pointcuts that refer to other reference ↵acolyer2006-05-054-14/+125
| | | | pointcuts in the same type, in a reflective world...
* test matching on annotations directly in the java.lang packageacolyer2006-04-141-0/+11
|
* use signature rather than name when annotation matching as Bcel chops name ↵acolyer2006-04-141-2/+2
| | | | in the java.lang package !!
* for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to ↵V1_5_1a_finalacolyer2006-04-073-4/+86
| | | | find the pointcut parameter names
* must use the same world when creating a pointcut parseracolyer2006-04-071-0/+4
|
* delegates modified to return the same thing as BCEL. Ctors have the name ↵aclement2005-12-091-2/+3
| | | | <init> and a return type of 'void'. Fix for 119353
* fixes for 118715 from Matthew.aclement2005-12-061-7/+0
|
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-066-93/+305
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* a way to run the pointcut parser tests under 1.5 and have the weaver5 types ↵acolyer2005-11-291-0/+28
| | | | visible (not linked to main suite...)