summaryrefslogtreecommitdiffstats
path: root/weaver5
Commit message (Collapse)AuthorAgeFilesLines
* 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...)
* Further changes for 118192aclement2005-11-281-0/+16
|
* fixes for 118192aclement2005-11-281-2/+6
|
* updated tests and fix for pr116229acolyer2005-11-274-6/+6
|
* ensure this test works on non-windows machines too!acolyer2005-11-251-2/+12
|
* fixes and improved tests for 117622aclement2005-11-252-20/+79
|
* some fixes for 117622aclement2005-11-232-4/+47
|
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-192-8/+22
| | | | parseTypePattern in PointcutParser.
* moved 1.5 dependency to 1.5 module!aclement2005-11-041-0/+5
|
* organized importsaclement2005-10-101-4/+3
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-301-2/+2
|
* Using JRE15_LIB to permit default JRE to be 1.3 (see aspectj5rt and loadtime5)wisberg2005-09-291-1/+1
|
* Bit of shuffling to keep the build machine happy. Basically the ↵aclement2005-09-282-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 !aclement2005-09-272-0/+1
|
* doh!aclement2005-09-261-0/+6
|
* weaver5 split out so weaver can continue to be built with Java1.3aclement2005-09-269-0/+833