[jboss-jira] [JBoss JIRA] (DROOLS-1666) Change the return result on DTs with policy C, C+ and C#
Edson Tirelli (JIRA)
issues at jboss.org
Mon Jul 24 19:28:00 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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)
More information about the jboss-jira
mailing list