Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 years ago

#2277 closed defect (done)

Missing class modifier in BestSingleObjectiveTestFunctionSolutionAnalyzer

Reported by: mkommend Owned by: mkommend
Priority: lowest Milestone: HeuristicLab 3.3.11
Component: Problems.TestFunctions Version: 3.3.10
Keywords: Cc:

Description

No class modifier for the visibility of BestSingleObjectiveTestFunctionSolutionAnalyzer is specified and hence the class visibility is internal instead of public (HL default).

Change History (4)

comment:1 Changed 9 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 9 years ago by mkommend

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

r11581: Added public modifier in class declaration of BestSingleObjectiveTestFunctionSolutionAnalyzer.

comment:3 Changed 9 years ago by ascheibe

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

Reviewed r11581.

comment:4 Changed 9 years ago by mkommend

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

r11649: Merged r11581 into stable.

Note: See TracTickets for help on using tickets.