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/10/27 21:33:06 UTC

[uima-uimaj] branch master updated (e532727 -> 73f216f)

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 e532727  Merge pull request #77 from apache/bugfix/UIMA-6285-select.following-on-a-zero-width-annotation-returns-other-zero-width-annotation-at-same-location
     add 89c53d1  [UIMA-6286] select following finds zero-width annotation at reference end position
     add 0a72e9f  [UIMA-6286] select following finds zero-width annotation at reference end position
     add aad00dc  [UIMA-6286] select following finds zero-width annotation at reference end position
     new 73f216f  Merge pull request #78 from apache/bugfix/UIMA-6286-select-following-finds-zero-width-annotation-at-reference-end-position

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/cas/SelectFSs.java   | 23 ++++++---
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   | 38 +++++++++++----
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 54 +++++++++++++++++++++-
 3 files changed, 99 insertions(+), 16 deletions(-)


[uima-uimaj] 01/01: Merge pull request #78 from apache/bugfix/UIMA-6286-select-following-finds-zero-width-annotation-at-reference-end-position

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 73f216f6d51b64d3e74c8b0c39f157dc8b3fd0a9
Merge: e532727 aad00dc
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Oct 27 22:32:56 2020 +0100

    Merge pull request #78 from apache/bugfix/UIMA-6286-select-following-finds-zero-width-annotation-at-reference-end-position
    
    [UIMA-6286] select following finds zero-width annotation at reference end position

 .../main/java/org/apache/uima/cas/SelectFSs.java   | 23 ++++++---
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   | 38 +++++++++++----
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 54 +++++++++++++++++++++-
 3 files changed, 99 insertions(+), 16 deletions(-)