]> source.dussan.org Git - aspectj.git/commit
test and fix for 153845: Rogue signature containing a 'P' getting into the classfile.
authoraclement <aclement>
Thu, 14 Sep 2006 10:38:50 +0000 (10:38 +0000)
committeraclement <aclement>
Thu, 14 Sep 2006 10:38:50 +0000 (10:38 +0000)
commit70ae0f8df6ec8b77ea2940b222e11d6d411ec5d2
tree86db0f6432995d5fc57dd11bbec7f6b920faa442
parent9892449cd6366540f650b45f548f8cc74f6fcae2
test and fix for 153845: Rogue signature containing a 'P' getting into the classfile.
tests/bugs153/pr153845/Aspect.java [new file with mode: 0644]
tests/bugs153/pr153845/Aspect2.java [new file with mode: 0644]
tests/bugs153/pr153845/GenericType.java [new file with mode: 0644]
tests/bugs153/pr153845/Interface.java [new file with mode: 0644]
tests/bugs153/pr153845/Nothing.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
weaver/src/org/aspectj/weaver/ReferenceType.java