Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-10-20 | 1 | -0/+64 |
| | | | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader. | ||||
* | Tests for smart annotation unpacking for reflection types | Andy Clement | 2017-10-20 | 1 | -0/+71 |
| | |||||
* | 509327: Minor fixes to improve the situation, wip | Andy Clement | 2016-12-16 | 1 | -1/+161 |
| | |||||
* | fix warnings in build - support .isJava8 option in buildV1_8_10 | Andy Clement | 2016-12-09 | 1 | -5/+5 |
| | |||||
* | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 1 | -2/+0 |
| | |||||
* | 376918 | Andy Clement | 2012-04-16 | 1 | -0/+22 |
| | |||||
* | 239649 and primitives no longer all resolved by default | aclement | 2011-08-12 | 2 | -162/+165 |
| | |||||
* | 312839: smaller class files | aclement | 2010-05-19 | 1 | -2/+3 |
| | |||||
* | change all relevant DataOutputStream usage to use CompressingDataOutputStream | aclement | 2010-05-18 | 1 | -2/+2 |
| | |||||
* | 309336: faster isAssignableFrom | aclement | 2010-04-16 | 1 | -0/+118 |
| | |||||
* | refactored generic type handling | aclement | 2010-04-05 | 3 | -114/+132 |
| | |||||
* | parser speed tests | aclement | 2010-01-05 | 1 | -0/+61 |
| | |||||
* | work in progress to improve MemberImpl | aclement | 2009-11-16 | 1 | -1/+77 |
| | |||||
* | slowly merging in optimizations | aclement | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | 268419: testcode: dynamic proxies and generics | aclement | 2009-03-18 | 2 | -1/+109 |
| | |||||
* | 267559: generic itd npe: fix | aclement | 2009-03-09 | 1 | -0/+30 |
| | |||||
* | missing license + removed from suite | aclement | 2008-12-11 | 2 | -3/+14 |
| | |||||
* | some annotation matching tests | aclement | 2008-12-10 | 2 | -0/+22 |
| | |||||
* | more tests | aclement | 2008-12-09 | 1 | -169/+226 |
| | |||||
* | 253109: tests and fix | aclement | 2008-12-09 | 1 | -10/+601 |
| | |||||
* | 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵ | aclement | 2008-10-28 | 4 | -436/+484 |
| | | | | matcher tests where appropriate | ||||
* | 246125: moving some very simple tests across to matcher from weaver | aclement | 2008-10-23 | 3 | -16/+43 |
| | |||||
* | 246125: promoted generic sig parsing code to util | aclement | 2008-10-20 | 1 | -37/+34 |
| | |||||
* | 250632: fix (poor code tho...) | aclement | 2008-10-15 | 1 | -1/+1 |
| | |||||
* | change due to 250632 change | aclement | 2008-10-14 | 1 | -31/+30 |
| | |||||
* | findbugs: cleared warnings | aclement | 2008-08-26 | 5 | -10/+10 |
| | |||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+41 |
| | |||||
* | paramannos: testcode | aclement | 2008-01-25 | 1 | -1/+254 |
| | |||||
* | removing asm for the moment | aclement | 2006-10-26 | 2 | -149/+0 |
| | |||||
* | test and fix for 153535 | aclement | 2006-08-15 | 1 | -0/+8 |
| | |||||
* | Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ↵ | mwebster | 2006-08-09 | 1 | -34/+1 |
| | | | | and fatal) | ||||
* | Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵ | mwebster | 2006-08-07 | 14 | -2/+1531 |
| | | | | dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication) | ||||
* | copyright notice | wisberg | 2006-08-03 | 1 | -0/+12 |
| | |||||
* | Bug 150487 "Tracing and Logging Framework" (add JUnit tests) | mwebster | 2006-07-27 | 3 | -0/+124 |
| | |||||
* | oops! testcase bug - uncovered by work on 150095 | aclement | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | test and fix for pr144717 - array type as pointcut parameter in reflective world | acolyer | 2006-05-31 | 1 | -0/+16 |
| | |||||
* | test and fix for pr140357, reference pointcuts that refer to other reference ↵ | acolyer | 2006-05-05 | 1 | -0/+36 |
| | | | | pointcuts in the same type, in a reflective world... | ||||
* | test matching on annotations directly in the java.lang package | acolyer | 2006-04-14 | 1 | -0/+11 |
| | |||||
* | fixes getGenericXXX methods in Reflection-based resolved member impl, ↵ | acolyer | 2005-12-06 | 1 | -0/+50 |
| | | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5 | ||||
* | Further changes for 118192 | aclement | 2005-11-28 | 1 | -0/+16 |
| | |||||
* | updated tests and fix for pr116229 | acolyer | 2005-11-27 | 1 | -1/+1 |
| | |||||
* | ensure this test works on non-windows machines too! | acolyer | 2005-11-25 | 1 | -2/+12 |
| | |||||
* | fixes and improved tests for 117622 | aclement | 2005-11-25 | 1 | -12/+25 |
| | |||||
* | some fixes for 117622 | aclement | 2005-11-23 | 1 | -0/+25 |
| | |||||
* | weaver5 split out so weaver can continue to be built with Java1.3 | aclement | 2005-09-26 | 1 | -0/+278 |