#1184 closed defect (done)
The RunCollection does not attach all EventHandlers on constraints correctly
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Optimization | Version: | 3.3 |
Keywords: | Cc: |
Description
After a RunCollection was deserialized all EventHandlers to the events of the RunConstraintCollection must be attached as well as all EventHandler to the events of the contained Constraints. Currently only the EventHandler to the RunConstraintCollection are attached.
Change History (4)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Added registration of EventHandlers after deserialization with r4375.