]> source.dussan.org Git - aspectj.git/commit
completing the set of AJDK examples coded up as test cases
authoracolyer <acolyer>
Wed, 9 Mar 2005 14:10:39 +0000 (14:10 +0000)
committeracolyer <acolyer>
Wed, 9 Mar 2005 14:10:39 +0000 (14:10 +0000)
commit82fa47384f23d3ed0cf20b531fff947182b08a84
treef984dac2428b08762c4a6d859e8e321f47fb19c8
parent69845b3545539b7961e8b4a3ef4a5ac416a305bb
completing the set of AJDK examples coded up as test cases
16 files changed:
tests/java5/annotations/ajdkExamples/DeclareAnnotation.aj [new file with mode: 0644]
tests/java5/annotations/ajdkExamples/DeclaresWithAnnotations.aj [new file with mode: 0644]
tests/java5/annotations/ajdkExamples/DecpAnnotations.aj [new file with mode: 0644]
tests/java5/annotations/ajdkExamples/PrecedenceAnnotations.aj [new file with mode: 0644]
tests/java5/annotations/ajdkExamples/org/xyz/model/Model.java [new file with mode: 0644]
tests/java5/covariance/ajdk/AJDKExamples.aj [new file with mode: 0644]
tests/java5/pertypewithin/ajdk/AJDKExamples.aj [new file with mode: 0644]
tests/java5/varargs/ajdk/AJDKExamples.aj [new file with mode: 0644]
tests/java5/varargs/ajdk/org/xyz/Foo.java [new file with mode: 0644]
tests/java5/varargs/ajdk/org/xyz/Goo.java [new file with mode: 0644]
tests/java5/varargs/ajdk/org/xyz/Hoo.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/Annotations.java
tests/src/org/aspectj/systemtest/ajc150/CovarianceTests.java
tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java
tests/src/org/aspectj/systemtest/ajc150/VarargsTests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml