You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2017/11/01 20:19:00 UTC

[jira] [Resolved] (UIMA-5633) uv3 generic spec poor for select api in some Interfaces

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

Marshall Schor resolved UIMA-5633.
----------------------------------
    Resolution: Fixed

> uv3 generic spec poor for select api in some Interfaces
> -------------------------------------------------------
>
>                 Key: UIMA-5633
>                 URL: https://issues.apache.org/jira/browse/UIMA-5633
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 3.0.0SDK-beta
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 3.0.0SDK-beta
>
>
> For situations where an interface is generically typed (e.g. FSIndex<T>), the generic spec for methods like select should have a param like <N extends T>, not <N extends FeatureStructure>.  This allows better automation for types while using these forms in user code.  Do a review of the generic specs and update where needed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)