]> source.dussan.org Git - aspectj.git/commitdiff
removing a debugging Thread.dumpStack() that made for confusing
authorjhugunin <jhugunin>
Tue, 9 Sep 2003 23:47:55 +0000 (23:47 +0000)
committerjhugunin <jhugunin>
Tue, 9 Sep 2003 23:47:55 +0000 (23:47 +0000)
error messages

weaver/src/org/aspectj/weaver/patterns/ReferencePointcut.java

index 8c9d546f3d8f5e5eccbd02d06962c3f69b7ea190..907836447eac8c8e076a4446d58ac98c6b2a599f 100644 (file)
@@ -212,7 +212,7 @@ public class ReferencePointcut extends Pointcut {
        private boolean concretizing = false;
        public Pointcut concretize1(ResolvedTypeX searchStart, IntMap bindings) {
                if (concretizing) {
-                       Thread.currentThread().dumpStack();
+                       //Thread.currentThread().dumpStack();
                        searchStart.getWorld().getMessageHandler().handleMessage(
                                MessageUtil.error("circular pointcut declaration involving: " + this,
                                                                        getSourceLocation()));