Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodeCore
- Timestamp:
- 04/08/10 20:09:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0CodeCore
v2 v3 34 34 == Reviewer: gkronber == 35 35 * 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.