You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the splitPartialRecordList method with a larger record size than there are elements, an empty recordlist is returned. I expected a Recordlist with the max nr of elements possible.
Following code has been copied from RecordList.java:45ff. a new (and empty) recordlist is returned when the nrOfRecords is larger than the size.
When using the
splitPartialRecordList
method with a larger record size than there are elements, an empty recordlist is returned. I expected a Recordlist with the max nr of elements possible.Following code has been copied from
RecordList.java:45ff
. a new (and empty) recordlist is returned when the nrOfRecords is larger than the size.The text was updated successfully, but these errors were encountered: