projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd3981
)
test changes.
author
Yong hun eom
<monolab@gmail.com>
Fri, 1 Mar 2013 03:13:28 +0000
(19:13 -0800)
committer
Yong hun eom
<monolab@gmail.com>
Fri, 1 Mar 2013 03:13:28 +0000
(19:13 -0800)
Robust/src/Analysis/SSJava/HierarchyGraph.java
patch
|
blob
|
history
diff --git
a/Robust/src/Analysis/SSJava/HierarchyGraph.java
b/Robust/src/Analysis/SSJava/HierarchyGraph.java
index 3c598d4ed962b5d2c00f471fa136f8bd0e637da3..f39ac7387f94c994131a6c8906073c7ecf5c45c3 100644
(file)
--- a/
Robust/src/Analysis/SSJava/HierarchyGraph.java
+++ b/
Robust/src/Analysis/SSJava/HierarchyGraph.java
@@
-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);