summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-1023-22/+31
* fix for varargs example in AJDK - 9 failing tests now left in Ajc150...acolyer2005-03-092-4/+5
* remove accidental 1.5 dependency in tests moduleacolyer2005-03-093-20/+15
* completing the set of AJDK examples coded up as test casesacolyer2005-03-0916-0/+465
* test cases from ajdk:annotations chapteracolyer2005-03-0929-19/+774
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-1710-29/+29
* SuppressAjWarnings test.aclement2005-02-174-5/+66
* remove syserracolyer2005-02-171-1/+0
* Updated with suppression attribute for non-matching advice.aclement2005-02-179-12/+18
* only inspect results if test could runacolyer2005-02-171-8/+10
* SuppressAjWarnings test.aclement2005-02-175-0/+71
* support for annotations on ITDs, and declare annotationacolyer2005-02-1712-1/+294
* Testcases for @within() and @withincode() binding.aclement2005-02-175-0/+171
* organized importsaclement2005-02-161-5/+0
* move all java 5 tests out of code and back into .xml files now that we can co...acolyer2005-02-1134-1149/+1555
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec...aclement2005-02-115-0/+55
* Testcases and fix for using @target() when the annotation is in a package.aclement2005-02-074-0/+35
* New annotation binding tests for @args, @this. Also test for 84290.aclement2005-02-031-1/+83
* Delete unnecessary printingaclement2005-02-032-2/+2
* Annotation Binding: testcases for @this/@args and one for using named pointcu...aclement2005-02-0311-0/+462
* Annotation Binding - now complete for @annotation (for *all* kinded PCDs)Root_AspectJ5_Developmentaclement2005-02-011-10/+82
* Annotation Binding - more test data.aclement2005-02-011-0/+15
* Annotation Binding - more test data.aclement2005-02-0110-0/+408
* Tests for static method call/execution with @annotationaclement2005-01-312-0/+35
* No longer a restriction.aclement2005-01-311-10/+11
* Removed test that verified restriction on binding annotationsaclement2005-01-311-5/+7
* Added new tests for annotation bindingaclement2005-01-311-0/+1
* Annotation binding tests: @target and call/@annotation and execution/@annotationaclement2005-01-311-0/+147
* @testcase PR#84033 incremental declare error persists after fixwisberg2005-01-314-0/+30
* AnnotationBinding testcases: call and execution. Also verifies annotations i...aclement2005-01-3116-0/+556
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-273-10/+14
* tests for PR48650 partial workaround - ughwisberg2005-01-272-0/+74
* @testcase PR83645 pertypewithin on interfacewisberg2005-01-252-0/+30
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-253-0/+60
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-248-82/+171
* Fix for Bug 83303: complier error when mixing inheritance, overriding and pol...aclement2005-01-202-0/+31
* Get enum value fields to work in the ASM. Plus test reorg as we are now addin...aclement2005-01-207-0/+106
* Fix for Bug 82570: Weaved code does not include debug linesaclement2005-01-193-0/+87
* PerTypeWithin support.aclement2005-01-182-6/+152
* PerTypeWithin: Test dataaclement2005-01-1813-0/+277
* New compiler gives additional error message on 1.3 vm that makes this test fail.acolyer2005-01-171-1/+1
* java 5 supportacolyer2005-01-178-16/+34
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ...aclement2005-01-116-4/+135
* Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...aclement2005-01-072-0/+60
* All jars rebuilt with rev'd weaver version number 2.0 that we will use for As...aclement2005-01-075-0/+0
* Testcode for migration testingaclement2005-01-077-0/+73
* Removed warning that no longer comes out for this test. We were putting out ...aclement2005-01-071-1/+1
* test was failing because a message was coming out twice - once when applying ...aclement2005-01-061-1/+1
* BWD: Improvements in source location handling allow us to now include a line ...aclement2005-01-051-1/+1
* BWD: New error checking catches one more error in this testcase.aclement2005-01-051-0/+1