| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for Bugzilla Bug 84333 | acolyer | 2005-03-23 | 1 | -0/+21 |
* | reworked, temporarily commented out the MethodSignature stuff as it misbehave... | aclement | 2005-03-23 | 1 | -26/+26 |
* | test and fix for handling a *... varargs pattern | acolyer | 2005-03-23 | 1 | -0/+11 |
* | Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur... | acolyer | 2005-03-22 | 1 | -0/+20 |
* | Declare annotation with ITDs: testcode | aclement | 2005-03-17 | 7 | -0/+252 |
* | fix for missing syntax error on execution((@XXX *) Foo.new(..)) | acolyer | 2005-03-14 | 1 | -0/+21 |
* | the "challenge Andy" mother of all dec @xxx tests. | acolyer | 2005-03-11 | 1 | -0/+183 |
* | added test for declare @constructor | acolyer | 2005-03-11 | 1 | -0/+8 |
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 2 | -6/+6 |
* | Declare annotation: tons of testcode | aclement | 2005-03-10 | 48 | -0/+713 |
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 17 | -9/+17 |
* | fix for varargs example in AJDK - 9 failing tests now left in Ajc150... | acolyer | 2005-03-09 | 1 | -0/+1 |
* | remove accidental 1.5 dependency in tests module | acolyer | 2005-03-09 | 1 | -1/+13 |
* | completing the set of AJDK examples coded up as test cases | acolyer | 2005-03-09 | 11 | -0/+348 |
* | test cases from ajdk:annotations chapter | acolyer | 2005-03-09 | 27 | -0/+576 |
* | @xxx(@Foo) -> @xxx(Foo) | acolyer | 2005-02-17 | 10 | -29/+29 |
* | Updated with suppression attribute for non-matching advice. | aclement | 2005-02-17 | 9 | -12/+18 |
* | SuppressAjWarnings test. | aclement | 2005-02-17 | 5 | -0/+71 |
* | support for annotations on ITDs, and declare annotation | acolyer | 2005-02-17 | 9 | -0/+153 |
* | Testcases for @within() and @withincode() binding. | aclement | 2005-02-17 | 3 | -0/+134 |
* | move all java 5 tests out of code and back into .xml files now that we can co... | acolyer | 2005-02-11 | 10 | -10/+254 |
* | Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec... | aclement | 2005-02-11 | 4 | -0/+34 |
* | Testcases and fix for using @target() when the annotation is in a package. | aclement | 2005-02-07 | 3 | -0/+27 |
* | Annotation Binding: testcases for @this/@args and one for using named pointcu... | aclement | 2005-02-03 | 11 | -0/+462 |
* | Annotation Binding - more test data. | aclement | 2005-02-01 | 1 | -0/+15 |
* | Annotation Binding - more test data. | aclement | 2005-02-01 | 10 | -0/+408 |
* | Tests for static method call/execution with @annotation | aclement | 2005-01-31 | 1 | -0/+28 |
* | No longer a restriction. | aclement | 2005-01-31 | 1 | -10/+11 |
* | AnnotationBinding testcases: call and execution. Also verifies annotations i... | aclement | 2005-01-31 | 16 | -0/+556 |
* | Fix to ensure woven methods don't lose their annotations. | aclement | 2005-01-24 | 2 | -0/+32 |
* | PerTypeWithin: Test data | aclement | 2005-01-18 | 13 | -0/+277 |
* | java 5 support | acolyer | 2005-01-17 | 1 | -1/+3 |
* | test cases and fix for Bugzilla Bug 81863 | acolyer | 2005-01-05 | 2 | -1/+1 |
* | extra test resources for within(@Foo *) tests | acolyer | 2005-01-05 | 2 | -0/+41 |
* | forgot to check in this updated java 5 jar for test cases | acolyer | 2004-12-16 | 1 | -0/+0 |
* | it is now safe to short-circuit in and/or pc matching (all side-effects removed) | acolyer | 2004-12-16 | 1 | -2/+7 |
* | autoboxing for return values | aclement | 2004-12-10 | 1 | -0/+31 |
* | Tests for declare parents where enums are involved. | aclement | 2004-12-10 | 5 | -3/+14 |
* | Tests for declare parents where annotations are involved. | aclement | 2004-12-10 | 5 | -1/+23 |
* | test correct detection of @args in a declare | acolyer | 2004-12-10 | 1 | -0/+5 |
* | @within, @withincode tests | acolyer | 2004-12-10 | 4 | -0/+75 |
* | testing for @args | acolyer | 2004-12-10 | 3 | -0/+209 |
* | Autoboxing testdata - all primitives covered. | aclement | 2004-12-09 | 20 | -0/+245 |
* | more @this @target fixes and tests | acolyer | 2004-12-09 | 3 | -14/+30 |
* | Complete varargs support. | aclement | 2004-12-09 | 4 | -0/+11 |
* | mock java.lang.annotation.Annotation | acolyer | 2004-12-09 | 1 | -0/+0 |
* | annotation tests for this and target | acolyer | 2004-12-09 | 3 | -0/+101 |
* | first @annotation test | acolyer | 2004-12-08 | 1 | -0/+7 |
* | Annotation matching. | aclement | 2004-12-08 | 5 | -0/+17 |
* | 72766 - varargs policing in signature matching | aclement | 2004-12-03 | 7 | -0/+56 |