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 2022/01/07 12:12:08 UTC

[uima-ruta] branch bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition updated (722ac79 -> 422e193)

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

pkluegl pushed a change to branch bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 722ac79  Merge branch 'maintenance/3.1.x' into bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
     add 422e193  UIMA-6405: Local variable not captured properly in a wildcard matching condition

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/uima/ruta/rule/AbstractRuleElement.java   | 7 ++++---
 .../main/java/org/apache/uima/ruta/rule/ComposedRuleElement.java   | 2 +-
 .../src/main/java/org/apache/uima/ruta/rule/RutaRuleElement.java   | 7 +++----
 .../src/test/java/org/apache/uima/ruta/rule/WildCard2Test.java     | 5 +++++
 4 files changed, 13 insertions(+), 8 deletions(-)