projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e4255
)
changed options in code to actually print reach states on genreach output graphs
author
jjenista
<jjenista>
Wed, 23 Mar 2011 00:35:14 +0000
(
00:35
+0000)
committer
jjenista
<jjenista>
Wed, 23 Mar 2011 00:35:14 +0000
(
00:35
+0000)
Robust/src/Analysis/Disjoint/DisjointAnalysis.java
patch
|
blob
|
history
diff --git
a/Robust/src/Analysis/Disjoint/DisjointAnalysis.java
b/Robust/src/Analysis/Disjoint/DisjointAnalysis.java
index 06818affcbb65bfe12105a2d749a5d773f3181ff..28b1d31fd59b50dd63be25adc2a7be64eb531d33 100644
(file)
--- a/
Robust/src/Analysis/Disjoint/DisjointAnalysis.java
+++ b/
Robust/src/Analysis/Disjoint/DisjointAnalysis.java
@@
-1158,10
+1158,10
@@
public class DisjointAnalysis implements HeapAnalysis {
true, // write labels (variables)
true, // selectively hide intermediate temp vars
true, // prune unreachable heap regions
-
tru
e, // hide reachability altogether
+
fals
e, // hide reachability altogether
false, // hide subset reachability states
true, // hide predicates
-
fals
e ); // hide edge taints
+
tru
e ); // hide edge taints
} break;