summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/binding
Commit message (Collapse)AuthorAgeFilesLines
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-032-6/+6
| | | | Largely updates to existing tests to cope with new Lint warning.
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵aclement2005-04-201-0/+23
| | | | empty stack
* Declare annotation with ITDs: testcodeaclement2005-03-177-0/+252
|
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-172-3/+3
|
* Updated with suppression attribute for non-matching advice.aclement2005-02-171-1/+1
|
* Testcases for @within() and @withincode() binding.aclement2005-02-173-0/+134
|
* 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
|
* AnnotationBinding testcases: call and execution. Also verifies annotations ↵aclement2005-01-3116-0/+556
in packages work correctly.