You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/core/hu.bme.mit.gamma.verification.util/src/hu/bme/mit/gamma/verification/util/DeterminismCheckPostprocessor.xtend
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ class DeterminismCheckPostprocessor extends VerificationPostprocessor {
96
96
}
97
97
}
98
98
99
-
nondeterministicStates.forEach[
100
-
println('''Found nondeterministic state «state.name» in region «
101
-
region.name» of «instance.name»''')]
99
+
// nondeterministicStates.forEach[
100
+
// println('''Found nondeterministic state «state.name» in region «
101
+
// region.name» of «instance.name»''')]
102
102
103
103
val persistentRaiseEvents = trace.persistentRaiseEvents
104
104
val lastRaiseEvents = lastStep.actions.filter(RaiseEventAct)
@@ -159,9 +159,9 @@ class DeterminismCheckPostprocessor extends VerificationPostprocessor {
0 commit comments