java-libpst icon indicating copy to clipboard operation
java-libpst copied to clipboard

If number of emails/messages reaches 23 in a folder: getNextChild throws Index out of bound error

Open RaghavHarithas opened this issue 5 years ago • 0 comments

If number of emails/messages reaches 23 in a folder: getNextChild throws Index out of bound error

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.pff.PSTFolder.getNextChild(PSTFolder.java:293)

RaghavHarithas avatar Jan 11 '21 07:01 RaghavHarithas