test changes.
authorYong hun eom <monolab@gmail.com>
Fri, 1 Mar 2013 03:13:28 +0000 (19:13 -0800)
committerYong hun eom <monolab@gmail.com>
Fri, 1 Mar 2013 03:13:28 +0000 (19:13 -0800)
Robust/src/Analysis/SSJava/HierarchyGraph.java

index 3c598d4ed962b5d2c00f471fa136f8bd0e637da3..f39ac7387f94c994131a6c8906073c7ecf5c45c3 100644 (file)
@@ -1462,7 +1462,7 @@ public class HierarchyGraph {
         }
       }
 
-      // System.out.println("    traverse more to" + inNode + "  before-trace=" + trace);
+      System.out.println("    traverse more to" + inNode + "  before-trace=" + trace);
       Stack<String> newTrace = (Stack<String>) trace.clone();
       Stack<String> curTrace =
           recur_computeDistance(inNode, endNodeSet, count, combineSet, newTrace);