You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/11/18 16:05:00 UTC

[uima-uimaj] branch bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList updated (cd9317d -> 8ccb36f)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from cd9317d  [UIMA-6296] SelectFS fsIterator may yield different result set than asList
     add 8ccb36f  [UIMA-6296] SelectFS fsIterator may yield different result set than asList

No new revisions were added by this update.

Summary of changes:
 .../apache/uima/cas/impl/FsIterator_backwards.java |   7 +-
 .../uima/cas/impl/FsIterator_set_sorted2.java      |   6 +-
 .../uima/cas/impl/FsIterator_subtypes_ordered.java | 117 ++++++-
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |   2 +-
 .../java/org/apache/uima/cas/impl/Subiterator.java | 298 ++++++++++--------
 .../org/apache/uima/cas/impl/SelectFsAssert.java   | 161 +++++++---
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 343 +++++++++++++++++++--
 7 files changed, 726 insertions(+), 208 deletions(-)