#1175 closed defect (done)
The DataAnalysisProblemData storable ctor is private
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.1 |
Component: | Problems.DataAnalysis | Version: | 3.3.1 |
Keywords: | Cc: |
Description
This hampers the chaining of storable ctors and must be corrected.
Change History (4)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Changed the access modified of the storable ctor to protected with r4348.