Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test and fix for pr144717 - array type as pointcut parameter in reflective world | acolyer | 2006-05-31 | 2 | -1/+17 |
| | |||||
* | 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 | 4 | -14/+125 |
| | | | | 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 |
| | |||||
* | use signature rather than name when annotation matching as Bcel chops name ↵ | acolyer | 2006-04-14 | 1 | -2/+2 |
| | | | | in the java.lang package !! | ||||
* | for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to ↵V1_5_1a_final | acolyer | 2006-04-07 | 3 | -4/+86 |
| | | | | find the pointcut parameter names | ||||
* | 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 ↵ | aclement | 2005-12-09 | 1 | -2/+3 |
| | | | | <init> and a return type of 'void'. Fix for 119353 | ||||
* | fixes for 118715 from Matthew. | aclement | 2005-12-06 | 1 | -7/+0 |
| | |||||
* | fixes getGenericXXX methods in Reflection-based resolved member impl, ↵ | acolyer | 2005-12-06 | 6 | -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 ↵ | acolyer | 2005-11-29 | 1 | -0/+28 |
| | | | | visible (not linked to main suite...) | ||||
* | Further changes for 118192 | aclement | 2005-11-28 | 1 | -0/+16 |
| | |||||
* | fixes for 118192 | aclement | 2005-11-28 | 1 | -2/+6 |
| | |||||
* | updated tests and fix for pr116229 | acolyer | 2005-11-27 | 4 | -6/+6 |
| | |||||
* | 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 | 2 | -20/+79 |
| | |||||
* | some fixes for 117622 | aclement | 2005-11-23 | 2 | -4/+47 |
| | |||||
* | tests and fix for pr116229 and pr116755. Also adds support and tests for ↵ | acolyer | 2005-11-19 | 2 | -8/+22 |
| | | | | parseTypePattern in PointcutParser. | ||||
* | moved 1.5 dependency to 1.5 module! | aclement | 2005-11-04 | 1 | -0/+5 |
| | |||||
* | organized imports | aclement | 2005-10-10 | 1 | -4/+3 |
| | |||||
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 1 | -2/+2 |
| | |||||
* | Using JRE15_LIB to permit default JRE to be 1.3 (see aspectj5rt and loadtime5) | wisberg | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Bit of shuffling to keep the build machine happy. Basically the ↵ | aclement | 2005-09-28 | 2 | -3/+560 |
| | | | | PointcutExpressionTest is now in *two* places. Its in weaver and when run it will not use a 1.5 delegate, and its in weaver5 where it *will* use a 1.5 delegate. I changed the logic in the ReflectionDelegateFactory to allow for being unable to find the 1.5 delegate class, although this should only arise on the build machine or running weaver tests standalone. | ||||
* | trick the build machine into compiling our code ! | aclement | 2005-09-27 | 2 | -0/+1 |
| | |||||
* | doh! | aclement | 2005-09-26 | 1 | -0/+6 |
| | |||||
* | weaver5 split out so weaver can continue to be built with Java1.3 | aclement | 2005-09-26 | 9 | -0/+833 |