AnnotationBase documentation incorrect
--------------------------------------

                 Key: UIMA-2383
                 URL: https://issues.apache.org/jira/browse/UIMA-2383
             Project: UIMA
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.3
            Reporter: Mike Barborak
            Priority: Minor


The description for this class reads:

the JCas class model for the CAS type uima.cas.Annotation. It defines two 
integer valued features indicating the begin and end of the span being 
annotated. There is also a method to retrieve the spanned text as a string.

This is incorrect. It should definitely mention that your type must extend this 
class if it is to be SOFA specific. This is as opposed to extending TOP where 
your type will not remember which SOFA it was created in.

--
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

        

Reply via email to