]> source.dussan.org Git - aspectj.git/commit
test and fix for 147801: rogue bridge methods in a funky configuration.
authoraclement <aclement>
Wed, 21 Jun 2006 11:33:21 +0000 (11:33 +0000)
committeraclement <aclement>
Wed, 21 Jun 2006 11:33:21 +0000 (11:33 +0000)
commit13dde4efd453d32bb4f25781a8fa7aafc2cef850
treeaea6550021dad48c59f320ad284f4574b83dd065
parent791f8a7c3f37d9b10b8ad1692df998733bbc2f20
test and fix for 147801: rogue bridge methods in a funky configuration.
tests/bugs152/pr147801/Advisor.aj [new file with mode: 0644]
tests/bugs152/pr147801/Foo.java [new file with mode: 0644]
tests/bugs152/pr147801/PreparedStatement.java [new file with mode: 0644]
tests/bugs152/pr147801/aop.xml [new file with mode: 0644]
tests/bugs152/pr147801/foo.jar [new file with mode: 0644]
tests/bugs152/pr147801/readme.txt [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
tests/src/org/aspectj/systemtest/ajc152/ajc152.xml
weaver/src/org/aspectj/weaver/World.java
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java