You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Riccardo Mariani (JIRA)" <ji...@apache.org> on 2015/08/12 09:46:45 UTC

[jira] [Created] (OLINGO-757) Nullable parameters in a function cannot be omitted

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)