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/04 08:32:13 UTC

[uima-uimaj] branch master updated (bc4d317 -> 173f110)

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

rec pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from bc4d317  Merge pull request #73 from apache/feature/UIMA-6283-Annotation-relation-predicates
     add fff5c8e  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 506f2ca  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add bd66474  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 53e48c2  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 6cd24ed  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     new 173f110  Merge pull request #81 from apache/bugfix/UIMA-6289-SelectFS-coveredBy-not-selecting-annotations-with-exact-same-bounds-as-annotation-argument

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/uima/cas/impl/Subiterator.java |  72 ++++++-----
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |  47 +++++--
 .../SelectFsCoveredByWithTypePrioritiesTest.java   | 141 +++++++++++++++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     |  95 ++++++++++++--
 4 files changed, 303 insertions(+), 52 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsCoveredByWithTypePrioritiesTest.java


[uima-uimaj] 01/01: Merge pull request #81 from apache/bugfix/UIMA-6289-SelectFS-coveredBy-not-selecting-annotations-with-exact-same-bounds-as-annotation-argument

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 173f1100fc7ea17aaba31accf615148bc39bad91
Merge: bc4d317 6cd24ed
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Nov 4 09:31:44 2020 +0100

    Merge pull request #81 from apache/bugfix/UIMA-6289-SelectFS-coveredBy-not-selecting-annotations-with-exact-same-bounds-as-annotation-argument
    
    [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument

 .../java/org/apache/uima/cas/impl/Subiterator.java |  72 ++++++-----
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |  47 +++++--
 .../SelectFsCoveredByWithTypePrioritiesTest.java   | 141 +++++++++++++++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     |  95 ++++++++++++--
 4 files changed, 303 insertions(+), 52 deletions(-)