the bug I've been chasing, a critical one-letter typo, GAH
authorjjenista <jjenista>
Tue, 4 Oct 2011 15:43:46 +0000 (15:43 +0000)
committerjjenista <jjenista>
Tue, 4 Oct 2011 15:43:46 +0000 (15:43 +0000)
Robust/src/Analysis/Disjoint/ReachGraph.java

index 7a9e9f023f640389cd2eb4cf9fdaac10cc1f0589..2b0e935d10076a28d87f1361254908cbc7d26069 100644 (file)
@@ -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<String, Integer>();
 
 
-  // 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;