You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/11/10 18:12:34 UTC

[jira] [Created] (UIMA-4099) check for addFS with wrong Sofa misses many paths

Marshall Schor created UIMA-4099:
------------------------------------

             Summary: check for addFS with wrong Sofa misses many paths
                 Key: UIMA-4099
                 URL: https://issues.apache.org/jira/browse/UIMA-4099
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.6.0SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.7.0SDK


The docs say that subtypes of AnnotationBase can only be added to indices in the CAS View associated with the Sofa for that Feature Structure (see http://uima.apache.org/d/uimaj-2.6.0/tutorials_and_users_guides.html#ugr.tug.aas.annotations_associated_sofa )

A check was put in to enforce this, in the casImpl code, when calling aCasView.addFsToIndexes.  Unfortunately, this check misses checking the many other paths that are used to add a FS to an index.  For instance, the path when using JCas: instance.addToIndexes(), and many others.

Fix this by moving the test downwards to the place where all code paths flow together.  




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)