Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 years ago

#2378 closed defect (done)

Setter for Vertex label throws exception when the label is null

Reported by: bburlacu Owned by: bburlacu
Priority: medium Milestone: HeuristicLab 3.3.12
Component: Collections Version: 3.3.11
Keywords: Cc:

Description

The check label.Equals(value) throws a null reference exception when the label is null.

Change History (5)

comment:1 Changed 9 years ago by bburlacu

  • Status changed from new to accepted

comment:2 Changed 9 years ago by bburlacu

r12360: Vertex.cs: Fixed bug in Label setter.

comment:3 Changed 9 years ago by bburlacu

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

comment:4 Changed 9 years ago by mkommend

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

Reviewed r12360.

comment:5 Changed 9 years ago by mkommend

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

r12382: Merged r12360 into stable.

Note: See TracTickets for help on using tickets.