aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj
Commit message (Collapse)AuthorAgeFilesLines
...
* fix issue in test for -1.5 and @AJ ITD with @annoavasseur2005-10-216-2/+126
| | | | impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218
* removed jdwp from test for CCavasseur2005-10-181-1/+0
|
* due fix and test for @AJ ITD reweavable, serialization of the method ↵avasseur2005-10-185-0/+146
| | | | delegate munger
* due fix for @AJ ITD annotation copy from ITD intf methodsavasseur2005-10-171-0/+15
|
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-173-3/+157
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-052-2/+5
|
* itd support in the MAPacolyer2005-10-041-0/+181
|
* completes all of the MAP bar ITDsacolyer2005-10-035-0/+229
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-302-9/+9
|
* test fixavasseur2005-09-291-1/+2
|
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-291-3/+3
| | | | checks for @AfterXX fixed
* perclause resolvingacolyer2005-09-291-0/+1
|
* test for Adrian, #108488 - note: other test are commented outavasseur2005-09-282-3/+36
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-213-0/+47
|
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo ↵acolyer2005-09-011-1/+1
| | | | messages.
* tests for pr107953 and newsgroup reported issue of varargs matching with ↵acolyer2005-08-301-1/+1
| | | | type variable vararg
* forgot to add that one in my last commitavasseur2005-08-111-0/+8
|
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-1/+150
|
* fix #104212 very bad bug on static method call jp that has been around since ↵avasseur2005-07-221-0/+64
| | | | java 1.4 is there
* tidy up after a run...aclement2005-07-211-0/+5
|
* fix in ltw log + test + some doc on custom message handler is evilavasseur2005-07-219-0/+239
|
* ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵avasseur2005-07-186-0/+145
| | | | some stderr output when closure are encountered on ltw / dump
* fix LTW for JMX stuff, rename messageHolder, some doc on that + dumpavasseur2005-07-184-4/+4
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-7/+1
|
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as ↵avasseur2005-07-112-5/+172
| | | | another (or 2+) used as implicit bindings in @AJ
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no ↵avasseur2005-07-043-1/+170
| | | | luck in AJDT though)
* LTW weaver/dump@within option + fix a sout in weaveravasseur2005-06-204-0/+72
|
* update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵acolyer2005-06-202-4/+4
| | | | introduction of PointcutExpression interface
* fixed bug with LTW Xreweavable, fix this reflective issue in ↵avasseur2005-06-132-1/+2
| | | | RunAllBeforeCommit (was misnamed..)
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵avasseur2005-06-095-9/+142
| | | | case (ltw test failed)
* test for if @style - a todo for Adrianavasseur2005-06-092-24/+18
|
* finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵avasseur2005-06-071-0/+1
| | | | turned on LTWperClause tests (clean up will follow, just want this visitor in for now)
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-034-0/+116
|
* test case fixavasseur2005-05-312-3/+2
|
* @AJ aspect inheritance and static pc refavasseur2005-05-313-0/+87
|
* #96371 META-INF/aop.xml lookup fix + testavasseur2005-05-303-9/+3
|
* moved bcel things to bcel package in weaver, deow test + fix for @AJavasseur2005-05-201-0/+41
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-192-4/+35
| | | | some AJ5 doc fix
* LTW and around inling test for code styleavasseur2005-05-174-0/+143
|
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-176-73/+107
|
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-131-1/+1
| | | | dependancies in loadtime module and util module
* remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵avasseur2005-05-111-1/+1
| | | | tools.jar to tests .classpath module for LTW tests using AntSpec
* fix LTW testavasseur2005-05-112-1/+11
|
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-106-103/+169
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-044-4/+95
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-031-0/+108
|
* PTW perClause for @AJ + perClause testavasseur2005-05-022-7/+169
|
* it's a whole new compiler in there...acolyer2005-04-292-5/+24
|
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-281-0/+103
| | | | | | within the advice splitted ajc150 xml test file
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-2611-0/+123
| | | | annotations + tests from Andy H