Burn Lewis created UIMA-2418:
--------------------------------

             Summary: CDE doesn't preserve order of delegates in an aggregate
                 Key: UIMA-2418
                 URL: https://issues.apache.org/jira/browse/UIMA-2418
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework, Tools
    Affects Versions: 2.4.0SDK
            Reporter: Burn Lewis
            Assignee: Burn Lewis
            Priority: Minor


When using the CDE to make a minor change to an aggregate the saved descriptor 
may have the declarations of the delegate AnalysisEngines reordered.  This has 
no effect on the processing but may affect the initialization order of the 
delegates, and makes a minor change look major. The fix is to replace a few 
HashMaps with LinkedHashMaps so the iteration order will consistently match the 
definition order.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to