[
https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493384#comment-15493384
]
Richard Eckart de Castilho commented on UIMA-1524:
--------------------------------------------------
For methods that take a type, three different signatures might be nice - if
that does not inflate the API too much:
* Type argument - CAS API
* Class argument - JCas API
* String argument - just nice to have e.g. to write less code in unit tests
The present uimaFIT API does not have the String option because it would mean
repeating most/all of the methods once again.
> JFSIndexRepository should be enhanced with new generic methods
> --------------------------------------------------------------
>
> Key: UIMA-1524
> URL: https://issues.apache.org/jira/browse/UIMA-1524
> Project: UIMA
> Issue Type: Improvement
> Components: Core Java Framework
> Affects Versions: 2.3
> Reporter: Joern Kottmann
>
> Existing methods should be overloaded with an additional Class argument to
> specify the exact return type. This changes make down casting of returned
> objects unnecessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)