]
Edson Tirelli updated DROOLS-1666:
----------------------------------
Summary: Change the return result on DTs with policy C and C# (was: Change the return
result on DTs with policy C, C+ and C#)
Change the return result on DTs with policy 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.