You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2015/08/23 22:22:45 UTC

[jira] [Created] (UIMA-4565) CAS.FEATURE_FULL_NAME_SOFA wrong?

Richard Eckart de Castilho created UIMA-4565:
------------------------------------------------

             Summary: CAS.FEATURE_FULL_NAME_SOFA wrong?
                 Key: UIMA-4565
                 URL: https://issues.apache.org/jira/browse/UIMA-4565
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.8.1SDK
            Reporter: Richard Eckart de Castilho
             Fix For: 2.8.2SDK


The CAS interface has to say this about the *sofa* feature's full name

{noformat}
FEATURE_FULL_NAME_SOFA = "uima.tcas.Annotation:sofa";
{noformat}

However, when I try to use this to filter out the sofa feature, I don't catch it - and the reason seems to be that the *sofa* feature is actually defined as

{noformat}
uima.cas.AnnotationBase:sofa
{noformat}

... at least that's what the debugger says.




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