]> source.dussan.org Git - aspectj.git/commit
test and fixes for Bug 145963: add injar aspects to the model
authoraclement <aclement>
Tue, 25 Jul 2006 08:38:09 +0000 (08:38 +0000)
committeraclement <aclement>
Tue, 25 Jul 2006 08:38:09 +0000 (08:38 +0000)
commitd373429ee98f689574fb2657ef0739c58ed4e0b8
tree0729f014ec4fed877032dd30c488fe0ec2e12dc7
parent357bbe9eeb34748f7c8c2ff85049230db2adbbf2
test and fixes for Bug 145963: add injar aspects to the model
14 files changed:
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmElementFormatter.java
tests/bugs152/pr145963/AbstractAspect.aj [new file with mode: 0644]
tests/bugs152/pr145963/AspectInDefaultPackage.aj [new file with mode: 0644]
tests/bugs152/pr145963/C.java [new file with mode: 0644]
tests/bugs152/pr145963/ConcreteAspect.aj [new file with mode: 0644]
tests/bugs152/pr145963/README.txt [new file with mode: 0644]
tests/bugs152/pr145963/SrcAspect.aj [new file with mode: 0644]
tests/bugs152/pr145963/adviceLabels.jar [new file with mode: 0644]
tests/bugs152/pr145963/aspectInDefaultPackage.jar [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java
tests/src/org/aspectj/systemtest/ajc152/injar.xml
weaver/src/org/aspectj/weaver/AsmRelationshipProvider.java
weaver/src/org/aspectj/weaver/AsmRelationshipUtils.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/ShadowMunger.java