From 94a07c63160a2d26103081cffb4104382fe49ee7 Mon Sep 17 00:00:00 2001 From: jjenista Date: Tue, 4 Oct 2011 15:43:46 +0000 Subject: [PATCH] the bug I've been chasing, a critical one-letter typo, GAH --- Robust/src/Analysis/Disjoint/ReachGraph.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.34.1