Peter Klügl created UIMA-4843:
---------------------------------
Summary: Ruta: NPE with macro with no arguments
Key: UIMA-4843
URL: https://issues.apache.org/jira/browse/UIMA-4843
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)