[
https://issues.apache.org/jira/browse/UIMA-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on UIMA-6192 started by Peter Klügl.
-----------------------------------------
> 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)