Riccardo Mariani created OLINGO-757:
---------------------------------------
Summary: Nullable parameters in a function cannot be omitted
Key: OLINGO-757
URL: https://issues.apache.org/jira/browse/OLINGO-757
Project: Olingo
Issue Type: Bug
Components: odata4-server
Affects Versions: (Java) V4 4.0.0-beta-03
Reporter: Riccardo Mariani
The problem is a missing check of nullable parameters while creating an
EdmFunction in EdmProviderImpl.createUnboundFunction() and
EdmProviderImpl.createBoundFunction().
Moreover the code to create the provider parameters (List<CsdlParameter>) is
partially duplicated in both the methods. Maybe it is a better idea to use a
method to create both the bound and unbound version of provider parameters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)