Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Some implementations of UIMA iterators fail to check to see if the iterator is invalid before attempting to move it forwards or backwards. In some cases, this could result in an invalid iterator moving to a valid position. An invalid iterator, moved forward or backwards (or via inc/dec) should remain invalid.