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
The four lines from the stack trace are as follows
java.lang.IndexOutOfBoundsException: Index: 13, Size: 13
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at com.linuxense.javadbf.DBFReader.nextRecord(DBFReader.java:327)
……
I found somewhere strange that may cause the problem. Whether should use recordObjects.get(j) instead of recordObjects.get(i) in DBFReader.java: 327?
Thanks!
The text was updated successfully, but these errors were encountered:
The four lines from the stack trace are as follows
I found somewhere strange that may cause the problem. Whether should use
recordObjects.get(j)
instead ofrecordObjects.get(i)
inDBFReader.java: 327
?Thanks!
The text was updated successfully, but these errors were encountered: