Org.OData.Aggregation.V1 missing Nullable="false" for Function ReturnType

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: V4.0_CSD02, V4.0_CSD04
    • None

      Function elements like:

      <Function Name="isroot" IsBound="true">
      <Annotation Term="Core.Description"
      String="Returns true, if and only if the value of the node property of the specified hierarchy is the root of the hierarchy" />
      <Parameter Name="Entity" Type="Edm.EntityType" Nullable="false" />
      <Parameter Name="Hierarchy" Type="Edm.String" Nullable="false" />
      <ReturnType Type="Edm.Boolean" />
      </Function>

      are missing Nullable="false" in the ReturnType elements.

      Clearly it wasn't intended for these functions to return nullable Boolean values, so this should be fixed.

            Assignee:
            Unassigned
            Reporter:
            evan.ireland.2
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: