AnnotationBase.getSofa() implementation has "uima.tcas.Annotation" in exception
-------------------------------------------------------------------------------
Key: UIMA-2384
URL: https://issues.apache.org/jira/browse/UIMA-2384
Project: UIMA
Issue Type: Bug
Affects Versions: 2.3
Reporter: Mike Barborak
Priority: Minor
The getSofa method is thus defined:
public SofaFS getSofa() {
if (AnnotationBase_Type.featOkTst && ((AnnotationBase_Type)
jcasType).casFeat_sofa == null)
this.jcasType.jcas.throwFeatMissing("sofa", "uima.tcas.Annotation");
return (SofaFS) jcasType.ll_cas.ll_getFSForRef(
jcasType.ll_cas.ll_getRefValue(addr,
((AnnotationBase_Type)jcasType).casFeatCode_sofa));
}
It seems the missing feature exception should have "uima.tcas.AnnotationBase".
If this is correct then a comment might be warranted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira