5a0c65d90a0a1c0f27effe5f8d070c60728544d4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type problemProvider : ProblemProvider to problemProvider : ProblemProvider<Solution_> in method private buildProblemBenchmark(solverConfigContext SolverConfigContext, plannerBenchmarkResult PlannerBenchmarkResult, problemProvider ProblemProvider<Solution_>) : ProblemBenchmarkResult<Solution_> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Rename Variable | 1 | ||
Rename Variable problemBenchmarkResultList : List<ProblemBenchmarkResult> to problemProviderList : List<ProblemProvider<Solution_>> in method private buildProblemProviderList(solverBenchmarkResult SolverBenchmarkResult, extraProblems Solution_[]) : List<ProblemProvider<Solution_>> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Change Return Type | 2 | ||
Change Return Type ProblemBenchmarkResult to ProblemBenchmarkResult<Solution_> in method private buildProblemBenchmark(solverConfigContext SolverConfigContext, plannerBenchmarkResult PlannerBenchmarkResult, problemProvider ProblemProvider<Solution_>) : ProblemBenchmarkResult<Solution_> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Change Return Type SolutionFileIO to SolutionFileIO<Solution_> in method private buildSolutionFileIO() : SolutionFileIO<Solution_> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Change Variable Type | 3 | ||
Change Variable Type solutionFileIO : SolutionFileIO to solutionFileIO : SolutionFileIO<Solution_> in method private buildProblemProviderList(solverBenchmarkResult SolverBenchmarkResult, extraProblems Solution_[]) : List<ProblemProvider<Solution_>> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Change Variable Type newProblemBenchmarkResult : ProblemBenchmarkResult to newProblemBenchmarkResult : ProblemBenchmarkResult<Solution_> in method public buildProblemBenchmarkList(solverConfigContext SolverConfigContext, solverBenchmarkResult SolverBenchmarkResult, extraProblems Solution_[]) : void in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Change Variable Type problemBenchmarkResultList : List<ProblemBenchmarkResult> to problemProviderList : List<ProblemProvider<Solution_>> in method private buildProblemProviderList(solverBenchmarkResult SolverBenchmarkResult, extraProblems Solution_[]) : List<ProblemProvider<Solution_>> in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Extract Method | 3 | ||
Extract Method public checkPlannerBenchmarkConfigNotNull() : void extracted from public getPlannerBenchmarkConfig() : PlannerBenchmarkConfig in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory | From | To | |
Extract Method private buildProblemProviderList(solverBenchmarkResult SolverBenchmarkResult, extraProblems Solution_[]) : List<ProblemProvider<Solution_>> extracted from public buildProblemBenchmarkList(solverConfigContext SolverConfigContext, solverBenchmarkResult SolverBenchmarkResult) : void in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig | From | To | |
Extract Method public checkPlannerBenchmarkConfigNotNull() : void extracted from public buildPlannerBenchmark() : PlannerBenchmark in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory | From | To |