Open zolotas4 opened 7 years ago
The PTC model implements/provides an OperationContribution so we can detect select operations that can be delegated to PTC. It is probably that we are filtering incorrectly or not delegating to the EOL select operation when we can't handle the select.
Probably the OperationContributor does not have any JUnit cases that test this functionality.
Select only works if the argument is an expression but it throws an exception if the parameter passed is an operation (e.g., select(c|c.isCorrect());