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 2017/01/03 17:41:58 UTC

[jira] [Resolved] (UIMA-5104) Ruta: NPE for stringValue on annotationListExpression in AnnotationTypeExpression

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

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

fixed


> Ruta: NPE for stringValue on annotationListExpression in AnnotationTypeExpression
> ---------------------------------------------------------------------------------
>
>                 Key: UIMA-5104
>                 URL: https://issues.apache.org/jira/browse/UIMA-5104
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 2.5.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>             Fix For: 2.5.1ruta
>
>
> Ruta: NPE for stringValue on annotationListExpression in AnnotationTypeExpression
> {noformat}
>  String script = "CW{-> CREATE(Struct1, \"a\" = \"1\")};\n";
>     script += "CW{-> CREATE(Struct1, \"a\" = \"2\")};\n";
>     script += "CW{-> CREATE(Struct1, \"a\" = \"3\")};\n";
>     script += "s:Struct1 SW{-> CREATE(Struct2, \"a\" = s)};\n";
> {noformat}



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