|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public writeReport() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public initSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public call() : SubSingleBenchmarkRunner in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public initSubSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method protected createMerge(solverBenchmarkResult SolverBenchmarkResult, problemBenchmarkResult ProblemBenchmarkResult, oldResult SingleBenchmarkResult) : SingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method private mergeSubSingleStatistics(median SubSingleBenchmarkResult) : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method protected createMerge(singleBenchmarkResult SingleBenchmarkResult, oldResult SubSingleBenchmarkResult, subSingleBenchmarkIndex int) : SubSingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Variable singleStatisticList : List<SingleStatistic> to subSingleStatisticList : List<SubSingleStatistic> in method public getSingleStatisticList() : List<SubSingleStatistic> in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public abstract createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Change Return Type List<PureSingleStatistic> to List<PureSubSingleStatistic> in method public getSubPureSingleStatisticList() : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Change Return Type List<SingleStatistic> to List<SubSingleStatistic> in method public getSingleStatisticList() : List<SubSingleStatistic> in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public getSingleStatistic(statisticType StatisticType) : SubSingleStatistic in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Change Return Type Map<StatisticType,SingleStatistic> to Map<StatisticType,SubSingleStatistic> in method public getEffectiveSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Return Type List<PureSingleStatistic> to List<PureSubSingleStatistic> in method public getPureSingleStatisticList() : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public getSingleStatistic(statisticType StatisticType) : SubSingleStatistic in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Return Type Map<SingleBenchmarkResult,List<PureSingleStatistic>> to Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> in method public getPureSingleStatisticMap() : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Change Return Type Map<StatisticType,SingleStatistic> to Map<StatisticType,SubSingleStatistic> in method public getEffectiveSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Return Type PureSingleStatistic to PureSubSingleStatistic in method public buildPureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : PureSubSingleStatistic in class org.optaplanner.benchmark.config.statistic.SingleStatisticType |
From |
To |
|
Change Return Type List<PureSingleStatistic> to List<PureSubSingleStatistic> in method public extractPureSingleStatisticList(singleStatisticType SingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Return Type SingleStatistic to SubSingleStatistic in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.SingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic renamed to org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic |
From |
To |
|
Change Variable Type singleStatistic : MoveCountPerStepSingleStatistic to singleStatistic : MoveCountPerStepSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Change Variable Type singleStatistic : BestScoreSingleStatistic to singleStatistic : BestScoreSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method public writeReport() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport |
From |
To |
|
Change Variable Type singleBenchmarkStatisticPutResult : List<PureSingleStatistic> to singleBenchmarkStatisticPutResult : List<PureSubSingleStatistic> in method private backupBenchmarkConfig(plannerBenchmarkResult PlannerBenchmarkResult, originalProblemStatisticMap Map<ProblemBenchmarkResult,List<ProblemStatistic>>) : Map<SolverBenchmarkResult,WarmUpConfigBackup> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public initSubSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method protected createMerge(solverBenchmarkResult SolverBenchmarkResult, problemBenchmarkResult ProblemBenchmarkResult, oldResult SingleBenchmarkResult) : SingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatisticList : List<SingleStatistic> to subSingleStatisticList : List<SubSingleStatistic> in method public getSingleStatisticList() : List<SubSingleStatistic> in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method public initSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public writeReport() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport |
From |
To |
|
Change Variable Type oldSingleStatistic : PureSingleStatistic to oldSingleStatistic : PureSubSingleStatistic in method protected createMerge(singleBenchmarkResult SingleBenchmarkResult, oldResult SubSingleBenchmarkResult, subSingleBenchmarkIndex int) : SubSingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Variable Type oldSingleStatistic : PureSingleStatistic to oldSingleStatistic : PureSubSingleStatistic in method protected createMerge(solverBenchmarkResult SolverBenchmarkResult, problemBenchmarkResult ProblemBenchmarkResult, oldResult SingleBenchmarkResult) : SingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method public initSubSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public initSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Variable Type originalPureSingleStatisticList : List<PureSingleStatistic> to originalPureSingleStatisticList : List<PureSubSingleStatistic> in method private backupBenchmarkConfig(plannerBenchmarkResult PlannerBenchmarkResult, originalProblemStatisticMap Map<ProblemBenchmarkResult,List<ProblemStatistic>>) : Map<SolverBenchmarkResult,WarmUpConfigBackup> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method public extractSingleStatisticTypeList() : Collection<SingleStatisticType> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : StepScoreSingleStatistic to singleStatistic : StepScoreSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method protected createMerge(singleBenchmarkResult SingleBenchmarkResult, oldResult SubSingleBenchmarkResult, subSingleBenchmarkIndex int) : SubSingleBenchmarkResult in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method private mergeSubSingleStatistics(median SubSingleBenchmarkResult) : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : BestSolutionMutationSingleStatistic to singleStatistic : BestSolutionMutationSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Change Variable Type singleStatistic : SingleStatistic to subSingleStatistic : SubSingleStatistic in method public call() : SubSingleBenchmarkRunner in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type singleStatistic : MemoryUseSingleStatistic to singleStatistic : MemoryUseSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method private restoreOmittedBidirectionalFields(plannerBenchmarkResult PlannerBenchmarkResult) : void in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO |
From |
To |
|
Change Variable Type pureSingleStatistic : PureSingleStatistic to pureSingleStatistic : PureSubSingleStatistic in method public extractPureSingleStatisticList(singleStatisticType SingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Variable Type singleStatistic : CalculateCountSingleStatistic to singleStatistic : CalculateCountSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Change Variable Type pureSingleStatisticList : List<PureSingleStatistic> to pureSingleStatisticList : List<PureSubSingleStatistic> in method public extractPureSingleStatisticList(singleStatisticType SingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Attribute Type effectiveSingleStatisticMap : Map<StatisticType,SingleStatistic> to effectiveSingleStatisticMap : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Change Attribute Type subPureSingleStatisticList : List<PureSingleStatistic> to subPureSingleStatisticList : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Attribute Type effectiveSingleStatisticMap : Map<StatisticType,SingleStatistic> to effectiveSingleStatisticMap : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Attribute Type pureSingleStatisticMap : Map<SingleBenchmarkResult,List<PureSingleStatistic>> to pureSingleStatisticMap : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Change Attribute Type pureSingleStatisticList : List<PureSingleStatistic> to pureSingleStatisticList : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |