Changes between Initial Version and Version 63 of Ticket #922
- Timestamp:
- 11/16/10 02:09:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #922
- Property Status changed from new to accepted
- Property Priority changed from major to minor
- Property Version changed from 3.3 to 3.3.1
- Property Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.2
-
Ticket #922 – Description
initial v63 1 1 If a class contains initialization code in the default parameterless constructor, this code usually does not have to be executed when creating a clone. Therefore using the default constructor for creating clones is not a good solution. There should be a specific constructor for this purpose. 2 3 Additionally it should also be checked, if every storable class provides a storable constructor.