| Commit message (Expand) | Author | Age | Files | Lines |
* | tidyup retired modules and add aspectjtools submodule | Andy Clement | 2019-02-08 | 9 | -1263/+0 |
* | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-09-28 | 1 | -73/+69 |
* | Polish javadoc | Andy Clement | 2017-09-28 | 1 | -9/+6 |
* | 509327: extended the test slightly | Andy Clement | 2016-12-16 | 1 | -2/+2 |
* | 509327: Minor fixes to improve the situation, wip | Andy Clement | 2016-12-16 | 1 | -1/+11 |
* | Code polishing and extra diagnostics around types and parameterized types | Andy Clement | 2016-05-12 | 2 | -45/+37 |
* | Fix 487694: Race condition in annotation unpacking can surface through Spring... | Andy Clement | 2016-02-11 | 1 | -1/+1 |
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -0/+8 |
* | Use class file attributes to find containing class | Andy Clement | 2013-05-31 | 1 | -0/+11 |
* | 239649 and primitives no longer all resolved by default | aclement | 2011-08-12 | 2 | -19/+13 |
* | 340806 | aclement | 2011-08-03 | 1 | -18/+10 |
* | debug logic added (but currently commented out) | aclement | 2010-06-14 | 1 | -27/+40 |
* | refactored generic type handling | aclement | 2010-04-05 | 1 | -13/+33 |
* | bug marker | aclement | 2009-11-16 | 1 | -1/+2 |
* | 258510: promoted additional annotation/class/interface storage from delegate ... | aclement | 2009-01-20 | 1 | -94/+49 |
* | 246125: c16 | aclement | 2008-10-21 | 1 | -69/+37 |
* | 246125: comment 3: reworked AnnotationX - got rid of the thing | aclement | 2008-09-05 | 2 | -223/+329 |
* | findbugs: cleared warnings | aclement | 2008-08-26 | 1 | -2/+2 |
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 1 | -6/+8 |
* | 210470: preventing weaver leaks: use a weak classloader ref | aclement | 2008-05-27 | 2 | -9/+15 |
* | 231396: optimization notes | aclement | 2008-05-12 | 1 | -0/+1 |
* | 227029: multithreaded bug in reflection | aclement | 2008-04-18 | 1 | -7/+6 |
* | 227029: multithreaded bug in reflection | aclement | 2008-04-18 | 1 | -18/+21 |
* | 227029: multithreaded bug in reflection | aclement | 2008-04-18 | 1 | -2/+3 |
* | 222987 - NPE guard | aclement | 2008-03-20 | 1 | -0/+2 |
* | 205907 - world remembers registered handlers | aclement | 2008-03-14 | 1 | -0/+8 |
* | set the world! bug 219830 | aclement | 2008-02-26 | 1 | -0/+1 |
* | stopgap for 220430V1_6_0M2 | aclement | 2008-02-26 | 1 | -4/+14 |
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+68 |
* | debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390 | aclement | 2008-02-19 | 1 | -1/+5 |
* | paramannos: aware of parameter annotation matching | aclement | 2008-01-25 | 1 | -1/+60 |
* | test and fix for 160674: simpler strategy for loading bytecode on SAP | aclement | 2006-10-12 | 1 | -0/+1 |
* | test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532 | aclement | 2006-10-12 | 1 | -2/+4 |
* | Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments) | mwebster | 2006-08-25 | 1 | -3/+3 |
* | Bug 150487 "Tracing and Logging Framework" (Trace.event()) | mwebster | 2006-08-25 | 1 | -0/+15 |
* | fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572 | acolyer | 2006-08-18 | 1 | -1/+1 |
* | Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ... | mwebster | 2006-08-09 | 1 | -0/+30 |
* | copyright notice | wisberg | 2006-08-03 | 2 | -0/+24 |
* | Bug 150487 "Tracing and Logging Framework" (add JUnit tests) | mwebster | 2006-07-27 | 1 | -2/+20 |
* | First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory) | mwebster | 2006-07-14 | 2 | -0/+83 |
* | test and fix for pr144717 - array type as pointcut parameter in reflective world | acolyer | 2006-05-31 | 1 | -1/+1 |
* | organized imports | aclement | 2006-05-10 | 1 | -2/+0 |
* | test and fix for pr140357, reference pointcuts that refer to other reference ... | acolyer | 2006-05-05 | 3 | -14/+89 |
* | use signature rather than name when annotation matching as Bcel chops name in... | acolyer | 2006-04-14 | 1 | -2/+2 |
* | for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to find...V1_5_1a_final | acolyer | 2006-04-07 | 3 | -4/+86 |
* | must use the same world when creating a pointcut parser | acolyer | 2006-04-07 | 1 | -0/+4 |
* | delegates modified to return the same thing as BCEL. Ctors have the name <in... | aclement | 2005-12-09 | 1 | -2/+3 |
* | fixes for 118715 from Matthew. | aclement | 2005-12-06 | 1 | -7/+0 |
* | fixes getGenericXXX methods in Reflection-based resolved member impl, Generic... | acolyer | 2005-12-06 | 4 | -93/+254 |
* | fixes for 118192 | aclement | 2005-11-28 | 1 | -2/+6 |