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/04 09:15:39 UTC

[uima-uimafit] branch master updated (dee2497 -> 8c40fc4)

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 dee2497  Merge pull request #134 from apache/bugfix/UIMA-6292-selectCovering-is-slow-v3
     add acd427a  [UIMA-6270] Add selectOverlapping to (J)CasUtil
     add dab9d58  Merge branch 'master' into feature/UIMA-6270-Add-selectOverlapping-to-JCasUtil
     add 68520b0  [UIMA-6270] Add selectOverlapping to (J)CasUtil
     new 8c40fc4  Merge pull request #137 from apache/feature/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       |   4 +-
 .../uima/fit/benchmark/JCasUtilBenchmark.java      |  10 +-
 .../apache/uima/fit/util/AnnotationPredicates.java | 217 ------------
 .../uima/fit/util/AnnotationPredicatesTest.java    | 382 ---------------------
 .../java/org/apache/uima/fit/util/CasUtilTest.java | 136 +++++++-
 .../org/apache/uima/fit/util/JCasUtilTest.java     |  78 +----
 .../org/apache/uima/fit/util/SelectionAssert.java  | 292 ++++++++++++++++
 uimafit-parent/pom.xml                             |   2 +-
 8 files changed, 437 insertions(+), 684 deletions(-)
 delete mode 100644 uimafit-core/src/main/java/org/apache/uima/fit/util/AnnotationPredicates.java
 delete mode 100644 uimafit-core/src/test/java/org/apache/uima/fit/util/AnnotationPredicatesTest.java
 create mode 100644 uimafit-core/src/test/java/org/apache/uima/fit/util/SelectionAssert.java


[uima-uimafit] 01/01: Merge pull request #137 from apache/feature/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 8c40fc4d15341f16a11167ac7656e481a2265a4c
Merge: dee2497 68520b0
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Nov 4 10:15:31 2020 +0100

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

 .../uima/fit/benchmark/CasUtilBenchmark.java       |   4 +-
 .../uima/fit/benchmark/JCasUtilBenchmark.java      |  10 +-
 .../apache/uima/fit/util/AnnotationPredicates.java | 217 ------------
 .../uima/fit/util/AnnotationPredicatesTest.java    | 382 ---------------------
 .../java/org/apache/uima/fit/util/CasUtilTest.java | 136 +++++++-
 .../org/apache/uima/fit/util/JCasUtilTest.java     |  78 +----
 .../org/apache/uima/fit/util/SelectionAssert.java  | 292 ++++++++++++++++
 uimafit-parent/pom.xml                             |   2 +-
 8 files changed, 437 insertions(+), 684 deletions(-)