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

update message

for dynamic assertion check
parent d308a7a0
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public class AssertionDynCheckFinishedListener extends ProBJobFinishedListener {
case COUNTER_EXAMPLE:
dialogType = MessageDialog.WARNING;
dialogTitle = "COUNTER-EXAMPLE FOUND!";
message = "A counter-example to the invariant theorems was found: it will be shown in the state view.\nThis counter-example state satisfies the invariants but may not be reachable from the initialisation.";
message = "A counter-example to the invariant theorems was found: it will be shown in the state view.\nThis counter-example state satisfies the invariants but not all theorems. It may not be reachable from the initialisation.";
displayCounterExample(command, animator);
break;
case INTERRUPTED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment