[ 
https://issues.apache.org/jira/browse/UIMA-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor resolved UIMA-2384.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.1SDK
    
> 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
>             Fix For: 2.4.1SDK
>
>
> The getSofa method is thus defined:
> {code}
>   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));
>   }
> {code}
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to