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

Peter Klügl resolved UIMA-3223.
-------------------------------

    Resolution: Fixed

fixed and added test
                
> Plus reluctant quantifier on composed rule elment causes stack overflow
> -----------------------------------------------------------------------
>
>                 Key: UIMA-3223
>                 URL: https://issues.apache.org/jira/browse/UIMA-3223
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.0.2ruta
>            Reporter: Philip-Daniel Beck
>            Assignee: Peter Klügl
>             Fix For: 2.0.2ruta
>
>
> Plus reluctant quantifier on composed rule elment causes stack overflow. 
> Example:
> {noformat}
> DECLARE DateAnnot;
> DECLARE DateCandidate;
> CAP{REGEXP("DDD")->DateAnnot};
> (DateAnnot COMMA)+? (DateAnnot COLON){->MARKONCE(DateCandidate,1,2)};
> {noformat}
> The rule causes no problems if the quantifier is not reluctant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to