]
Matteo Mortari updated DROOLS-3280:
-----------------------------------
Priority: Optional (was: Major)
DMNRuntime API for evaluateByID/Name to error if empty array
------------------------------------------------------------
Key: DROOLS-3280
URL:
https://issues.jboss.org/browse/DROOLS-3280
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Matteo Mortari
Priority: Optional
Labels: good-first-issue
there is already some null-check for the public API parameters. However if passing an
empty array (e.g. in the varargs) is still semantically wrong when calling these public
API method (e.g. evaluate by ID, without passing any IDs). Augment to extend proper checks
to support end-user using public API