Opened 10 years ago
Closed 10 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 10 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 10 years ago by bburlacu
comment:3 Changed 10 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by mkommend
- Owner changed from mkommend to bburlacu
- Status changed from reviewing to readytorelease
Reviewed r12360.
comment:5 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12360: Vertex.cs: Fixed bug in Label setter.