[
https://issues.apache.org/jira/browse/UIMA-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712850#comment-14712850
]
Richard Eckart de Castilho commented on UIMA-4565:
--------------------------------------------------
Regarding the actual issue: I would say that this has been a bug in previous
versions. Code that would try to use this constant value to actually get a sofa
feature would not have worked (that's how I hit this issue). I tend towards
configuring an exception in SemVer for the next release. What do you think?
> 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
> Assignee: 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)