You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/01/09 13:45:34 UTC

[uima-uimaj] branch master updated (387b047 -> c2029bd)

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

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


    from 387b047  Merge pull request #18 from apache/UIMA-6159_selectFS_allow_AnnotationFS_in_addition_to_TOP
     add 1e2a54a  [UIMA-6168] fix array index refs, clarify use cases and logic
     new c2029bd  Merge pull request #20 from apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds

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/CASImpl.java     | 45 ++++++++++++++--------
 .../org/apache/uima/cas/impl/FSsTobeAddedback.java |  2 +-
 2 files changed, 31 insertions(+), 16 deletions(-)


[uima-uimaj] 01/01: Merge pull request #20 from apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds

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

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

commit c2029bd1f98f4d5d6bdf814db9daaebe9489a6e1
Merge: 387b047 1e2a54a
Author: mischor <ms...@schor.com>
AuthorDate: Thu Jan 9 08:45:28 2020 -0500

    Merge pull request #20 from apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds
    
    [UIMA-6168] fix array index refs, clarify use cases and logic

 .../java/org/apache/uima/cas/impl/CASImpl.java     | 45 ++++++++++++++--------
 .../org/apache/uima/cas/impl/FSsTobeAddedback.java |  2 +-
 2 files changed, 31 insertions(+), 16 deletions(-)