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/03 14:38:26 UTC

[uima-uimafit] branch master updated (8288663 -> d1ef5f2)

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-uimafit.git.


    from 8288663  Merge pull request #130 from apache/origin/bugfix/UIMA-6286-select-following-finds-zero-width-annotation-at-reference-end-position
     add 8437e05  Merge pull request #129 from apache/origin/bugfix/UIMA-6286-select-following-finds-zero-width-annotation-at-reference-end-position
     add 2a07cda  [UIMA-6286] select following finds zero-width annotation at reference end position
     add fff6568  Merge branch 'master' into bugfix/UIMA-6288-selectPreceding-using-zero-width-anchor-returns-covering-annotation
     new d1ef5f2  Merge pull request #132 from apache/bugfix/UIMA-6288-selectPreceding-using-zero-width-anchor-returns-covering-annotation

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:
 .../main/java/org/apache/uima/fit/util/CasUtil.java | 21 ++++++++++++++++-----
 .../java/org/apache/uima/fit/util/JCasUtilTest.java | 14 ++++++++++++++
 2 files changed, 30 insertions(+), 5 deletions(-)


[uima-uimafit] 01/01: Merge pull request #132 from apache/bugfix/UIMA-6288-selectPreceding-using-zero-width-anchor-returns-covering-annotation

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-uimafit.git

commit d1ef5f20ec555fbc39a6024472a77a2ea0697230
Merge: 8288663 fff6568
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Nov 3 15:38:19 2020 +0100

    Merge pull request #132 from apache/bugfix/UIMA-6288-selectPreceding-using-zero-width-anchor-returns-covering-annotation
    
    [UIMA-6288] select preceding using zero width anchor returns covering annotation

 .../main/java/org/apache/uima/fit/util/CasUtil.java | 21 ++++++++++++++++-----
 .../java/org/apache/uima/fit/util/JCasUtilTest.java | 14 ++++++++++++++
 2 files changed, 30 insertions(+), 5 deletions(-)