Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodeCore


Ignore:
Timestamp:
04/08/10 20:09:44 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodeCore

    v2 v3  
    3434== Reviewer: gkronber ==
    3535 * Implementation of `Clone()` in `NamedItemCollection` assumes that any class extending `NamedItemCollection` has a constructor with one argument of type `IEnumerable<T>`. This cannot be enforced in `NamedItemCollection` and leads to exceptions if a constructor with this signature is not available.
     36   * swagner: Changed in r3286. The parameterless constructor is now used to instantiate the clones of all types of item collections.