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/17 07:18:22 UTC

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

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 faadc1c  Merge branch 'master' into bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList
     add cd9317d  [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_limited.java   | 112 +++++++---
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  20 +-
 .../java/org/apache/uima/cas/impl/Subiterator.java |  76 +++++--
 .../org/apache/uima/cas/impl/SelectFsAssert.java   | 173 +++++++++++----
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 244 ++++++++++++++++++++-
 .../uima/cas/test/AnnotationIteratorTest.java      |  12 +-
 6 files changed, 525 insertions(+), 112 deletions(-)