pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type mismatch between ListResponse.totalResults constructor arg & accessor

hauntingEcho opened this issue · comments

Describe the bug
ListResponse.getTotalResults() returns a long, but the ListResponse constructor requires an int. This complicates cleaning done in client libraries attempting to work around not-perfectly-compliant servers

Expected behavior
the type of the totalResults property, accessor, and constructor argument should all match.