125e25a7b6886dd24366373f2226a010ba6fcd01
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable results : Entry<SolverBenchmarkResult,String> to entry : Entry<SolverBenchmarkResult,String> in method public aggregate(singleBenchmarkResultList List<SingleBenchmarkResult>, solverBenchmarkResultNameMap Map<SolverBenchmarkResult,String>) : File in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator | From | To | |
Extract Variable | 2 | ||
Extract Variable newName : String in method public aggregate(singleBenchmarkResultList List<SingleBenchmarkResult>, solverBenchmarkResultNameMap Map<SolverBenchmarkResult,String>) : File from class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator | From | To | |
Extract Variable result : SolverBenchmarkResult in method public aggregate(singleBenchmarkResultList List<SingleBenchmarkResult>, solverBenchmarkResultNameMap Map<SolverBenchmarkResult,String>) : File from class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator | From | To | |
Change Variable Type | 6 | ||
Change Variable Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Object> in method public writeReport() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport | From | To | |
Change Variable Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Object> in method private restoreOmittedBidirectionalFields(plannerBenchmarkResult PlannerBenchmarkResult) : void in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO | From | To | |
Change Variable Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Object> in method private determineDefaultShownScoreLevelIndex() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport | From | To | |
Change Variable Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Object> in method protected runSingleBenchmarks() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Object> in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic | From | To | |
Inline Variable | 12 | ||
Inline Variable results : List<SingleBenchmarkResult> in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void from class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method protected runSingleBenchmarks() : void from class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void from class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic | From | To | |
Inline Variable statistics : List<ProblemStatistic> in method public writeReport() : void from class org.optaplanner.benchmark.impl.report.BenchmarkReport | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void from class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void from class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method public writeReport() : void from class org.optaplanner.benchmark.impl.report.BenchmarkReport | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void from class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic | From | To | |
Inline Variable results : List<SingleBenchmarkResult> in method private determineDefaultShownScoreLevelIndex() : void from class org.optaplanner.benchmark.impl.report.BenchmarkReport | From | To | |
Inline Variable originalProblemStatisticList : List<ProblemStatistic> in method private backupBenchmarkConfig(plannerBenchmarkResult PlannerBenchmarkResult, originalProblemStatisticMap Map<ProblemBenchmarkResult,List<ProblemStatistic>>) : Map<SolverBenchmarkResult,WarmUpConfigBackup> from class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup | From | To |