-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guided simulation StringIndexOutOfBoundsException #2
Comments
I was able to run a guided simulation, although I don't know if the output is OK, at least it didn't crash. Are you running a verification before a guided simulation? If you want to pursue this, please send screenshots of all the steps. |
Hi Ivan, |
When running a guided simulation inside EUI on test.txt (renamed to .txt since GitHub doesn't allow uploading .pml) I get no steps in right hand window and there is an exception in command prompt:
Exception in thread "Thread-3" java.lang.StringIndexOutOfBoundsException: begin 104, end 92, length 117
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3410)
at java.base/java.lang.String.substring(String.java:1883)
at eui.Filter.extractBraces(Filter.java:394)
at eui.Filter.storeVariables(Filter.java:457)
at eui.Filter.filterSimulation(Filter.java:300)
at eui.RunSpin$RunThread.run(RunSpin.java:138)
Unfortunately I don't have smaller example but I hope it's not too big.
The text was updated successfully, but these errors were encountered: