Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 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 9 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 9 years ago by mkommend

r12057: Corrected build warning in ParameterlessPopulationPyramid.

comment:3 Changed 9 years ago by mkommend

r12059: Removed obsolete method from preprocessing data.

comment:4 Changed 9 years ago by mkommend

r12060: Fixed build warning in job shop scheduling problem.

comment:5 Changed 9 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 9 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.

comment:7 Changed 9 years ago by mkommend

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

r12121: Merged r12057, r12059 and r12060 into stable.

Note: See TracTickets for help on using tickets.