]> source.dussan.org Git - aspectj.git/commit
Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in declare...
authoraclement <aclement>
Fri, 11 Feb 2005 09:18:37 +0000 (09:18 +0000)
committeraclement <aclement>
Fri, 11 Feb 2005 09:18:37 +0000 (09:18 +0000)
commita3a53137d5acff4fce60b49c976acb6d7904e888
treecfae21af7234c9a2f0ab5c776873b57fe2634933
parent698ad9633f9ba28a8e5ebfbd219a4c4028e4f997
Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in declare parents wasn't working (2) Using an annotation without importing it was causing the compiler to go bang.
tests/java5/annotations/binding/complexExample/A.java
tests/java5/annotations/binding/complexExample/C.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/X3.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/X4.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/AnnotationBinding.java