summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations
Commit message (Collapse)AuthorAgeFilesLines
* update license to EPLacolyer2006-06-011-2/+2
|
* switched around.aclement2006-03-271-1/+1
|
* tests and fix for pr119749acolyer2005-12-131-1/+1
|
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-034-11/+11
| | | | Largely updates to existing tests to cope with new Lint warning.
* tests and fix for enh 108118, completes @SuppressAjWarnings implementationacolyer2005-09-291-1/+1
|
* patch from David Knibb (IBM) to make test more resilient to JVM differences ↵acolyer2005-08-121-3/+29
| | | | in toString() implementation on annotations
* improved and additional signature matching testsacolyer2005-08-041-5/+5
|
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-0/+46
|
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-082-0/+66
|
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-121-18/+23
|
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵aclement2005-04-201-0/+23
| | | | empty stack
* fix for Bugzilla Bug 91858acolyer2005-04-201-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 ↵aclement2005-03-231-26/+26
| | | | misbehaves for me.
* Declare annotation with ITDs: testcodeaclement2005-03-177-0/+252
|
* fix for missing syntax error on execution((@XXX *) Foo.new(..))acolyer2005-03-141-0/+21
| | | | ^^^
* the "challenge Andy" mother of all dec @xxx tests.acolyer2005-03-111-0/+183
|
* added test for declare @constructoracolyer2005-03-111-0/+8
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-101-5/+4
|
* Declare annotation: tons of testcodeaclement2005-03-1048-0/+713
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-1017-9/+17
|
* remove accidental 1.5 dependency in tests moduleacolyer2005-03-091-1/+13
|
* completing the set of AJDK examples coded up as test casesacolyer2005-03-095-0/+210
|
* test cases from ajdk:annotations chapteracolyer2005-03-0927-0/+576
|
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-1710-29/+29
|
* Updated with suppression attribute for non-matching advice.aclement2005-02-173-11/+11
|
* support for annotations on ITDs, and declare annotationacolyer2005-02-177-0/+147
|
* Testcases for @within() and @withincode() binding.aclement2005-02-173-0/+134
|
* move all java 5 tests out of code and back into .xml files now that we can ↵acolyer2005-02-111-4/+45
| | | | compile them properly
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵aclement2005-02-114-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.aclement2005-02-073-0/+27
|
* Annotation Binding: testcases for @this/@args and one for using named ↵aclement2005-02-0311-0/+462
| | | | pointcuts with annotations.
* 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-311-0/+28
|
* No longer a restriction.aclement2005-01-311-10/+11
|
* AnnotationBinding testcases: call and execution. Also verifies annotations ↵aclement2005-01-3116-0/+556
| | | | in packages work correctly.
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-242-0/+32
|
* java 5 supportacolyer2005-01-171-1/+3
|
* test cases and fix for Bugzilla Bug 81863acolyer2005-01-052-1/+1
| | | | Annotation matching using within() PCD doesn't appear to be working.
* extra test resources for within(@Foo *) testsacolyer2005-01-052-0/+41
|
* Tests for declare parents where annotations are involved.aclement2004-12-105-1/+23
|
* test correct detection of @args in a declareacolyer2004-12-101-0/+5
|
* @within, @withincode testsacolyer2004-12-104-0/+75
|
* testing for @argsacolyer2004-12-103-0/+209
|
* more @this @target fixes and testsacolyer2004-12-093-14/+30
|
* mock java.lang.annotation.Annotationacolyer2004-12-091-0/+0
|
* annotation tests for this and targetacolyer2004-12-093-0/+101
|
* first @annotation testacolyer2004-12-081-0/+7
|
* Annotation matching.aclement2004-12-085-0/+17
|
* 72766 - improved build.xml for building the testcode jaraclement2004-12-021-2/+3
|