box / box-salesforce-sdk

This is the Salesforce SDK for integrating with the Box Platform.
https://developer.box.com/guides/tooling/sdks/salesforce/
Apache License 2.0
58 stars 51 forks source link

Wrong Assertion in BoxFolder.getChildren(Integer offset, Integer limitCount) #79

Open jawadakhtar opened 3 years ago

jawadakhtar commented 3 years ago

When we call getChildren with offset and limitCount, in condition when the offset is close to the total items in a folder, it throws an assertion at LOC 593.

I have figured out the issue in a code and want to fix it.