]> source.dussan.org Git - aspectj.git/commit
307147: missing joinpoints for itds invoking private methods
authorAndy Clement <aclement@pivotal.io>
Thu, 3 Sep 2015 21:19:10 +0000 (14:19 -0700)
committerAndy Clement <aclement@pivotal.io>
Thu, 3 Sep 2015 21:19:10 +0000 (14:19 -0700)
commit2233cf023bce0168435795ab5747dae59fbd9a0d
treecdaa8d6ef69ef6abd123ab0d70a212d21e993f3c
parenta9ea7010ab7075d934aeb49d48dec33d48b722c4
307147: missing joinpoints for itds invoking private methods
tests/bugs187/307147/ITDAspect.aj [new file with mode: 0644]
tests/bugs187/307147/Test.java [new file with mode: 0644]
tests/bugs187/307147/TestAspect.aj [new file with mode: 0644]
tests/bugs187/307147_2/ITDAspect.aj [new file with mode: 0644]
tests/bugs187/307147_2/Test.java [new file with mode: 0644]
tests/bugs187/307147_2/TestAspect.aj [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc187/Ajc187Tests.java
tests/src/org/aspectj/systemtest/ajc187/ajc187.xml
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
weaver/src/org/aspectj/weaver/bcel/BcelWorld.java