Closed pniederw closed 8 years ago
Thank you! This is fixed in 1.0.3 which has been deployed to Maven. Also as a result of this, I greatly improved the tests for listIterator and found and fixed bugs in RangeOfInt and UnmodList. You can see details and your credit in the change log (and in the diff).
If
index == size()
, thenarray = null
, andprevious()
will throw NPE.Also,
listIterator()
doesn't do any bounds checks (unlikeUnmodList.listIterator()
).