#930 closed defect (done)
Selectors cause IndexOutOfRangeExceptions
Reported by: | abeham | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | Selection | Version: | 3.3 |
Keywords: | Cc: |
Description (last modified by swagner)
If a selected scope is moved, some selectors immediately manipulate the list of scopes. In this case the scope indexes are out of sync which leads to an IndexOutOfRangeException.
Change History (11)
comment:1 Changed 15 years ago by abeham
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed 15 years ago by abeham
comment:3 Changed 15 years ago by swagner
- Owner changed from abeham to swagner
- Status changed from assigned to new
comment:4 Changed 15 years ago by swagner
- Status changed from new to assigned
comment:5 Changed 15 years ago by swagner
- Description modified (diff)
- Priority changed from major to critical
- Summary changed from BestSelector causes IndexOutOfRangeException to Selectors cause IndexOutOfRangeExceptions
comment:6 Changed 15 years ago by swagner
This issue also affects WorstSelector, LinearRankSelector and ProportionalSelector.
comment:7 Changed 15 years ago by swagner
Correction: ProportionalSelector is not affected.
comment:8 Changed 15 years ago by swagner
Fixed for BestSelector, WorstSelector and LinearRankSelector in r3137.
comment:9 Changed 15 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
comment:10 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.
fixed in r3128