You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Viorel Morari (Jira)" <de...@uima.apache.org> on 2019/11/08 09:50:00 UTC

[jira] [Created] (UIMA-6148) FSArray fields with index >=2 are invisible in a FOREACH loop

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)