Opened 9 years ago
Closed 8 years ago
#2600 closed defect (done)
Incorrect set method of directed graph arc label property causes NullReferenceException
Reported by: | bburlacu | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Core | Version: | 3.3.13 |
Keywords: | Cc: |
Description
The property set method throws a NullReferenceException when the initial value is null because of the label.Equals call.
Change History (4)
comment:1 Changed 9 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 9 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by gkronber
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
r13800 ok, thanks
comment:4 Changed 8 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13800: Fix setter of arc label property.