Peter Klügl created UIMA-3656:
---------------------------------
Summary: Nested disjunctive composed rule elements cause NPE
Key: UIMA-3656
URL: https://issues.apache.org/jira/browse/UIMA-3656
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.1.0ruta
Reporter: Peter Klügl
Assignee: Peter Klügl
Fix For: 2.2.0ruta
Nested disjunctive composed rule elements cause NPE
{noformat}
((("A" | "B") COLON? "C" "D") | ("E" | "F")) ANY {->MARK(T1)};
{noformat}
applied on
{noformat}
A: C D X
B C D X
E X
F X
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)