aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore ↵mwebster2006-10-058-0/+110
| | | | catch(Throwable) in Aj.preProcess() and make adaptor disabled by default)
* Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (ensure ↵mwebster2006-10-054-2/+17
| | | | we can filter classes like $XXX)
* Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" (new ↵mwebster2006-10-041-0/+1
| | | | "weaving aspect ..." message)
* Bug 132080 "LTW concrete-aspect definitions not exposed to weaver"mwebster2006-10-0415-1/+208
|
* test from Wes (bug 159143)aclement2006-10-043-0/+86
|
* 153464 - testcase in progressaclement2006-10-031-0/+30
|
* test and fix for 156904: missing type warning then it matches anywayaclement2006-10-039-1/+103
|
* test and fixes for 152366: support AND in include/exclude/dumpaclement2006-10-0310-2/+158
|
* test and fix for 149071aclement2006-10-033-2/+9
|
* fixes for 145442: better line numbers for woven codeaclement2006-10-032-4/+4
|
* turning off completeBinaryTypesaclement2006-10-035-5/+5
|
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (improve ↵mwebster2006-10-022-2/+10
| | | | declare parents LTW tests)
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (remove ↵mwebster2006-10-021-16/+41
| | | | use of -Daj5.def)
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (custom ↵mwebster2006-10-025-0/+327
| | | | agent testcase)
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (tidy up)mwebster2006-10-022-46/+0
|
* test and fix for 158573 - incorrect 'adviceDidNotMatch' warning appearsaclement2006-09-294-0/+41
|
* test and fix for 158624: generic types and arraysaclement2006-09-293-0/+32
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-284-10/+20
|
* 133532 - testcode for latest caseaclement2006-09-273-0/+58
|
* test and fix for 148908: structure modelaclement2006-09-263-1/+33
|
* testcase for 153464 - commented out at the moaclement2006-09-253-0/+36
|
* test and fix for 158412: annotation style reference pointcuts don't workaclement2006-09-255-0/+38
|
* tests for 151772, 125981: incorrect scope for dec soft reportingaclement2006-09-225-0/+99
|
* 154054 testcode and fix: noticing changes in around advice and forcing full ↵aclement2006-09-2210-8/+151
| | | | builds
* 154054 testcodeaclement2006-09-226-0/+42
|
* test code for 158126 - already fixed ;) just a nice test to haveaclement2006-09-216-0/+53
|
* Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (tests for ↵mwebster2006-09-1916-2/+149
| | | | duplicate aop.xml and -Dorg.aspectj.weaver.loadtime.configuration)
* Test for 157057aclement2006-09-141-0/+19
|
* testcode for 157054 - random matching (!!) with pointcuts matching on get of ↵aclement2006-09-145-0/+209
| | | | annotated fields
* test and fix for 153845: Rogue signature containing a 'P' getting into the ↵aclement2006-09-147-1/+16
| | | | classfile.
* test for 156058 - commented outaclement2006-09-133-1/+18
|
* tests for 153490: mixing delegatesaclement2006-09-132-0/+16
|
* testcode for 153490: nested delegate problems.aclement2006-09-1211-0/+43
|
* testcode and fixes for 156962: Problems with @Deprecated in method signaturesaclement2006-09-122-0/+14
|
* testcode for 156962: Problems with @Deprecated in method signaturesaclement2006-09-123-0/+10
|
* test and fix for 155763 - incorrect codegen from compiler leads to NPEaclement2006-09-113-0/+41
|
* Bug 155972 "NullPointerException in ConstructorSignature.getConstructor()"mwebster2006-09-046-0/+94
|
* testcode for 152848 'deploying generics code when non-generics types are about'aclement2006-08-251-0/+1
|
* last of the dreaded jdtlikehandleprovider changes - 141730#22aclement2006-08-258-2/+219
|
* 141556#13 - messagehandler pulled out of CompilerAdapter and changed to have ↵aclement2006-08-251-3/+9
| | | | nothing to do with holders (since it doesnt need to store messages)
* testcode for 152848 'deploying generics code when non-generics types are about'aclement2006-08-255-0/+15
|
* back again, lower case dir name for linux (see 154552#12)aclement2006-08-251-0/+33
|
* removed, needs a renameaclement2006-08-251-33/+0
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+3
| | | | Matthew doesnt complain.
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-246-4/+36
| | | | AbortException in LTW message handler)
* no longer required - model tests moved.aclement2006-08-232-0/+0
|
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-231-1/+1
| | | | META-INF/aop-ajc.xml)
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-2313-33/+33
| | | | weaving messages debug and add -debug to options for aop.xml)
* switch to a different XLint to rely on - since adviceDidNotMatch cannot ↵aclement2006-08-233-7/+9
| | | | occur in LTW now.
* fixes for 149560: (1) correct the bcel code for creating clinit call (2) ↵aclement2006-08-225-5/+72
| | | | don't let singleton aspects be implemented as late type mungers, the clinit manipulation breaks.