Opened 11 years ago
Closed 11 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 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
Reviewed r11581.
comment:4 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r11581: Added public modifier in class declaration of BestSingleObjectiveTestFunctionSolutionAnalyzer.