]> source.dussan.org Git - aspectj.git/commit
Fix for 368046: exclude certain loaders
authorAndy Clement <aclement@gopivotal.com>
Tue, 30 Jul 2013 05:24:55 +0000 (22:24 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Tue, 30 Jul 2013 05:25:23 +0000 (22:25 -0700)
commit0c0adc560d413ad0ec2a6dcd076e3ab292d12806
treee48ff4b81019ed2c07cb004da9405a704905f565
parent302c14ee680d5782cba619d8cc748e60afd09561
Fix for 368046: exclude certain loaders
loadtime/src/org/aspectj/weaver/loadtime/Aj.java
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
loadtime/src/org/aspectj/weaver/loadtime/Options.java
tests/bugs174/pr368046/Azpect.java [new file with mode: 0644]
tests/bugs174/pr368046/Code.java [new file with mode: 0644]
tests/bugs174/pr368046/aop1.xml [new file with mode: 0644]
tests/bugs174/pr368046/aop2.xml [new file with mode: 0644]
tests/bugs174/pr368046/aop3.xml [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
tests/src/org/aspectj/systemtest/ajc174/ajc174.xml