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 2021/01/14 16:36:12 UTC

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

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

No new revisions were added by this update.

Summary of changes:
 .../annotation-relations-definition.png            | Bin 0 -> 195446 bytes
 .../annotation-relations-table.png                 | Bin 0 -> 278179 bytes
 .../annotation_predicates/annotation-relations.ods | Bin 67477 -> 83417 bytes
 .../annotation_predicates/annotation-relations.png | Bin 328700 -> 0 bytes
 .../src/docbook/uv3.annotation_predicates.xml      |  22 ++-
 .../src/docbook/uv3.select.xml                     |   6 +-
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   | 113 +++++------
 .../java/org/apache/uima/cas/impl/Subiterator.java |   9 +-
 .../apache/uima/cas/text/AnnotationPredicates.java |  21 +--
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |   6 +-
 .../cas/impl/SelectFsPredicateAlignmentTest.java   | 208 +++++++++++++++++----
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 180 +++++++-----------
 .../uima/cas/text/AnnotationPredicateTestData.java |  11 +-
 .../uima/cas/text/AnnotationPredicatesTest.java    |  59 +++++-
 .../cas/text/AxiomaticAnnotationPredicates.java    |  78 ++++++++
 15 files changed, 475 insertions(+), 238 deletions(-)
 create mode 100644 uima-docbook-v3-users-guide/src/docbook/images/version_3_users_guide/annotation_predicates/annotation-relations-definition.png
 create mode 100644 uima-docbook-v3-users-guide/src/docbook/images/version_3_users_guide/annotation_predicates/annotation-relations-table.png
 delete mode 100644 uima-docbook-v3-users-guide/src/docbook/images/version_3_users_guide/annotation_predicates/annotation-relations.png
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/text/AxiomaticAnnotationPredicates.java