Opened 7 years ago
Closed 6 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 6 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 6 years ago by abeham
- Owner changed from abeham to pfleck
- Status changed from accepted to reviewing
comment:3 Changed 6 years ago by abeham
- Version set to trunk
comment:4 Changed 6 years ago by pfleck
- Status changed from reviewing to readytorelease
reviewed r16179: works, thanks
comment:5 Changed 6 years ago by pfleck
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r16179: Added initialization code to all constructors