]
Toshiya Kobayashi commented on DROOLS-3280:
-------------------------------------------
Done by
DMNRuntime API for evaluateByID/Name to error if empty array
------------------------------------------------------------
Key: DROOLS-3280
URL:
https://issues.redhat.com/browse/DROOLS-3280
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Affects Versions: 7.30.0.Final
Reporter: Matteo Mortari
Assignee: Toshiya Kobayashi
Priority: Optional
Labels: good-first-issue
Fix For: 7.32.0.Final
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