Viorel Morari created UIMA-6148: ----------------------------------- Summary: FSArray fields with index >=2 are invisible in a FOREACH loop Key: UIMA-6148 URL: https://issues.apache.org/jira/browse/UIMA-6148 Project: UIMA Issue Type: Bug Components: Ruta Affects Versions: 2.7.0ruta Reporter: Viorel Morari Fix For: 3.0.0ruta, 2.8.0ruta
{code:java} FOREACH(entry) Entry{}{ entry.descriptions; //just the first is fetched, the rest are ignored } {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)