summaryrefslogtreecommitdiffstats
path: root/tests/java5
Commit message (Collapse)AuthorAgeFilesLines
* prevents funny behaviour on JDK1.6aclement2008-08-081-5/+5
|
* fix error revealed by allowing mixed syntaxesaclement2008-06-171-0/+2
|
* Stupid bloody tests that don't tell you why they failed, I HATE THEM - fixed ↵aclement2008-06-041-1/+2
| | | | this one in one place.
* AspectJ6: simplifiedaclement2008-01-162-3/+9
|
* Test LTW dump for JSPsmwebster2007-01-222-0/+17
|
* improved - hopefully get more info as to why currently failing on the build ↵aclement2006-10-101-0/+3
| | | | machine
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (improve ↵mwebster2006-10-021-1/+1
| | | | declare parents LTW tests)
* Bug 158205 "NullPointerException when weaving with bootstrap agent" (remove ↵mwebster2006-10-021-16/+41
| | | | use of -Daj5.def)
* 154054 testcode and fix: noticing changes in around advice and forcing full ↵aclement2006-09-221-8/+12
| | | | builds
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+3
| | | | Matthew doesnt complain.
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-235-10/+10
| | | | weaving messages debug and add -debug to options for aop.xml)
* tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTWaclement2006-08-083-0/+23
|
* Bug 150131 "org.aspectj.ajde.core testcases create "out" directory in ↵mwebster2006-08-021-21/+0
| | | | project root" (remove redundant logic that created result.ser"
* Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore ↵mwebster2006-08-015-0/+61
| | | | duplicate agents)
* fixed decp bug and problem with 1.5 IBM VMaclement2006-06-191-0/+1
|
* fix for 120739mwebster2006-06-017-1/+27
|
* update license to EPLacolyer2006-06-016-12/+12
|
* fix for pr141945, misleading message re. aop.xmlacolyer2006-05-161-1/+1
|
* attempt to remove the damn results.ser file.aclement2006-03-281-0/+1
|
* switched around.aclement2006-03-271-1/+1
|
* testcode for 121575aclement2005-12-213-0/+69
|
* merge of RB_V1_5_0 changes back into HEADacolyer2005-12-192-3/+2
|
* fix NPE in mixing style (can be in concrete aspect from code style as well)avasseur2005-12-193-1/+46
|
* includes an error on purpose (class is not static)aclement2005-12-191-2/+2
|
* this was all corrupted testsavasseur2005-12-191-2/+2
|
* this was all corrupted testsavasseur2005-12-192-9/+8
|
* more tests.aclement2005-12-193-2/+41
|
* slightly modifiedaclement2005-12-193-6/+9
|
* fix new syntax @decpavasseur2005-12-192-4/+8
|
* rearchitect @decpavasseur2005-12-192-4/+6
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-192-3/+3
|
* Comparable test programs.aclement2005-12-196-0/+166
|
* making the tests more resilient to legitimate cross-vm differencesacolyer2005-12-154-35/+135
|
* fixes inefficient ordering of tests in SignaturePattern (that I ↵acolyer2005-12-142-16/+8
| | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members.
* tests and fix for pr119749acolyer2005-12-131-1/+1
|
* tests and fix for ITDS in AjTypeSystemacolyer2005-12-134-0/+415
|
* fixes for 120363 : from matthew (include/exclude problems for LTW)aclement2005-12-123-4/+26
|
* #120351 cflowbelow @AJ and bindingavasseur2005-12-122-0/+112
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-097-3/+84
| | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this.
* tests for parameter name generation in advice annotationsacolyer2005-11-292-0/+27
|
* updated tests and fix for pr116229acolyer2005-11-272-3/+4
|
* Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)aclement2005-11-266-19/+42
|
* last bits for 112105aclement2005-11-252-1/+174
|
* new version of GenericAspectY in light of our learning experience wrt. itdm ↵acolyer2005-11-251-3/+3
| | | | matching and execution
* fix for parameterizing reference pointcuts with bindingsacolyer2005-11-241-1/+1
|
* matthews patches from 116899aclement2005-11-246-3/+38
|
* tidied up.aclement2005-11-241-11/+13
|
* work in progress - not yet active.aclement2005-11-231-2/+7
|
* tests and fix for pr114332 - reflection api not detecting abstract itdms.acolyer2005-11-212-0/+47
|
* test (passing) for pr113368. Tests for reading compiled pointcuts from ↵acolyer2005-11-212-7/+37
| | | | reflection world.