Skip to content
Snippets Groups Projects
Commit 2b721fad authored by Michael Leuschel's avatar Michael Leuschel
Browse files

no longer show trace of state ids in ModelChecking result dialog

parent d4b780f2
No related branches found
No related tags found
No related merge requests found
...@@ -134,8 +134,9 @@ public class ModelCheckingFinishedListener extends JobChangeAdapter { ...@@ -134,8 +134,9 @@ public class ModelCheckingFinishedListener extends JobChangeAdapter {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
sb.append("Invariant violation found.\n"); sb.append("Invariant violation found.\n");
sb.append("ProB has detected a state that violates the invariant.\n"); sb.append("ProB has detected a state that violates the invariant.\n");
sb.append("The following is the trace that led to the violation:\n"); // no longer show trace of state ids to user; not very useful
appendTrace(trace, sb); //sb.append("The following is the trace that led to the violation:\n");
//appendTrace(trace, sb);
return sb.toString(); return sb.toString();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment