Opened 5 years ago
Closed 5 years ago
#2848 closed enhancement (done)
Extract functionality to remove duplicate datasets into separate class
Reported by: | bburlacu | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis | Version: | trunk |
Keywords: | Cc: |
Description
The functionality currently present in the ShrinkDataAnalysisRunsMenuItem should be moved into a more appropriate location and made available as a static method.
Change History (6)
comment:1 Changed 5 years ago by bburlacu
- Owner set to bburlacu
- Status changed from new to accepted
- Version set to trunk
comment:2 Changed 5 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 5 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.15
comment:4 Changed 5 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r15427.
comment:5 Changed 5 years ago by mkommend
comment:6 Changed 5 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15427: Factor out functionality into static methods inside DatasetUtil.cs and adjust menu item code.