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 2020/03/22 00:26:00 UTC

[jira] [Resolved] (UIMA-6192) VariableAssignmentExpression ignores List variables

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

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

> VariableAssignmentExpression ignores List variables
> ---------------------------------------------------
>
>                 Key: UIMA-6192
>                 URL: https://issues.apache.org/jira/browse/UIMA-6192
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 2.8.0ruta
>            Reporter: Michael Stenger
>            Assignee: Peter Klügl
>            Priority: Minor
>             Fix For: 2.8.1ruta, 3.0.1ruta
>
>
>  Action VariableAssignmentExpression seems to ignore the assignment task if a list variable is given as first argument. No exception is thrown, it just does nothing. Since action ASSIGN doesn't operate on list expressions too, it would be great to have this one working here.
> See the following example:
> {code:java}
>  DECLARE testType (IntegerArray arr);
>  INTLIST il;
>  Document { -> il = {1,2,3}, CREATE(testType, "arr" = il)};{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)