]> source.dussan.org Git - aspectj.git/commitdiff
demotion for types introduced by include/exclude checking
authoraclement <aclement>
Sat, 5 Dec 2009 05:00:50 +0000 (05:00 +0000)
committeraclement <aclement>
Sat, 5 Dec 2009 05:00:50 +0000 (05:00 +0000)
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java

index bbee9db6117ab2ae62b3b2e464fcad5fa4ee1cc6..b8dc0ff1df9517befa4d2f0cd3dbab3592e43e58 100644 (file)
@@ -678,6 +678,7 @@ public class ClassLoaderWeavingAdaptor extends WeavingAdaptor {
                        }
                        // goes on if this include did not match ("OR"ed)
                }
+               this.bcelWorld.demote();
                return accept;
        }