Describe the bug
Consider a model in which you have declared an integer array
int x[2] = {0,1};
and you perform the (incorrect) query
A[] x > 2
Now Uppaal gives a Type error as a query result. Yet, the error context is broken, so the modeler has no information of what actually is wrong. The Status shows
Error message: Type error
Error context: (bug: lost path to error context)
Describe the bug Consider a model in which you have declared an integer array
and you perform the (incorrect) query
Now Uppaal gives a Type error as a query result. Yet, the error context is broken, so the modeler has no information of what actually is wrong. The
Status
showsA MWE demonstrating this: MWE_type_error.xml.zip
To Reproduce Steps to reproduce the behavior:
Verifier
tab.Expected behavior The error context should indicate to the modeler what causes the type error.
Version(s) of UPPAAL tested Uppaal Stratego 9.
Desktop (please complete the following information):