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 2016/09/09 12:16:20 UTC

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

Peter Klügl created UIMA-5104:
---------------------------------

             Summary: 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


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)