JCas version of getLocalFSData() returning wrong type
-----------------------------------------------------

                 Key: UIMA-142
                 URL: http://issues.apache.org/jira/browse/UIMA-142
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.1
            Reporter: Marshall Schor
         Assigned To: Marshall Schor
             Fix For: 2.1


The Sofa method getLocalFSData() returns a CAS Array of primitive CAS types 
like integers, bytes, etc.  But the return value for this method in the JCas is 
FSArray - which is an array of Feature Structures.  Change this to return TOP - 
which is the most specific common ancestor of the JCas cover classes for 
primitive arrays.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to