VisB does not report/detect parse, type or other errors in event predicates
Description
Activity
Show:
Michael Leuschel November 9, 2020 at 2:50 PM
Yes, it is fixed, I think.
Fabian Vu November 9, 2020 at 1:55 PM
Is this still an issue? I think it is fixed since the commit fbd4540361adcade67aeb589380fbf9f5a52f7da in prob2_kernel
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Leuschel
Michael LeuschelPriority
Created October 11, 2020 at 7:09 AM
Updated November 9, 2020 at 2:50 PM
Resolved November 9, 2020 at 2:50 PM
When there is a syntax, type or other error in the predicates part of an event,
no feedback is given to the user when clicking.
The call if (trace.canExecuteEvent(event.getEvent(), event.getPredicates())) ...
to to the prob2-kernel does not seem to throw exceptions either. Maybe one
can use another prob2-kernel call instead?