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/23 21:51:36 UTC

[uima-uimaj] branch bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList updated (08cf00e -> 35b1839)

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 08cf00e  [UIMA-6296] SelectFS fsIterator may yield different result set than asList
     add 35b1839  [UIMA-6296] SelectFS fsIterator may yield different result set than asList

No new revisions were added by this update.

Summary of changes:
 .../org/apache/uima/cas/impl/FilteredIterator.java |   2 -
 .../apache/uima/cas/impl/FsIndex_annotation.java   |  17 +-
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   | 157 ++++----
 .../java/org/apache/uima/cas/impl/Subiterator.java | 291 +++++++++------
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |  21 +-
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 396 +++++++++++++++++++++
 6 files changed, 697 insertions(+), 187 deletions(-)