]> source.dussan.org Git - aspectj.git/commit
test and fix for 123423: getWithinTypeName() for ptw aspects
authoraclement <aclement>
Wed, 18 Oct 2006 14:46:29 +0000 (14:46 +0000)
committeraclement <aclement>
Wed, 18 Oct 2006 14:46:29 +0000 (14:46 +0000)
commitdb68044fe8ea0f43a5e090a67b9410f4c334bff6
tree02010767f1a7500610a58abfe41e71c6539ea6f5
parent1a2eef067f87e9037bd39f20d4c682c642689de8
test and fix for 123423: getWithinTypeName() for ptw aspects
13 files changed:
docs/adk15ProgGuideDB/pertypewithin.xml
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java
tests/features152/synthetic/TheWholeShow.aj
tests/features153/ptw/CaseFive.java [new file with mode: 0644]
tests/features153/ptw/CaseFour.java [new file with mode: 0644]
tests/features153/ptw/CaseOne.java [new file with mode: 0644]
tests/features153/ptw/CaseThree.java [new file with mode: 0644]
tests/features153/ptw/CaseTwo.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/AjcMemberMaker.java
weaver/src/org/aspectj/weaver/NameMangler.java
weaver/src/org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.java