From: jjenista Date: Tue, 4 Oct 2011 15:43:46 +0000 (+0000) Subject: the bug I've been chasing, a critical one-letter typo, GAH X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94a07c63160a2d26103081cffb4104382fe49ee7;p=IRC.git the bug I've been chasing, a critical one-letter typo, GAH --- diff --git a/Robust/src/Analysis/Disjoint/ReachGraph.java b/Robust/src/Analysis/Disjoint/ReachGraph.java index 7a9e9f02..2b0e935d 100644 --- a/Robust/src/Analysis/Disjoint/ReachGraph.java +++ b/Robust/src/Analysis/Disjoint/ReachGraph.java @@ -1584,7 +1584,7 @@ public class ReachGraph { predNodeOrEdge.e_hrnDstID, predNodeOrEdge.e_type, predNodeOrEdge.e_field, - stateCallee, + stateCaller, null, predNodeOrEdge.e_srcOutCalleeContext, predNodeOrEdge.e_srcOutCallerContext @@ -2256,7 +2256,6 @@ public class ReachGraph { new Hashtable(); - // useful since many graphs writes in the method call debug code private static boolean resolveMethodDebugDOTwriteLabels = true; private static boolean resolveMethodDebugDOTselectTemps = true; private static boolean resolveMethodDebugDOTpruneGarbage = true;