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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: