summaryrefslogtreecommitdiffstats
path: root/weaver5/testsrc/org
Commit message (Collapse)AuthorAgeFilesLines
* Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 ↵mwebster2006-08-072-575/+2
| | | | dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication)
* copyright noticewisberg2006-08-031-0/+11
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+40
|
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-061-0/+1
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* updated tests and fix for pr116229acolyer2005-11-271-1/+1
|
* Bit of shuffling to keep the build machine happy. Basically the ↵aclement2005-09-281-0/+558
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.