Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UIMA-5818] Use List instead of Collection where possible #21

Merged

Conversation

reckart
Copy link
Member

@reckart reckart commented Jul 18, 2018

  • Switch from Collection to List in many places

JIRA Ticket: https://issues.apache.org/jira/browse/UIMA-5818

- Switch from Collection to List in many places
@reckart reckart added this to the 3.0.0 milestone Jul 18, 2018
@reckart reckart self-assigned this Jul 18, 2018
@asfgit
Copy link

asfgit commented Jul 19, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Apache%20UIMA%20uimaFIT%20(GitHub%20PR)/38/

@asfgit
Copy link

asfgit commented Jul 19, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Apache%20UIMA%20uimaFIT%20(GitHub%20PR)/42/

- Use more List even if it may be more inefficient in some cases. The inefficiency can be lifted once a few bug fixes in UIMA Core are in place in UIMA 3.0.1.
@asfgit
Copy link

asfgit commented Jul 24, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Apache%20UIMA%20uimaFIT%20(GitHub%20PR)/49/

@asfgit
Copy link

asfgit commented Jul 24, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Apache%20UIMA%20uimaFIT%20(GitHub%20PR)/51/

- Use a less safe typecast because the JDK compiler is a bit too strict
@asfgit
Copy link

asfgit commented Jul 24, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Apache%20UIMA%20uimaFIT%20(GitHub%20PR)/52/

@reckart reckart merged commit fcd1169 into 3.0.x Jul 25, 2018
@reckart reckart deleted the feature/UIMA-5818-Use-List-instead-of-Collection-where-possible branch July 25, 2018 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants