-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.16.0.Final
-
- See unit test PR
-
NEW
-
NEW
When a rule has a non-existing method in RHS modify block with mvel dialect, executable-model misses to raise an error so the rule is compiled.
rule R when $p : Person() then modify($p) {likes = nonExistingMethod()}; end
- is incorporated by
-
RHDM-833 executable-model misses to raise an error for a non-exisiting method with Mvel dialect
- Closed