]
Edson Tirelli updated DROOLS-1552:
----------------------------------
Fix Version/s: (was: 7.1.0.Final)
Raise a warning during DMN Decision Table validation if the user uses
expressions in the cell
---------------------------------------------------------------------------------------------
Key: DROOLS-1552
URL:
https://issues.jboss.org/browse/DROOLS-1552
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Affects Versions: 7.0.0.CR3
Reporter: Edson Tirelli
Assignee: Edson Tirelli
KIE DMN engine implementation extends the specification to allow expressions to be used
as end-points in unary tests.
Since this is an extension to the specification, the DMN validation component should
raise a warning to the user, letting him know this is an extension, whenever he uses
expressions in DT cells.
The warning should not be raised in case the expression is a simple use of the
date/time/duration functions.