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:17:32 UTC

[uima-ruta] 01/01: Merge pull request #67 from apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition

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

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

commit ae27103c144de60739677fc310178359567db554
Merge: 4d6c5bc 422e193
Author: pkluegl <pk...@apache.org>
AuthorDate: Fri Jan 7 13:16:31 2022 +0100

    Merge pull request #67 from apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
    
    UIMA-6405: Local variable not captured properly in a wildcard matchin…

 .../apache/uima/ruta/rule/AbstractRuleElement.java |  7 ++--
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  2 +-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |  7 ++--
 .../org/apache/uima/ruta/rule/WildCard2Test.java   | 38 +++++++++++++++++++---
 4 files changed, 41 insertions(+), 13 deletions(-)