Opened 10 years ago
Closed 10 years ago
#2337 closed enhancement (done)
Fix build warnings in trunk solution
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.12 |
Component: | ### Undefined ### | Version: | 3.3.11 |
Keywords: | Cc: |
Description
Currently the building the trunk solution results in fours warnings (hiding of members or using obsolete functionality) in the following assemblies:
- Algorithms.ParameterlessPopulationPyramid
- DataPreprocessing
- Problems.QuadraticAssingment
- Problems.Scheduling
Change History (7)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
comment:3 Changed 10 years ago by mkommend
r12059: Removed obsolete method from preprocessing data.
comment:4 Changed 10 years ago by mkommend
r12060: Fixed build warning in job shop scheduling problem.
comment:5 Changed 10 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
Don't know what to do with the QAPDiversityAnalyzer that causes the last warning, because its base class is marked as obsolete.
comment:6 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
Reviewed r12057-r12060. Thanks for cleaning this up, the changes seem fine. The base class of QAPDiversityAnalyzer is also still used by the old TSPPopulationDiversityAnalyzer. We can't really do much about it at the moment because of backwards-compatibility. If somebody is really annoyed by the warning we could remove the Obsolete attribute as we have comments and regions in place indicating the same.
r12057: Corrected build warning in ParameterlessPopulationPyramid.