|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public abstract createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Change Parameter Type futureMap : Map<Future<SingleBenchmarkRunner>,SingleBenchmarkRunner> to futureMap : Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner> in method private warmUpPopulate(futureMap Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner>, singleBenchmarkResultIndexMap ConcurrentMap<SolverBenchmarkResult,Integer>, solverBenchmarkResultArray SolverBenchmarkResult[], timeLeftPerSolverConfig long) : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected ProblemBasedSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, problemStatisticType ProblemStatisticType) in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MoveCountPerStepSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to subSingleBenchmarkResult : SubSingleBenchmarkResult in method public SubSingleBenchmarkRunner(subSingleBenchmarkResult SubSingleBenchmarkResult) in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public buildPureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : PureSingleStatistic in class org.optaplanner.benchmark.config.statistic.SingleStatisticType |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public ConstraintMatchTotalBestScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MemoryUseSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, timeMillisThresholdInterval long) in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MemoryUseSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic |
From |
To |
|
Change Parameter Type futureMap : Map<Future<SingleBenchmarkRunner>,SingleBenchmarkRunner> to futureMap : Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner> in method private warmUp(futureMap Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner>, singleBenchmarkResultIndexMap ConcurrentMap<SolverBenchmarkResult,Integer>, timePhaseEnd long) : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public PickedMoveTypeStepScoreDiffSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public CalculateCountSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, timeMillisThresholdInterval long) in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public ConstraintMatchTotalStepScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to subSingleBenchmarkResult : SubSingleBenchmarkResult in method public writeOutputSolution(subSingleBenchmarkResult SubSingleBenchmarkResult, outputSolution Solution) : void in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public StepScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public BestScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public BestSolutionMutationSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public setSolverProblemBenchmarkResult(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : void in class org.optaplanner.benchmark.impl.statistic.SingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected PureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, singleStatisticType SingleStatisticType) in class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public PickedMoveTypeBestScoreDiffSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected SingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.SingleStatistic |
From |
To |
|
Change Parameter Type singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public CalculateCountSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic |
From |
To |
|
Change Variable Type singleBenchmarkRunner : SingleBenchmarkRunner to subSingleBenchmarkRunner : SubSingleBenchmarkRunner in method private warmUpPopulate(futureMap Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner>, singleBenchmarkResultIndexMap ConcurrentMap<SolverBenchmarkResult,Integer>, solverBenchmarkResultArray SolverBenchmarkResult[], timeLeftPerSolverConfig long) : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type future : Future<SingleBenchmarkRunner> to future : Future<SubSingleBenchmarkRunner> in method private warmUpPopulate(futureMap Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner>, singleBenchmarkResultIndexMap ConcurrentMap<SolverBenchmarkResult,Integer>, solverBenchmarkResultArray SolverBenchmarkResult[], timeLeftPerSolverConfig long) : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type future : Future<SingleBenchmarkRunner> to future : Future<SubSingleBenchmarkRunner> in method private warmUp(futureMap Map<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner>, singleBenchmarkResultIndexMap ConcurrentMap<SolverBenchmarkResult,Integer>, timePhaseEnd long) : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type future : Future<SingleBenchmarkRunner> to future : Future<SubSingleBenchmarkRunner> in method protected runSingleBenchmarks() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type singleBenchmarkRunner : SingleBenchmarkRunner to subSingleBenchmarkRunner : SubSingleBenchmarkRunner in method protected runSingleBenchmarks() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type futureMap : ConcurrentMap<Future<SingleBenchmarkRunner>,SingleBenchmarkRunner> to futureMap : ConcurrentMap<Future<SubSingleBenchmarkRunner>,SubSingleBenchmarkRunner> in method private warmUp() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type futureMap : Map<SingleBenchmarkRunner,Future<SingleBenchmarkRunner>> to futureMap : Map<SubSingleBenchmarkRunner,Future<SubSingleBenchmarkRunner>> in method protected runSingleBenchmarks() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Change Variable Type futureEntry : Map.Entry<SingleBenchmarkRunner,Future<SingleBenchmarkRunner>> to futureEntry : Map.Entry<SubSingleBenchmarkRunner,Future<SubSingleBenchmarkRunner>> in method protected runSingleBenchmarks() : void in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to subSingleBenchmarkResult : SubSingleBenchmarkResult in method public SubSingleBenchmarkRunner(subSingleBenchmarkResult SubSingleBenchmarkResult) in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MemoryUseSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public ConstraintMatchTotalStepScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MoveCountPerStepSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public setSolverProblemBenchmarkResult(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : void in class org.optaplanner.benchmark.impl.statistic.SingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public buildPureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : PureSingleStatistic in class org.optaplanner.benchmark.config.statistic.SingleStatisticType |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public abstract createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public createSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) : SingleStatistic in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to subSingleBenchmarkResult : SubSingleBenchmarkResult in method public writeOutputSolution(subSingleBenchmarkResult SubSingleBenchmarkResult, outputSolution Solution) : void in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public StepScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected SingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.SingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public PickedMoveTypeStepScoreDiffSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public BestScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected ProblemBasedSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, problemStatisticType ProblemStatisticType) in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public CalculateCountSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, timeMillisThresholdInterval long) in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public CalculateCountSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method protected PureSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, singleStatisticType SingleStatisticType) in class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public MemoryUseSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult, timeMillisThresholdInterval long) in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public BestSolutionMutationSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public ConstraintMatchTotalBestScoreSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic |
From |
To |
|
Rename Parameter singleBenchmarkResult : SingleBenchmarkResult to solverProblemBenchmarkResult : SolverProblemBenchmarkResult in method public PickedMoveTypeBestScoreDiffSingleStatistic(solverProblemBenchmarkResult SolverProblemBenchmarkResult) in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic |
From |
To |