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 2021/05/05 19:48:31 UTC

[uima-ruta] 01/01: Merge pull request #52 from apache/feature/UIMA-6359-Ruta-parameter-to-add-debug-annotations-to-indexes

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

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

commit db0996dae760a0a6446cb7ee8a5b80bbcd6adc86
Merge: 8ff9af3 ee6c431
Author: pkluegl <pk...@gmail.com>
AuthorDate: Wed May 5 21:48:24 2021 +0200

    Merge pull request #52 from apache/feature/UIMA-6359-Ruta-parameter-to-add-debug-annotations-to-indexes
    
    [UIMA-6359] Ruta: parameter to add debug annotations to indexes

 .../java/org/apache/uima/ruta/engine/Ruta.java     | 13 ++---
 .../org/apache/uima/ruta/engine/RutaEngine.java    | 11 +++-
 .../expression/feature/FeatureMatchExpression.java |  2 +-
 .../feature/SimpleFeatureExpression.java           |  4 +-
 .../uima/ruta/resource/MultiTreeWordList.java      |  1 -
 .../apache/uima/ruta/resource/TreeWordList.java    |  1 -
 .../uima/ruta/rule/RutaAnnotationTypeMatcher.java  | 14 +++--
 .../java/org/apache/uima/ruta/utils/UIMAUtils.java |  8 +--
 .../ruta/visitor/DebugInfoCollectorVisitor.java    | 17 +++---
 .../apache/uima/ruta/visitor/DebugInfoFactory.java | 52 +++++++++---------
 .../apache/uima/ruta/engine/RulesParamTest.java    | 12 ++---
 .../java/org/apache/uima/ruta/engine/RutaTest.java |  7 +--
 .../AnnotationAddressExpressionTest.java           | 17 +++---
 .../AnnotationFeatureExpressionTest.java           | 13 +++--
 .../annotation/AnnotationLabelExpressionTest.java  |  8 +--
 .../AnnotationVariableExpressionTest.java          |  4 +-
 .../expression/feature/FeatureStructureTest.java   |  3 +-
 .../uima/ruta/visitor/DebugAddToIndexesTest.java   | 63 ++++++++++++++++++++++
 .../ruta/visitor/InlinedRulesExplanationTest.java  | 16 +++---
 ruta-docbook/src/docbook/tools.ruta.overview.xml   | 14 +++++
 20 files changed, 178 insertions(+), 102 deletions(-)