summaryrefslogtreecommitdiffstats
path: root/weaver5/java5-src/org/aspectj/weaver
Commit message (Expand)AuthorAgeFilesLines
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-10-201-73/+69
* 509327: extended the test slightlyAndy Clement2016-12-161-2/+2
* 509327: Minor fixes to improve the situation, wipAndy Clement2016-12-161-1/+11
* Code polishing and extra diagnostics around types and parameterized typesAndy Clement2016-05-122-45/+37
* Fix 487694: Race condition in annotation unpacking can surface through Spring...Andy Clement2016-02-111-1/+1
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-0/+8
* Use class file attributes to find containing classAndy Clement2013-05-311-0/+11
* 239649 and primitives no longer all resolved by defaultaclement2011-08-122-19/+13
* 340806aclement2011-08-031-18/+10
* debug logic added (but currently commented out)aclement2010-06-141-27/+40
* refactored generic type handlingaclement2010-04-051-13/+33
* bug markeraclement2009-11-161-1/+2
* 258510: promoted additional annotation/class/interface storage from delegate ...aclement2009-01-201-94/+49
* 246125: c16aclement2008-10-211-69/+37
* 246125: comment 3: reworked AnnotationX - got rid of the thingaclement2008-09-052-223/+329
* findbugs: cleared warningsaclement2008-08-261-2/+2
* 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/+8
* set the world! bug 219830aclement2008-02-261-0/+1
* stopgap for 220430V1_6_0M2aclement2008-02-261-4/+14
* annoValMatch: implementationaclement2008-02-251-0/+68
* debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390aclement2008-02-191-1/+5
* paramannos: aware of parameter annotation matchingaclement2008-01-251-1/+60
* 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
* Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ...mwebster2006-08-091-0/+30
* copyright noticewisberg2006-08-032-0/+24
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-271-2/+20
* First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)mwebster2006-07-142-0/+83
* test and fix for pr144717 - array type as pointcut parameter in reflective worldacolyer2006-05-311-1/+1
* organized importsaclement2006-05-101-2/+0
* test and fix for pr140357, reference pointcuts that refer to other reference ...acolyer2006-05-053-14/+89
* use signature rather than name when annotation matching as Bcel chops name in...acolyer2006-04-141-2/+2
* for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to find...V1_5_1a_finalacolyer2006-04-073-4/+86
* 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 <in...aclement2005-12-091-2/+3
* fixes for 118715 from Matthew.aclement2005-12-061-7/+0
* fixes getGenericXXX methods in Reflection-based resolved member impl, Generic...acolyer2005-12-064-93/+254
* fixes for 118192aclement2005-11-281-2/+6
* updated tests and fix for pr116229acolyer2005-11-272-4/+4
* fixes and improved tests for 117622aclement2005-11-251-8/+54