]> source.dussan.org Git - aspectj.git/commit
tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers
authoraclement <aclement>
Mon, 23 Oct 2006 11:55:54 +0000 (11:55 +0000)
committeraclement <aclement>
Mon, 23 Oct 2006 11:55:54 +0000 (11:55 +0000)
commit757004ca6702a97369aac2ba62532f13ac5ced36
treee64c1d3a4e7463dc592f9959109633719e7d0165
parentefe6cc79c4c19ebc8f7109f10220b13dc4efffad
tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers
12 files changed:
tests/bugs153/pr149908/A.aj [new file with mode: 0644]
tests/bugs153/pr149908/C.java [new file with mode: 0644]
tests/bugs153/pr149908/C1.java [new file with mode: 0644]
tests/bugs153/pr149908/MyStringBuilder.java [new file with mode: 0644]
tests/bugs153/pr149908/README.txt [new file with mode: 0644]
tests/bugs153/pr149908/Tracing.aj [new file with mode: 0644]
tests/bugs153/pr149908/simple.jar [new file with mode: 0644]
tests/bugs153/pr149908/stringBuilder.jar [new file with mode: 0644]
tests/bugs153/pr149908/withoutMethod/MyStringBuilder.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/MemberImpl.java