Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 1 | -4/+4 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | switched around. | aclement | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | tests and fix for pr119749 | acolyer | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | tests for pr62606 - itdcs don't run field initialisers in target type. ↵ | acolyer | 2005-11-03 | 4 | -11/+11 |
| | | | | Largely updates to existing tests to cope with new Lint warning. | ||||
* | tests and fix for enh 108118, completes @SuppressAjWarnings implementation | acolyer | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | patch from David Knibb (IBM) to make test more resilient to JVM differences ↵ | acolyer | 2005-08-12 | 1 | -3/+29 |
| | | | | in toString() implementation on annotations | ||||
* | improved and additional signature matching tests | acolyer | 2005-08-04 | 1 | -5/+5 |
| | |||||
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -0/+46 |
| | |||||
* | Tests and fixes for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 2 | -0/+66 |
| | |||||
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 1 | -18/+23 |
| | |||||
* | Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵ | aclement | 2005-04-20 | 1 | -0/+23 |
| | | | | empty stack | ||||
* | fix for Bugzilla Bug 91858 | acolyer | 2005-04-20 | 1 | -0/+7 |
| | | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff | ||||
* | reworked, temporarily commented out the MethodSignature stuff as it ↵ | aclement | 2005-03-23 | 1 | -26/+26 |
| | | | | misbehaves for me. | ||||
* | 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 | 1 | -5/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 | 5 | -0/+210 |
| | |||||
* | 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 | 3 | -11/+11 |
| | |||||
* | support for annotations on ITDs, and declare annotation | acolyer | 2005-02-17 | 7 | -0/+147 |
| | |||||
* | 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 ↵ | acolyer | 2005-02-11 | 1 | -4/+45 |
| | | | | compile them properly | ||||
* | Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵ | aclement | 2005-02-11 | 4 | -0/+34 |
| | | | | declare parents wasn't working (2) Using an annotation without importing it was causing the compiler to go bang. | ||||
* | 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 ↵ | aclement | 2005-02-03 | 11 | -0/+462 |
| | | | | pointcuts with annotations. | ||||
* | 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 ↵ | aclement | 2005-01-31 | 16 | -0/+556 |
| | | | | in packages work correctly. | ||||
* | Fix to ensure woven methods don't lose their annotations. | aclement | 2005-01-24 | 2 | -0/+32 |
| | |||||
* | 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 |
| | | | | Annotation matching using within() PCD doesn't appear to be working. | ||||
* | extra test resources for within(@Foo *) tests | acolyer | 2005-01-05 | 2 | -0/+41 |
| | |||||
* | 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 |
| | |||||
* | more @this @target fixes and tests | acolyer | 2004-12-09 | 3 | -14/+30 |
| | |||||
* | 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 |
| |