You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2016/03/13 14:23:33 UTC

[jira] [Resolved] (UIMA-4842) Ruta: NPE with macro with no arguments

     [ https://issues.apache.org/jira/browse/UIMA-4842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl resolved UIMA-4842.
-------------------------------
    Resolution: Fixed

fixed and added test

> Ruta: NPE with macro with no arguments
> --------------------------------------
>
>                 Key: UIMA-4842
>                 URL: https://issues.apache.org/jira/browse/UIMA-4842
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.4.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>             Fix For: 2.4.1ruta
>
>
> {noformat}
> CONDITION NumOrComma() = OR(CONTAINS(NUM),CONTAINS(COMMA));
> DECLARE Macro;
> Sentence{NumOrComma() -> Macro};
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)