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 2015/05/05 05:42:06 UTC

[jira] [Resolved] (UIMA-4345) change iterators over sets to not do the order-preserving between types/subtypes

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

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

> change iterators over sets to not do the order-preserving between types/subtypes
> --------------------------------------------------------------------------------
>
>                 Key: UIMA-4345
>                 URL: https://issues.apache.org/jira/browse/UIMA-4345
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.7.1SDK
>
>
> Iterators over "Set" indexes are defined to *not* have an ordering. The current iterators do potentially a lot of unneeded extra work to preserve an ordering among types and subtypes.  Change the impl to remove this.
> We might need a configuration flag to back out this change, for some users who accidentally "depend" on this ordering (for backwards compatibility - migration).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)