Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 8 years ago

#2598 closed defect (done)

ProblemData cannot be changed for DataAnalysisProblems

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

Description

Currently the problem data cannot be set with the according property, because the setter is protected. However, it is possible to change the problem data by directly accessing the backing parameter or by using Problem.Load.

Change History (6)

comment:1 Changed 8 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 8 years ago by mkommend

r13785: Adapted problemData property and ctor of DataAnalysisProblems.

comment:3 Changed 8 years ago by mkommend

r13786: corrected HL solution changes.

comment:4 Changed 8 years ago by mkommend

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

comment:5 Changed 8 years ago by gkronber

  • Owner changed from abeham to mkommend
  • Status changed from reviewing to readytorelease

Reviewed r13785:13786.

comment:6 Changed 8 years ago by mkommend

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

r14115: Merged r13785, r13786 into stable.

Note: See TracTickets for help on using tickets.