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/26 10:54:17 UTC

[uima-uimaj] branch master updated (4a17a35 -> e532727)

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 4a17a35  Merge pull request #76 from apache/bugfix/UIMA-6284-select.following-fails-to-find-adjacent-annotations
     add 8d4718f  [UIMA-6285] select.following() on a zero-width annotation returns other zero-width annotation at same location
     add 6d0aa68  Merge branch 'master' into bugfix/UIMA-6285-select.following-on-a-zero-width-annotation-returns-other-zero-width-annotation-at-same-location
     new 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

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:
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  7 ++-
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 64 ++++++++++++++++++++++
 2 files changed, 70 insertions(+), 1 deletion(-)


[uima-uimaj] 01/01: Merge pull request #77 from apache/bugfix/UIMA-6285-select.following-on-a-zero-width-annotation-returns-other-zero-width-annotation-at-same-location

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 e532727b512cce8547ac66c1f824565462cccfb9
Merge: 4a17a35 6d0aa68
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Oct 26 11:54:06 2020 +0100

    Merge pull request #77 from apache/bugfix/UIMA-6285-select.following-on-a-zero-width-annotation-returns-other-zero-width-annotation-at-same-location
    
    [UIMA-6285] select.following() on a zero-width annotation returns other zero-width annotation at same location

 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  7 ++-
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 64 ++++++++++++++++++++++
 2 files changed, 70 insertions(+), 1 deletion(-)