Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 417 and Version 418 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/12/10 20:26:39 (14 years ago)
Author:
gkronber
Comment:

added issue: exceptions in checkeditemcollections

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v417 v418  
    7777
    7878=== Priority: HIGHEST ===
     79 * `CheckedItemList` (and probably `CheckedItemCollection`) are not working correctly if the same item is added multiple times to the collection. This leads to exception for instance if operators are reordered in a `MultiAnalyzer`. A fix is to check ifthe item is still referenced in the collection before removing it from the dictionary that holds the checked-states for each item.
    7980
    8081=== Priority: HIGH ===