heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
34 stars 16 forks source link

Delete unused .cs files in the solution #2500

Closed HeuristicLab-Trac-Bot closed 8 years ago

HeuristicLab-Trac-Bot commented 8 years ago

Issue migrated from trac ticket # 2500

milestone: HeuristicLab 3.3.13 | component: General | priority: low | resolution: done

2015-10-29 19:10:05: @gkronber created the issue


Probably we should have a unit test for this.

HeuristicLab-Trac-Bot commented 8 years ago

2015-10-29 19:10:10: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 8 years ago

2015-10-29 19:10:10: @gkronber removed owner

HeuristicLab-Trac-Bot commented 8 years ago

2015-10-29 19:11:22: @gkronber commented


r13087: deleted 3 .cs files that were not referenced in the project

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-13 21:31:25: @gkronber commented


Unreferenced files (in project order)

  • Algorithms.EvolutionStrategy: SelfAdaptiveCrossover.cs, StrategyVectorManipulator.cs
  • Algorithms.NSGA-II: Many files!?
  • Clients.Hive.Views: StateLogList, StateLogListList
  • Data.Views: ColumnsVisibilityDialog.cs
  • Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis: SymbolicTimeSeriesPrognosisSingleObjectivePearsonRSquaredEvaluator.cs
  • Problems.DataAnalysis.Symbolic: ...SizeFairCrossover.cs
  • Problems.DataAnalysis.Views: IRegressionEnsembleSolutionEvaluationView.cs
  • Problems.QAP.Views: MultiDimensionalScaling.cs
  • Problems.Scheduling.Views: JSMEncodingView.cs, JSSPJobView.cs
  • Problems.Scheduling: GTAlgorithmUtils.cs
  • Scripting: UserScriptBase.cs
HeuristicLab-Trac-Bot commented 8 years ago

2015-11-13 21:31:25: @gkronber

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-13 21:31:25: @gkronber

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-13 21:31:25: @Shabbafru

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-13 21:31:25: @gkronber

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 13:11:44: @abeham commented


r13167: removed non-referenced files from NSGA-II folder r13168: removed non-referenced files from ES directory

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 13:17:57: @Shabbafru commented


r13169 removed unused files in Clients.Hive.Views (had been moved to Clients.Hive)

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 20:11:08: @gkronber commented


r13186: deleted .cs files that were not referenced by any project anymore (I checked that some of them don't even compile with the current version)

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 20:16:47: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 20:16:47: @gkronber changed owner from @gkronber to @Shabbafru

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 21:46:03: @Shabbafru changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 21:46:03: @Shabbafru changed owner from @Shabbafru to @gkronber

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 21:46:03: @Shabbafru commented


Reviewed changes, did a svn clean and recompile, looks good.

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-17 12:17:39: @gkronber changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-17 12:17:39: @gkronber removed resolution

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-17 12:17:39: @gkronber commented


r13207: merged r13087, r13167, r13168, r13169, r13186 from trunk to stable