Michael Stenger created UIMA-6192:
-------------------------------------
Summary: 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
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:
DECLARE testType (IntegerArray arr);
INTLIST il;
Document \{ -> il = {1,2,3}, CREATE(testType, "arr" = il)};
--
This message was sent by Atlassian Jira
(v8.3.4#803005)