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/04/10 23:02:12 UTC

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

Marshall Schor created UIMA-4345:
------------------------------------

             Summary: 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)