Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 63 of Ticket #922


Ignore:
Timestamp:
11/16/10 02:09:09 (14 years ago)
Author:
swagner
Comment:

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  
    11If 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
     3Additionally it should also be checked, if every storable class provides a storable constructor.