Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.0SDK
-
None
Description
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.