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:14 UTC

[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

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(-)