Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Last modified 9 years ago

#2525 closed defect

Some types are missing a StorableClassAttribute — at Version 3

Reported by: pfleck Owned by: pfleck
Priority: medium Milestone: HeuristicLab 3.3.14
Component: Problems.ExternalEvaluation Version: 3.3.13
Keywords: Cc:

Description (last modified by pfleck)

Some types do not have a StorableClassAttribute although they have storable members or a storable constructor, e.g. SimpleSymbolicExpressionGrammar.

If a type contains a storable member but has no StorableClassAttribute, it cannot be persisted, e.g. OptimizationSupportScript<T> of an ExternalEvaluationProblem.

Change History (3)

comment:1 Changed 9 years ago by pfleck

r13392 Added missing StorableClassAttribute.

comment:2 Changed 9 years ago by pfleck

r13393 Added a unit test that reports types that have a Storable member but does not define a StorableClassAttribute.

comment:3 Changed 9 years ago by pfleck

  • Description modified (diff)
  • Status changed from new to accepted
  • Summary changed from ExternalEvaluationProblem cannot be persisted to Some types are missing a StorableClassAttribute
Note: See TracTickets for help on using tickets.