[
https://issues.apache.org/jira/browse/UIMA-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494401#comment-16494401
]
ASF GitHub Bot commented on UIMA-3325:
--------------------------------------
reckart opened a new pull request #5: [UIMA-3325]
FSCollectionFactory.createStringArray returns StringArrayFS
URL: https://github.com/apache/uima-uimafit/pull/5
- Introduced non-FS variants of the fillArray calls
- Replaced array arguments with variadic arguments where possible
- (Hopefully) better use of generics at method level
- Removed unused generic type at class level
- Distinguish between CAS and JCas methods by adding "FS" in the method name
(fillArray only)
- Changed return type of the JCas-based createXXX methods from the CAS to
the JCas multi-value type
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> FSCollectionFactory.createStringArray returns StringArrayFS
> -----------------------------------------------------------
>
> Key: UIMA-3325
> URL: https://issues.apache.org/jira/browse/UIMA-3325
> Project: UIMA
> Issue Type: Bug
> Components: uimaFIT
> Affects Versions: 2.0.0uimaFIT
> Reporter: Nicolai Erbs
> Assignee: Richard Eckart de Castilho
> Priority: Minor
> Labels: binary-incompatible-change
> Fix For: 3.0.0uimaFIT
>
> Attachments: UIMA-3325.txt
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> FSCollectionFactory provides methods to convert java arrays to feature
> structure arrays. In the current version it return a StringArrayFS but a
> StringArray is needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)