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/16 20:45:48 UTC

[uima-uimafit] branch master updated (004b242 -> c64eff7)

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 004b242  Merge pull request #124 from apache/bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader
     add 8add6c4  [UIMA-6270] Add selectOverlapping to (J)CasUtil
     add 2acbe9d  [UIMA-6270] Add selectOverlapping to (J)CasUtil
     new c64eff7  Merge pull request #122 from apache/UIMA-6270-Add-selectOverlapping-to-JCasUtil

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:
 .../uima/fit/benchmark/CasUtilBenchmark.java       |  29 ++
 .../uima/fit/benchmark/JCasUtilBenchmark.java      |  42 +++
 .../apache/uima/fit/util/AnnotationPredicates.java | 217 ++++++++++++
 .../java/org/apache/uima/fit/util/CasUtil.java     | 107 ++++--
 .../java/org/apache/uima/fit/util/JCasUtil.java    |  39 +++
 .../uima/fit/util/AnnotationPredicatesTest.java    | 382 +++++++++++++++++++++
 .../org/apache/uima/fit/util/JCasUtilTest.java     | 274 ++++++++++++++-
 7 files changed, 1063 insertions(+), 27 deletions(-)
 create mode 100644 uimafit-core/src/main/java/org/apache/uima/fit/util/AnnotationPredicates.java
 create mode 100644 uimafit-core/src/test/java/org/apache/uima/fit/util/AnnotationPredicatesTest.java


[uima-uimafit] 01/01: Merge pull request #122 from apache/UIMA-6270-Add-selectOverlapping-to-JCasUtil

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 c64eff768abfa755cb2e6fb98e5c83839f829f59
Merge: 004b242 2acbe9d
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Oct 16 22:45:40 2020 +0200

    Merge pull request #122 from apache/UIMA-6270-Add-selectOverlapping-to-JCasUtil
    
    [UIMA-6270] Add selectOverlapping to (J)CasUtil

 .../uima/fit/benchmark/CasUtilBenchmark.java       |  29 ++
 .../uima/fit/benchmark/JCasUtilBenchmark.java      |  42 +++
 .../apache/uima/fit/util/AnnotationPredicates.java | 217 ++++++++++++
 .../java/org/apache/uima/fit/util/CasUtil.java     | 107 ++++--
 .../java/org/apache/uima/fit/util/JCasUtil.java    |  39 +++
 .../uima/fit/util/AnnotationPredicatesTest.java    | 382 +++++++++++++++++++++
 .../org/apache/uima/fit/util/JCasUtilTest.java     | 274 ++++++++++++++-
 7 files changed, 1063 insertions(+), 27 deletions(-)