[
https://issues.jboss.org/browse/DROOLS-1666?page=com.atlassian.jira.plugi...
]
Edson Tirelli updated DROOLS-1666:
----------------------------------
Description:
The spec says that decision tables with no matching rules should always return null, but
that does not make much sense for DTs with hit policies C, C+ and C#.
The return results for these cases should be:
C = [ ] (empty list)
C# = 0
Also, open a ticket to the DMN RTF to fix it in the spec.
was:
The spec says that decision tables with no matching rules should always return null, but
that does not make much sense for DTs with hit policies C, C+ and C#.
The return results for these cases should be:
C = [ ] (empty list)
C+ = 0
C# = 0
Also, open a ticket to the DMN RTF to fix it in the spec.
Change the return result on DTs with policy C, C+ and C#
--------------------------------------------------------
Key: DROOLS-1666
URL:
https://issues.jboss.org/browse/DROOLS-1666
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.1.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.2.0.Final
The spec says that decision tables with no matching rules should always return null, but
that does not make much sense for DTs with hit policies C, C+ and C#.
The return results for these cases should be:
C = [ ] (empty list)
C# = 0
Also, open a ticket to the DMN RTF to fix it in the spec.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)