]> source.dussan.org Git - aspectj.git/commit
382189 and 382435
authorAndy Clement <andrew.clement@gmail.com>
Sat, 16 Jun 2012 00:42:25 +0000 (17:42 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Sat, 16 Jun 2012 00:42:25 +0000 (17:42 -0700)
commita7483038e86dd39894d9b347f227eb6c3a33e09e
tree4a0b8bdfa50bb7d26814f0aff6d6f1ebca32b1de
parentba9d43ccaf2660ddc9916ea48f79a77ba60d435e
382189 and 382435
40 files changed:
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java
tests/bugs170/pr382189/covbug/A.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/A_ITD.aj [new file with mode: 0644]
tests/bugs170/pr382189/covbug/B.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/SuperA.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/SuperB.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/A.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/A.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/A_ITD.aj [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/B.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/B.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/SuperA.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/SuperA.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/SuperB.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/cc/covbug/SuperB.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/pj/A.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/pj/B.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/pj/Foo.java [new file with mode: 0644]
tests/bugs170/pr382189/covbug/pj/SuperA.class [new file with mode: 0644]
tests/bugs170/pr382189/covbug/pj/SuperB.class [new file with mode: 0644]
tests/bugs170/pr382189/one/A.java [new file with mode: 0644]
tests/bugs170/pr382189/one/A_ITD.aj [new file with mode: 0644]
tests/bugs170/pr382189/one/B.java [new file with mode: 0644]
tests/bugs170/pr382189/one/SuperA.java [new file with mode: 0644]
tests/bugs170/pr382189/one/SuperB.java [new file with mode: 0644]
tests/bugs170/pr382189/three/A.java [new file with mode: 0644]
tests/bugs170/pr382189/three/A_ITD.aj [new file with mode: 0644]
tests/bugs170/pr382189/three/B.java [new file with mode: 0644]
tests/bugs170/pr382189/three/SuperA.java [new file with mode: 0644]
tests/bugs170/pr382189/three/SuperB.java [new file with mode: 0644]
tests/bugs170/pr382189/two/A.java [new file with mode: 0644]
tests/bugs170/pr382189/two/A_ITD.aj [new file with mode: 0644]
tests/bugs170/pr382189/two/B.java [new file with mode: 0644]
tests/bugs170/pr382189/two/SuperA.java [new file with mode: 0644]
tests/bugs170/pr382189/two/SuperB.java [new file with mode: 0644]
tests/bugs170/pr382435/one/bug/A.java [new file with mode: 0644]
tests/bugs170/pr382435/two/bug/A.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java
tests/src/org/aspectj/systemtest/ajc170/ajc170.xml
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java