026d0124166305e326041d6875d5768909d7f64b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public writeOutputSolution(subSingleBenchmarkResult SubSingleBenchmarkResult, outputSolution Solution_) : void from class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult to public writeSolution(solution Solution_, subSingleBenchmarkResult SubSingleBenchmarkResult) : void from class org.optaplanner.benchmark.impl.loader.FileProblemProvider | From | To | |
| Move Method | 1 | ||
| Move Method public getSolutionFileIO() : SolutionFileIO<Solution_> from class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult to public getSolutionFileIO() : SolutionFileIO<Solution_> from class org.optaplanner.benchmark.impl.loader.FileProblemProvider | From | To | |
| Rename Variable | 3 | ||
| Rename Variable inputSolution : Solution_ to problem : Solution_ in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner | From | To | |
| Rename Variable outputSolution : Solution_ to solution : Solution_ in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner | From | To | |
| Rename Variable fileToNewResultMap : Map<File,ProblemBenchmarkResult> to problemProviderToNewResultMap : Map<ProblemProvider<Solution_>,ProblemBenchmarkResult> in method protected createMergeMap(newPlannerBenchmarkResult PlannerBenchmarkResult, singleBenchmarkResultList List<SingleBenchmarkResult>) : Map<ProblemBenchmarkResult,ProblemBenchmarkResult> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute inputSolutionFile : File to problemProvider : ProblemProvider<Solution_> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fileToNewResultMap : Map<File,ProblemBenchmarkResult> to problemProviderToNewResultMap : Map<ProblemProvider<Solution_>,ProblemBenchmarkResult> in method protected createMergeMap(newPlannerBenchmarkResult PlannerBenchmarkResult, singleBenchmarkResultList List<SingleBenchmarkResult>) : Map<ProblemBenchmarkResult,ProblemBenchmarkResult> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type inputSolutionFile : File to problemProvider : ProblemProvider<Solution_> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter outputSolution : Solution_ to solution : Solution_ in method public writeSolution(solution Solution_, subSingleBenchmarkResult SubSingleBenchmarkResult) : void in class org.optaplanner.benchmark.impl.loader.FileProblemProvider | From | To |