Toshiya Kobayashi created DROOLS-5231:
-----------------------------------------
Summary: Wrong BitMask created by a nested property in modify block
Key: DROOLS-5231
URL:
https://issues.redhat.com/browse/DROOLS-5231
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.35.0.Final
Reporter: Toshiya Kobayashi
Assignee: Luca Molteni
When a nested property is modified in modify block like this:
{noformat}
rule R1
when
$pet : Pet(age == 3)
then
modify ($pet) { getOwner().setLikes("Cookie") };
end
{noformat}
executable model creates BitMask for "owner" and "likes" thus causes a
build error.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)