eMoflon::IBeX 2.0: parametrized patterns/rules only work with api.getGTEngine().setAlwaysUpdatePrior(true);
#429
Labels
api.getGTEngine().setAlwaysUpdatePrior(true);
#429
At least in some cases, parametrized patterns/rules do not work as expected unless
api.getGTEngine().setAlwaysUpdatePrior(true);
is set.Example rule:
If there is an element in the model, that is of type
Item
and has the nameabc
, this assert fails:On the other hand, this assert succeeds:
The text was updated successfully, but these errors were encountered: