Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2173 closed defect (done)

Wrong argument is passed into base constructor in ComparisonConstraint

Reported by: pfleck Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.10
Component: Core Version: 3.3.9
Keywords: Cc:

Description

A constructor from the ComparisonConstraint forwards the wrong parameter to the base constructor. (comparisonOperation instead of comparisonValue)

Attachments (1)

ComparisonConstraint.cs.patch (689 bytes) - added by pfleck 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by pfleck

comment:1 Changed 10 years ago by mkommend

  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.10
  • Status changed from new to accepted

comment:2 Changed 10 years ago by mkommend

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

r10745: Corrected ctor call in ComparisonConstraint.

comment:3 Changed 10 years ago by ascheibe

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

Reviewed r10745, thanks.

comment:4 Changed 10 years ago by mkommend

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

r11137: Merged r10745 into stable.

Note: See TracTickets for help on using tickets.