You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/08/24 11:23:59 UTC

[jira] Commented: (UIMA-1491) Correct generics in org.apache.uima.cas.text

    [ https://issues.apache.org/jira/browse/UIMA-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746782#action_12746782 ] 

Jörn Kottmann commented on UIMA-1491:
-------------------------------------

Based on Marhshalls post on the dev list:
http://markmail.org/message/iablkcwowcf2txnb

The JCas interface should be updated to return AnnotationIndex<Annotation> and not
AnnotationIndex<AnnotationFS> from the getAnnotationIndex methods.

> Correct generics in org.apache.uima.cas.text
> --------------------------------------------
>
>                 Key: UIMA-1491
>                 URL: https://issues.apache.org/jira/browse/UIMA-1491
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>             Fix For: 2.3
>
>
> The AnnotationIndex should allow AnnotationIndexes which have a suptype of AnnotationFS as type parameter.
> AnnotationTree and AnnotationTreeNode should also be generic.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.