|
Rename Method public getPureSingleStatisticMap() : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> renamed to public getPureSubSingleStatisticMap() : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Rename Method public buildPureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : PureSubSingleStatistic renamed to public buildPureSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : PureSubSingleStatistic in class org.optaplanner.benchmark.config.statistic.SubSingleStatisticType |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Rename Method public buildAllSingleStatisticTypeList() : List<SubSingleStatisticType> renamed to public buildAllSubSingleStatisticTypeList() : List<SubSingleStatisticType> in class org.optaplanner.examples.nqueens.app.NQueensBenchmarkTest |
From |
To |
|
Rename Method public getSingleStatistic(statisticType StatisticType) : SubSingleStatistic renamed to public getSubSingleStatistic(statisticType StatisticType) : SubSingleStatistic in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Method public extractPureSingleStatisticList(subSingleStatisticType SubSingleStatisticType) : List<PureSubSingleStatistic> renamed to public extractPureSubSingleStatisticList(subSingleStatisticType SubSingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Rename Method public getSubPureSingleStatisticList() : List<PureSubSingleStatistic> renamed to public getSubPureSubSingleStatisticList() : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Method public getEffectiveSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> renamed to public getEffectiveSubSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Method public abstract createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public abstract createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Rename Method public getSingleStatistic(statisticType StatisticType) : SubSingleStatistic renamed to public getSubSingleStatistic(statisticType StatisticType) : SubSingleStatistic in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Rename Method public initSingleStatisticMap() : void renamed to public initSubSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Rename Method public getEffectiveSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> renamed to public getEffectiveSubSingleStatisticMap() : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Method public setSubPureSingleStatisticList(subPureSingleStatisticList List<PureSubSingleStatistic>) : void renamed to public setSubPureSubSingleStatisticList(subPureSubSingleStatisticList List<PureSubSingleStatistic>) : void in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Method public setPureSingleStatisticList(pureSingleStatisticList List<PureSubSingleStatistic>) : void renamed to public setPureSubSingleStatisticList(pureSubSingleStatisticList List<PureSubSingleStatistic>) : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Method public getSingleStatisticList() : List<SubSingleStatistic> renamed to public getSubSingleStatisticList() : List<SubSingleStatistic> in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Rename Method public getPureSingleStatisticList() : List<PureSubSingleStatistic> renamed to public getPureSubSingleStatisticList() : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic renamed to public createSubSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SubSingleStatistic in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Rename Method public extractSingleStatisticTypeList() : Collection<SubSingleStatisticType> renamed to public extractSubSingleStatisticTypeList() : Collection<SubSingleStatisticType> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Variable pureSingleStatistic : PureSubSingleStatistic to pureSubSingleStatistic : PureSubSingleStatistic in method public initSubSingleStatisticMap() : void in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Variable originalPureSingleStatisticList : List<PureSubSingleStatistic> to originalPureSubSingleStatisticList : 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 |
|
Rename Variable pureSingleStatistic : PureSubSingleStatistic to pureSubSingleStatistic : PureSubSingleStatistic in method public extractPureSubSingleStatisticList(subSingleStatisticType SubSingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : CalculateCountSubSingleStatistic to subSingleStatistic : CalculateCountSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Rename Variable singleStatistic : BestScoreSubSingleStatistic to subSingleStatistic : BestScoreSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Rename Variable pureSingleStatistic : PureSubSingleStatistic to pureSubSingleStatistic : PureSubSingleStatistic in method public writeReport() : void in class org.optaplanner.benchmark.impl.report.BenchmarkReport |
From |
To |
|
Rename Variable singleStatistic : MoveCountPerStepSubSingleStatistic to subSingleStatistic : MoveCountPerStepSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Rename Variable pureSingleStatistic : PureSubSingleStatistic to pureSubSingleStatistic : PureSubSingleStatistic in method public extractSubSingleStatisticTypeList() : Collection<SubSingleStatisticType> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Variable singleStatistic : StepScoreSubSingleStatistic to subSingleStatistic : StepScoreSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Rename Variable singleStatistic : MemoryUseSubSingleStatistic to subSingleStatistic : MemoryUseSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Rename Variable pureSingleStatistic : PureSubSingleStatistic to pureSubSingleStatistic : PureSubSingleStatistic in method private restoreOmittedBidirectionalFields(plannerBenchmarkResult PlannerBenchmarkResult) : void in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO |
From |
To |
|
Rename Variable singleStatistic : BestSolutionMutationSubSingleStatistic to subSingleStatistic : BestSolutionMutationSubSingleStatistic in method public writeGraphFiles(benchmarkReport BenchmarkReport) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Rename Variable pureSingleStatisticList : List<PureSubSingleStatistic> to pureSubSingleStatisticList : List<PureSubSingleStatistic> in method public extractPureSubSingleStatisticList(subSingleStatisticType SubSingleStatisticType) : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic.ConstraintMatchTotalBestScoreSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic.ConstraintMatchTotalBestScoreSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic.BestScoreSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic.BestScoreSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic.PickedMoveTypeBestScoreDiffSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic.PickedMoveTypeBestScoreDiffSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic.ConstraintMatchTotalStepScoreSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic.ConstraintMatchTotalStepScoreSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic.StepScoreSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic.StepScoreSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic.CalculateCountSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic.CalculateCountSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic.PickedMoveTypeStepScoreDiffSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic.PickedMoveTypeStepScoreDiffSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic.MemoryUseSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic.MemoryUseSubSingleStatisticListener |
From |
To |
|
Rename Class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic.MoveCountPerStepSingleStatisticListener renamed to org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic.MoveCountPerStepSubSingleStatisticListener |
From |
To |
|
Rename Attribute effectiveSingleStatisticMap : Map<StatisticType,SubSingleStatistic> to effectiveSubSingleStatisticMap : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Attribute pureSingleStatisticMap : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> to pureSubSingleStatisticMap : Map<SingleBenchmarkResult,List<PureSubSingleStatistic>> in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner.WarmUpConfigBackup |
From |
To |
|
Rename Attribute effectiveSingleStatisticMap : Map<StatisticType,SubSingleStatistic> to effectiveSubSingleStatisticMap : Map<StatisticType,SubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Rename Attribute pureSingleStatisticList : List<PureSubSingleStatistic> to pureSubSingleStatisticList : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult |
From |
To |
|
Rename Attribute subPureSingleStatisticList : List<PureSubSingleStatistic> to subPureSubSingleStatisticList : List<PureSubSingleStatistic> in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult |
From |
To |
|
Change Attribute Type listener : StepScoreSingleStatisticListener to listener : StepScoreSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : MemoryUseSingleStatisticListener to listener : MemoryUseSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : BestScoreSingleStatisticListener to listener : BestScoreSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : PickedMoveTypeBestScoreDiffSingleStatisticListener to listener : PickedMoveTypeBestScoreDiffSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : PickedMoveTypeStepScoreDiffSingleStatisticListener to listener : PickedMoveTypeStepScoreDiffSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : MoveCountPerStepSingleStatisticListener to listener : MoveCountPerStepSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : BestSolutionMutationSingleStatisticListener to listener : BestSolutionMutationSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : ConstraintMatchTotalBestScoreSingleStatisticListener to listener : ConstraintMatchTotalBestScoreSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : ConstraintMatchTotalStepScoreSingleStatisticListener to listener : ConstraintMatchTotalStepScoreSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic |
From |
To |
|
Change Attribute Type listener : CalculateCountSingleStatisticListener to listener : CalculateCountSubSingleStatisticListener in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic |
From |
To |