You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2020/12/04 11:22:16 UTC

[uima-ruta] branch main-v2 updated (087f507 -> 6bac34f)

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

pkluegl pushed a change to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 087f507  [UIMA-6301] Rename "master" branches to "main"
     add 36b46fa  UIMA-6302: Ruta: error visualizing comparing annotation in CAS Editor views
     new 6bac34f  Merge pull request #21 from apache/UIMA-6302-Ruta-error-visualizing-comparing-annotation-in-CAS-Editor-views

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/ruta/check/AnnotationCheckComposite.java   | 10 +++++-----
 .../apache/uima/ruta/explain/rulelist/RuleListViewPage.java    |  2 +-
 .../java/org/apache/uima/ruta/query/ui/QueryComposite.java     |  2 +-
 .../uima/ruta/testing/ui/views/EvaluationContentProvider.java  |  5 +++++
 .../uima/ruta/testing/ui/views/EvaluationLabelProvider.java    |  5 +++--
 .../apache/uima/ruta/testing/ui/views/EvaluationViewPage.java  |  6 +++---
 .../java/org/apache/uima/ruta/testing/ui/views/InfoPanel.java  |  2 +-
 .../org/apache/uima/ruta/testing/ui/views/TestViewPage.java    |  1 +
 .../uima/ruta/caseditor/view/tree/FSFeatureTreeNode.java       |  5 ++++-
 ruta-ep-engine/pom.xml                                         |  2 +-
 10 files changed, 25 insertions(+), 15 deletions(-)


[uima-ruta] 01/01: Merge pull request #21 from apache/UIMA-6302-Ruta-error-visualizing-comparing-annotation-in-CAS-Editor-views

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

pkluegl pushed a commit to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 6bac34fbcad3b92bd1bc70b0f5bb6033d5a45ba8
Merge: 087f507 36b46fa
Author: pkluegl <pk...@gmail.com>
AuthorDate: Fri Dec 4 12:22:06 2020 +0100

    Merge pull request #21 from apache/UIMA-6302-Ruta-error-visualizing-comparing-annotation-in-CAS-Editor-views
    
    UIMA-6302: Ruta: error visualizing comparing annotation in CAS Editor…

 .../org/apache/uima/ruta/check/AnnotationCheckComposite.java   | 10 +++++-----
 .../apache/uima/ruta/explain/rulelist/RuleListViewPage.java    |  2 +-
 .../java/org/apache/uima/ruta/query/ui/QueryComposite.java     |  2 +-
 .../uima/ruta/testing/ui/views/EvaluationContentProvider.java  |  5 +++++
 .../uima/ruta/testing/ui/views/EvaluationLabelProvider.java    |  5 +++--
 .../apache/uima/ruta/testing/ui/views/EvaluationViewPage.java  |  6 +++---
 .../java/org/apache/uima/ruta/testing/ui/views/InfoPanel.java  |  2 +-
 .../org/apache/uima/ruta/testing/ui/views/TestViewPage.java    |  1 +
 .../uima/ruta/caseditor/view/tree/FSFeatureTreeNode.java       |  5 ++++-
 ruta-ep-engine/pom.xml                                         |  2 +-
 10 files changed, 25 insertions(+), 15 deletions(-)