Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 420 and Version 421 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/13/10 17:33:55 (15 years ago)
Author:
gkronber
Comment:

removed resolved issue: bug in checkeditemcollections

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v420 v421  
    7676
    7777=== Priority: HIGHEST ===
    78  * `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.
     78
    7979
    8080=== Priority: HIGH ===