]> source.dussan.org Git - aspectj.git/commit
Bug 132080 "LTW concrete-aspect definitions not exposed to weaver"
authormwebster <mwebster>
Wed, 4 Oct 2006 13:35:09 +0000 (13:35 +0000)
committermwebster <mwebster>
Wed, 4 Oct 2006 13:35:09 +0000 (13:35 +0000)
commit6b31b32ae338cdecea6e20aa87fe05ca0cc2fb57
treeb22499c9d10ffeb8779f88e2dbd7c5bff447ffba
parent513564a9e5b5ae5d03c4f0547ee7823e903d3c52
Bug 132080 "LTW concrete-aspect definitions not exposed to weaver"
18 files changed:
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
loadtime/src/org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.java
tests/bugs153/pr132080/AbstractSuperAspect.aj [new file with mode: 0644]
tests/bugs153/pr132080/AbstractSuperAspectWithAround.aj [new file with mode: 0644]
tests/bugs153/pr132080/AbstractSuperAspectWithInterface.aj [new file with mode: 0644]
tests/bugs153/pr132080/ConcreteAspectWithITD.aj [new file with mode: 0644]
tests/bugs153/pr132080/HelloWorld.java [new file with mode: 0644]
tests/bugs153/pr132080/TestAdvice.aj [new file with mode: 0644]
tests/bugs153/pr132080/TestAroundClosure.aj [new file with mode: 0644]
tests/bugs153/pr132080/TestITD.aj [new file with mode: 0644]
tests/bugs153/pr132080/TestInterface.java [new file with mode: 0644]
tests/bugs153/pr132080/aop-advice.xml [new file with mode: 0644]
tests/bugs153/pr132080/aop-aroundclosure.xml [new file with mode: 0644]
tests/bugs153/pr132080/aop-itd.xml [new file with mode: 0644]
tests/bugs153/pr149096/aop-pr149096.xml
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java