Free cookie consent management tool by TermsFeed Policy Generator

Opened 6 years ago

Closed 5 years ago

#2894 closed defect (done)

Snapshots not initialized in TimeLimitRun

Reported by: pfleck Owned by: pfleck
Priority: medium Milestone: HeuristicLab 3.3.16
Component: Optimization Version: trunk
Keywords: Cc:

Description

Only the parameter-less constructor of the TimeLimitRun initializes the snapshot collection. Calling one of the other constructors will later lead to a NullReferenceException when an algorithm is set.

Change History (5)

comment:1 Changed 5 years ago by abeham

  • Status changed from new to accepted

comment:2 Changed 5 years ago by abeham

  • Owner changed from abeham to pfleck
  • Status changed from accepted to reviewing

r16179: Added initialization code to all constructors

comment:3 Changed 5 years ago by abeham

  • Version set to trunk

comment:4 Changed 5 years ago by pfleck

  • Status changed from reviewing to readytorelease

reviewed r16179: works, thanks

comment:5 Changed 5 years ago by pfleck

  • Resolution set to done
  • Status changed from readytorelease to closed

r16384: merged r16179 to stable

Note: See TracTickets for help on using tickets.