[JBoss JIRA] (DROOLS-5025) Wrong BitMask created by a complex setter argument in modify block
by Toshiya Kobayashi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5025?page=com.atlassian.jira.plug... ]
Toshiya Kobayashi updated DROOLS-5025:
--------------------------------------
Summary: Wrong BitMask created by a complex setter argument in modify block (was: Wrong BitMask created by c)
> Wrong BitMask created by a complex setter argument in modify block
> ------------------------------------------------------------------
>
> Key: DROOLS-5025
> URL: https://issues.redhat.com/browse/DROOLS-5025
> Project: Drools
> Issue Type: Bug
> Components: executable model
> Affects Versions: 7.32.0.Final
> Reporter: Toshiya Kobayashi
> Assignee: Luca Molteni
> Priority: Major
>
> With a complex setter argument in modify block like this:
> {noformat}
> import org.drools.modelcompiler.domain.Person;
> rule R
> when
> $p: Person(address.street == "street1")
> then
> modify($p) { setLikes( String.valueOf(($p.getAddress().getStreet() + $p.getAddress().getCity()))) };
> end
> {noformat}
> executable model creates BitMask for "likes" and "address" thus causes a wrong property reactivity behavior.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-5026) Remove blinkinking in Test Tools pannel
by Anna Dupliak (Jira)
Anna Dupliak created DROOLS-5026:
------------------------------------
Summary: Remove blinkinking in Test Tools pannel
Key: DROOLS-5026
URL: https://issues.redhat.com/browse/DROOLS-5026
Project: Drools
Issue Type: Enhancement
Components: Scenario Simulation and Testing
Affects Versions: 7.30.0.Final
Reporter: Anna Dupliak
Assignee: Yeser Amer
Attachments: Screencast from 02-07-2020.webm
Change Test Tools behavior to stop blinking every time when
focus in *Grid* are moving through *Header*.
Now if you move focus in *Grid* particularly for *Header*
rows (by using keyboard arrows keys) then Test Tools icon blinks.
That is not happening with values in the Grid.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-5025) Wrong BitMask created by c
by Toshiya Kobayashi (Jira)
Toshiya Kobayashi created DROOLS-5025:
-----------------------------------------
Summary: Wrong BitMask created by c
Key: DROOLS-5025
URL: https://issues.redhat.com/browse/DROOLS-5025
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.32.0.Final
Reporter: Toshiya Kobayashi
Assignee: Luca Molteni
With a complex setter argument in modify block like this:
{noformat}
import org.drools.modelcompiler.domain.Person;
rule R
when
$p: Person(address.street == "street1")
then
modify($p) { setLikes( String.valueOf(($p.getAddress().getStreet() + $p.getAddress().getCity()))) };
end
{noformat}
executable model creates BitMask for "likes" and "address" thus causes a wrong property reactivity behavior.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-4942) DMN DT Analysis hit policy recommender
by Matteo Mortari (Jira)
[ https://issues.redhat.com/browse/DROOLS-4942?page=com.atlassian.jira.plug... ]
Matteo Mortari updated DROOLS-4942:
-----------------------------------
Description:
Implement an heuristic for hit policy recommendation when dealing with single hit policies.
If there are Gaps, no recommendations.
If No Gaps and no Overlaps: recommend UNIQUE where possible.
If No Gaps , but Overlaps with same output: recommend ANY
If No Gaps , but Overlaps with different output: recommend PRIORITY where possible
> DMN DT Analysis hit policy recommender
> --------------------------------------
>
> Key: DROOLS-4942
> URL: https://issues.redhat.com/browse/DROOLS-4942
> Project: Drools
> Issue Type: Feature Request
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Matteo Mortari
> Priority: Major
>
> Implement an heuristic for hit policy recommendation when dealing with single hit policies.
> If there are Gaps, no recommendations.
> If No Gaps and no Overlaps: recommend UNIQUE where possible.
> If No Gaps , but Overlaps with same output: recommend ANY
> If No Gaps , but Overlaps with different output: recommend PRIORITY where possible
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months