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 2014/02/27 15:29:20 UTC

[jira] [Closed] (UIMA-3656) Nested disjunctive composed rule elements cause NPE

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

Peter Klügl closed UIMA-3656.
-----------------------------

    Resolution: Fixed

fixed, added test

> 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)