|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected buildParameters(solutionDao SolutionDao<Solution_>, unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.ExhaustiveSearchTest |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic |
From |
To |
|
Change Parameter Type originalSolution : Solution to originalSolution : Solution_ in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector |
From |
To |
|
Change Parameter Type uncorruptedScoreDirector : ScoreDirector to uncorruptedScoreDirector : ScoreDirector<Solution_> in method protected buildScoreCorruptionAnalysis(uncorruptedScoreDirector ScoreDirector<Solution_>) : String in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public abstract open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public GenuineVariableDescriptor(entityDescriptor EntityDescriptor<Solution_>, variableMemberAccessor MemberAccessor) in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Parameter Type outputSolution : Solution to outputSolution : Solution_ in method public writeOutputSolution(subSingleBenchmarkResult SubSingleBenchmarkResult, outputSolution Solution_) : void in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Parameter Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public mockScoreDirector(solutionDescriptor SolutionDescriptor<Solution_>) : InnerScoreDirector in class org.optaplanner.core.impl.testdata.util.PlannerTestUtils |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public abstract setSolution(solution Solution_) : void in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter.XmlOutputBuilder |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public ConstructionHeuristicMoveScope(stepScope ConstructionHeuristicStepScope<Solution_>) in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public writeSolution(solution Solution_, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getProblemScale(solution Solution_, entity Object) : long in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getValueCount(solution Solution_, entity Object) : long in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public solvingStarted(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public FromEntityPropertyValueSelector(valueRangeDescriptor ValueRangeDescriptor<Solution_>, randomSelection boolean) in class org.optaplanner.core.impl.heuristic.selector.value.FromEntityPropertyValueSelector |
From |
To |
|
Change Parameter Type bestSolution : Solution to bestSolution : Solution_ in method private assertBestSolution(solver Solver<Solution_>, bestSolution Solution_, bestScoreLimitString String) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Parameter Type easyScoreCalculator : EasyScoreCalculator to easyScoreCalculator : EasyScoreCalculator<Solution_> in method public EasyScoreDirector(scoreDirectorFactory EasyScoreDirectorFactory<Solution_>, constraintMatchEnabledPreference boolean, easyScoreCalculator EasyScoreCalculator<Solution_>) in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirector |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public MutationCounter(solutionDescriptor SolutionDescriptor<Solution_>) in class org.optaplanner.core.impl.domain.solution.mutation.MutationCounter |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public outerSolvingStarted(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.FromSolutionPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public TailChainSwapMove(variableDescriptor GenuineVariableDescriptor<Solution_>, inverseVariableSupply SingletonInverseVariableSupply, anchorVariableSupply AnchorVariableSupply, leftEntity Object, rightValue Object) in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.TailChainSwapMove |
From |
To |
|
Change Parameter Type scoreDirectorFactory : EasyScoreDirectorFactory to scoreDirectorFactory : EasyScoreDirectorFactory<Solution_> in method public EasyScoreDirector(scoreDirectorFactory EasyScoreDirectorFactory<Solution_>, constraintMatchEnabledPreference boolean, easyScoreCalculator EasyScoreCalculator<Solution_>) in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirector |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public CustomPhaseScope(solverScope DefaultSolverScope<Solution_>) in class org.optaplanner.core.impl.phase.custom.scope.CustomPhaseScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public countUninitializedVariables(solution Solution_) : int in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public phaseStarted(phaseScope ConstructionHeuristicPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type scoreDirectorFactory : InnerScoreDirectorFactory to scoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in method public setScoreDirectorFactory(scoreDirectorFactory InnerScoreDirectorFactory<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type phaseScope : LocalSearchPhaseScope to phaseScope : LocalSearchPhaseScope<Solution_> in method public LocalSearchStepScope(phaseScope LocalSearchPhaseScope<Solution_>, stepIndex int) in class org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : TspSolution in method public write(solution TspSolution, outputSolutionFile File) : void in class org.optaplanner.examples.tsp.persistence.TspFileIO |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method public AbstractSolutionImporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
From |
To |
|
Change Parameter Type lastCompletedStepScope : CustomStepScope to lastCompletedStepScope : CustomStepScope<Solution_> in method public setLastCompletedStepScope(lastCompletedStepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.scope.CustomPhaseScope |
From |
To |
|
Change Parameter Type variableDescriptorList : List<GenuineVariableDescriptor> to variableDescriptorList : List<GenuineVariableDescriptor<Solution_>> in method public ChainedSwapMove(variableDescriptorList List<GenuineVariableDescriptor<Solution_>>, inverseVariableSupplyList List<SingletonInverseVariableSupply>, leftEntity Object, rightEntity Object) in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.ChainedSwapMove |
From |
To |
|
Change Parameter Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public setSolutionDescriptor(solutionDescriptor SolutionDescriptor<Solution_>) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Parameter Type solution : Solution to solution : CheapTimeSolution in method public setSolution(solution CheapTimeSolution) : void in class org.optaplanner.examples.cheaptime.persistence.CheapTimeExporter.CheapTimeOutputBuilder |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method private assertBestSolution(solver Solver<Solution_>, bestSolution Solution_, bestScoreLimitString String) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_, entity Object) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.FromEntityPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public EntityDescriptor(solutionDescriptor SolutionDescriptor<Solution_>, entityClass Class<?>) in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public LocalSearchPhaseScope(solverScope DefaultSolverScope<Solution_>) in class org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope |
From |
To |
|
Change Parameter Type easyScoreCalculator : EasyScoreCalculator to easyScoreCalculator : EasyScoreCalculator<Solution_> in method public EasyScoreDirectorFactory(easyScoreCalculator EasyScoreCalculator<Solution_>) in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirectorFactory |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public FromEntityPropertyValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean, memberAccessor MemberAccessor) in class org.optaplanner.core.impl.domain.valuerange.descriptor.FromEntityPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type stepScope : CustomStepScope to stepScope : CustomStepScope<Solution_> in method private doStep(stepScope CustomStepScope<Solution_>, customPhaseCommand CustomPhaseCommand) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type solver : Solver<Solution_> to solver : DefaultSolver<Solution_> in method public BestSolutionChangedEvent(solver DefaultSolver<Solution_>, timeMillisSpent long, newBestSolution Solution_, newUninitializedVariableCount int) in class org.optaplanner.core.api.solver.event.BestSolutionChangedEvent |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type stepScope : CustomStepScope to stepScope : CustomStepScope<Solution_> in method public stepEnded(stepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Parameter Type phaseScope : CustomPhaseScope to phaseScope : CustomPhaseScope<Solution_> in method public phaseEnded(phaseScope CustomPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method public setSolutionClass(solutionClass Class<Solution_>) : void in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public PillarChangeMove(pillar List<Object>, variableDescriptor GenuineVariableDescriptor<Solution_>, toPlanningValue Object) in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarChangeMove |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public ConstructionHeuristicStepScope(phaseScope ConstructionHeuristicPhaseScope<Solution_>, stepIndex int) in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public stepEnded(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type workingSolution : Solution to workingSolution : Solution_ in method public setWorkingSolution(workingSolution Solution_) : void in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.EntityIndependentValueRangeDescriptor |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic |
From |
To |
|
Change Parameter Type scanAnnotatedClassesConfig : ScanAnnotatedClassesConfig to scanAnnotatedClassesConfig : ScanAnnotatedClassesConfig<Solution_> in method public setScanAnnotatedClassesConfig(scanAnnotatedClassesConfig ScanAnnotatedClassesConfig<Solution_>) : void in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type solutionFileIO : SolutionFileIO to solutionFileIO : SolutionFileIO<Solution_> in method public setSolutionFileIO(solutionFileIO SolutionFileIO<Solution_>) : void in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Parameter Type workingSolution : Solution to workingSolution : Solution_ in method public setWorkingSolution(workingSolution Solution_) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type variableDescriptors : Collection<GenuineVariableDescriptor> to variableDescriptors : Collection<GenuineVariableDescriptor<Solution_>> in method public PillarSwapMove(variableDescriptors Collection<GenuineVariableDescriptor<Solution_>>, leftPillar List<Object>, rightPillar List<Object>) in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public solvingEnded(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractAllEntitiesIterator(solution Solution_) : Iterator<Object> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type a : Solution to a : Solution_ in method public countMutations(a Solution_, b Solution_) : int in class org.optaplanner.core.impl.domain.solution.mutation.MutationCounter |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected getUnsolvedDirFilesAsParameters(solutionDao SolutionDao<Solution_>) : Collection<Object[]> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public FromSolutionPropertyValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean, memberAccessor MemberAccessor) in class org.optaplanner.core.impl.domain.valuerange.descriptor.FromSolutionPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in method public setBestSolutionRecaller(bestSolutionRecaller BestSolutionRecaller<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public ConstructionHeuristicStepScope(phaseScope ConstructionHeuristicPhaseScope<Solution_>) in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected buildParameters(solutionDao SolutionDao<Solution_>, types Enum_[], unsolvedFileNames String...) : Collection<Object[]> in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Parameter Type solution : Solution to solution : TspSolution in method public setSolution(solution TspSolution) : void in class org.optaplanner.examples.tsp.persistence.TspExporter.TspOutputBuilder |
From |
To |
|
Change Parameter Type scoreDirector : ScoreDirector to scoreDirector : ScoreDirector<Solution_> in method public isReinitializable(scoreDirector ScoreDirector<Solution_>, entity Object) : boolean in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getEntityListByEntityClass(solution Solution_, entityClass Class<?>) : List<Object> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic |
From |
To |
|
Change Parameter Type scoreDirector : ScoreDirector to scoreDirector : ScoreDirector<Solution_> in method public isMovable(scoreDirector ScoreDirector<Solution_>, entity Object) : boolean in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method private doStep(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type phaseScope : CustomPhaseScope to phaseScope : CustomPhaseScope<Solution_> in method public CustomStepScope(phaseScope CustomPhaseScope<Solution_>, stepIndex int) in class org.optaplanner.core.impl.phase.custom.scope.CustomStepScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public assertScoreFromScratch(solution Solution_) : void in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Parameter Type pointList : List<P> to pointList : List<StatisticPoint_> in method public setPointList(pointList List<StatisticPoint_>) : void in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Parameter Type bestSolution : Solution to bestSolution : Solution_ in method protected assertSolution(bestSolution Solution_) : void in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Parameter Type childValueRangeDescriptorList : List<ValueRangeDescriptor> to childValueRangeDescriptorList : List<ValueRangeDescriptor<Solution_>> in method public CompositeValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean, childValueRangeDescriptorList List<ValueRangeDescriptor<Solution_>>) in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractTxtSolutionExporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public abstract close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Parameter Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in method public setBestSolutionRecaller(bestSolutionRecaller BestSolutionRecaller<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public FieldAccessingSolutionCloner(solutionDescriptor SolutionDescriptor<Solution_>) in class org.optaplanner.core.impl.domain.solution.cloner.FieldAccessingSolutionCloner |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public phaseEnded(phaseScope ConstructionHeuristicPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type stepScope : AbstractStepScope to stepScope : AbstractStepScope<Solution_> in method public processWorkingSolutionDuringStep(stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Parameter Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method public setScoreDirector(scoreDirector InnerScoreDirector<Solution_>) : void in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public setSolution(solution Solution_) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Parameter Type clonedSolution : Solution to clonedSolution : Solution_ in method public setClonedSolution(clonedSolution Solution_) : void in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public writeSolution(solution Solution_, outputSolutionFile File) : void in class org.optaplanner.examples.common.persistence.SolutionDao |
From |
To |
|
Change Parameter Type planningProblem : Solution to planningProblem : Solution_ in method protected buildAndSolve(solverFactory SolverFactory<Solution_>, environmentMode EnvironmentMode, planningProblem Solution_, maximumMinutesSpent long) : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public outerSolvingEnded(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Parameter Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method public buildSolutionDescriptor(solutionClass Class<Solution_>, entityClassList List<Class<?>>) : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type scoreDirectorFactory : DroolsScoreDirectorFactory to scoreDirectorFactory : DroolsScoreDirectorFactory<Solution_> in method public DroolsScoreDirector(scoreDirectorFactory DroolsScoreDirectorFactory<Solution_>, constraintMatchEnabledPreference boolean) in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getEntityCount(solution Solution_) : int in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : CourseSchedule in method public setSolution(solution CourseSchedule) : void in class org.optaplanner.examples.curriculumcourse.persistence.CurriculumCourseExporter.CurriculumCourseOutputBuilder |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public updateBestSolution(solverScope DefaultSolverScope<Solution_>, solution Solution_, uninitializedVariableCount int) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public stepStarted(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractTxtSolutionImporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractXlsxSolutionImporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractXlsxSolutionImporter |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getEntityList(solution Solution_) : List<Object> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public writeSolution(solution Solution_, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
From |
To |
|
Change Parameter Type variableDescriptorList : List<GenuineVariableDescriptor> to variableDescriptorList : List<GenuineVariableDescriptor<Solution_>> in method public SwapMove(variableDescriptorList List<GenuineVariableDescriptor<Solution_>>, leftEntity Object, rightEntity Object) in class org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove |
From |
To |
|
Change Parameter Type stepScope : AbstractStepScope to stepScope : AbstractStepScope<Solution_> in method public processWorkingSolutionDuringMove(uninitializedVariableCount int, score Score, stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_, entity Object) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Parameter Type stepScope : LocalSearchStepScope to stepScope : LocalSearchStepScope<Solution_> in method public LocalSearchMoveScope(stepScope LocalSearchStepScope<Solution_>) in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Parameter Type solution : Solution to solution : MachineReassignment in method public setSolution(solution MachineReassignment) : void in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentExporter.MachineReassignmentOutputBuilder |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method public setSolutionDao(solutionDao SolutionDao<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method private extractCollection(collectionMemberAccessor MemberAccessor, solution Solution_, isFact boolean) : Collection<Object> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : TravelingTournament in method public setSolution(solution TravelingTournament) : void in class org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentExporter.TravelingTournamentOutputBuilder |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public write(solution Solution_, outputSolutionFile File) : void in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public write(solution Solution_, outputSolutionFile File) : void in class org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO |
From |
To |
|
Change Parameter Type solution : Solution to solution : VehicleRoutingSolution in method public write(solution VehicleRoutingSolution, outputSolutionFile File) : void in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingFileIO |
From |
To |
|
Change Parameter Type solution : Solution to solution : Examination in method public setSolution(solution Examination) : void in class org.optaplanner.examples.examination.persistence.ExaminationExporter.ExaminationOutputBuilder |
From |
To |
|
Change Parameter Type phaseScope : CustomPhaseScope to phaseScope : CustomPhaseScope<Solution_> in method public CustomStepScope(phaseScope CustomPhaseScope<Solution_>) in class org.optaplanner.core.impl.phase.custom.scope.CustomStepScope |
From |
To |
|
Change Parameter Type workingSolution : Solution to workingSolution : Solution_ in method public setWorkingSolution(workingSolution Solution_) : void in class org.optaplanner.core.impl.score.director.ScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public writeSolution(solution Solution_, outputSolutionFile File) : void in class org.optaplanner.examples.common.persistence.XStreamSolutionDao |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public abstract setSolution(solution Solution_) : void in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public AbstractPhaseScope(solverScope DefaultSolverScope<Solution_>) in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Parameter Type phaseScope : AbstractPhaseScope to phaseScope : AbstractPhaseScope<Solution_> in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Parameter Type mutationCounter : MutationCounter to mutationCounter : MutationCounter<Solution_> in method private setMutationCounter(mutationCounter MutationCounter<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Change Parameter Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method public SolutionDescriptor(solutionClass Class<Solution_>) in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method private extract(memberAccessor MemberAccessor, solution Solution_) : Object in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : CoachShuttleGatheringSolution in method public setSolution(solution CoachShuttleGatheringSolution) : void in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringExporter.CoachShuttleGatheringOutputBuilder |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractXmlSolutionExporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter |
From |
To |
|
Change Parameter Type bestSolution : Solution to bestSolution : Solution_ in method public setBestSolution(bestSolution Solution_) : void in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Parameter Type scoreDirector : ScoreDirector to scoreDirector : ScoreDirector<Solution_> in method public countReinitializableVariables(scoreDirector ScoreDirector<Solution_>, entity Object) : int in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : NurseRoster in method public setSolution(solution NurseRoster) : void in class org.optaplanner.examples.nurserostering.persistence.NurseRosteringExporter.NurseRosteringOutputBuilder |
From |
To |
|
Change Parameter Type stepScope : CustomStepScope to stepScope : CustomStepScope<Solution_> in method public stepStarted(stepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public assertScoreFromScratch(solution Solution_) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public ConstructionHeuristicPhaseScope(solverScope DefaultSolverScope<Solution_>) in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicPhaseScope |
From |
To |
|
Change Parameter Type solverConfig : SolverConfig to solverConfig : SolverConfig<Solution_> in method public setSolverConfig(solverConfig SolverConfig<Solution_>) : void in class org.optaplanner.benchmark.config.SolverBenchmarkConfig |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractPngSolutionImporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractPngSolutionImporter |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public addEntityDescriptor(entityDescriptor EntityDescriptor<Solution_>) : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public CompositeValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean, childValueRangeDescriptorList List<ValueRangeDescriptor<Solution_>>) in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public assertScoreFromScratch(solution Solution_) : void in class org.optaplanner.core.impl.score.director.InnerScoreDirectorFactory |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public AbstractFromPropertyValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean, memberAccessor MemberAccessor) in class org.optaplanner.core.impl.domain.valuerange.descriptor.AbstractFromPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type lastCompletedStepScope : ConstructionHeuristicStepScope to lastCompletedStepScope : ConstructionHeuristicStepScope<Solution_> in method public setLastCompletedStepScope(lastCompletedStepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicPhaseScope |
From |
To |
|
Change Parameter Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method public VariableListenerSupport(scoreDirector InnerScoreDirector<Solution_>) in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractEntities(solution Solution_) : List<Object> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Parameter Type phaseScope : LocalSearchPhaseScope to phaseScope : LocalSearchPhaseScope<Solution_> in method public LocalSearchStepScope(phaseScope LocalSearchPhaseScope<Solution_>) in class org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope |
From |
To |
|
Change Parameter Type b : Solution to b : Solution_ in method public countMutations(a Solution_, b Solution_) : int in class org.optaplanner.core.impl.domain.solution.mutation.MutationCounter |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public abstract writeSolution(solution Solution_, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
From |
To |
|
Change Parameter Type originalSolution : Solution to originalSolution : Solution_ in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Parameter Type assertionScoreDirectorFactory : InnerScoreDirectorFactory to assertionScoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in method public setAssertionScoreDirectorFactory(assertionScoreDirectorFactory InnerScoreDirectorFactory<Solution_>) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public beforeEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type exporter : AbstractSolutionExporter to exporter : AbstractSolutionExporter<Solution_> in method public setExporter(exporter AbstractSolutionExporter<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getGenuineVariableCount(solution Solution_) : long in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : CheapTimeSolution in method public write(solution CheapTimeSolution, outputSolutionFile File) : void in class org.optaplanner.examples.cheaptime.persistence.CheapTimeSolutionFileIO |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_, entity Object) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.FromSolutionPropertyValueRangeDescriptor |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method protected AbstractXmlSolutionImporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public extractValueRange(solution Solution_, entity Object) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.ValueRangeDescriptor |
From |
To |
|
Change Parameter Type incrementalScoreCalculator : IncrementalScoreCalculator to incrementalScoreCalculator : IncrementalScoreCalculator<Solution_> in method public IncrementalScoreDirector(scoreDirectorFactory IncrementalScoreDirectorFactory, constraintMatchEnabledPreference boolean, incrementalScoreCalculator IncrementalScoreCalculator<Solution_>) in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Parameter Type solution : Solution to solution : PatientAdmissionSchedule in method public setSolution(solution PatientAdmissionSchedule) : void in class org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleExporter.PatientAdmissionScheduleOutputBuilder |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public countReinitializableVariables(scoreDirector ScoreDirector, solution Solution_) : int in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type lastCompletedStepScope : LocalSearchStepScope to lastCompletedStepScope : LocalSearchStepScope<Solution_> in method public setLastCompletedStepScope(lastCompletedStepScope LocalSearchStepScope<Solution_>) : void in class org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope |
From |
To |
|
Change Parameter Type event : BestSolutionChangedEvent<Solution> to event : BestSolutionChangedEvent<Solution_> in method public bestSolutionChanged(event BestSolutionChangedEvent<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Change Parameter Type phaseScope : CustomPhaseScope to phaseScope : CustomPhaseScope<Solution_> in method public phaseStarted(phaseScope CustomPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public updateBestSolution(solverScope DefaultSolverScope<Solution_>, solution Solution_, uninitializedVariableCount int) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Parameter Type solution : Solution to score : Score in method public refreshScoreField(score Score) : void in class org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame |
From |
To |
|
Change Parameter Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public AbstractValueRangeDescriptor(variableDescriptor GenuineVariableDescriptor<Solution_>, addNullInValueRange boolean) in class org.optaplanner.core.impl.domain.valuerange.descriptor.AbstractValueRangeDescriptor |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getValueCount(solution Solution_) : int in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type bestSolution : Solution to bestSolution : NQueens in method protected assertSolution(bestSolution NQueens) : void in class org.optaplanner.examples.nqueens.app.NQueensExhaustiveSearchTest |
From |
To |
|
Change Parameter Type solution : Solution to solution : Solution_ in method public getProblemScale(solution Solution_) : long in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in method public AbstractSolutionExporter(solutionDao SolutionDao<Solution_>) in class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
From |
To |
|
Change Parameter Type event : BestSolutionChangedEvent<Solution> to event : BestSolutionChangedEvent<Solution_> in method public bestSolutionChanged(event BestSolutionChangedEvent<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic.BestScoreSubSingleStatisticListener |
From |
To |
|
Change Parameter Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method public buildSolutionDescriptor(solutionClass Class<Solution_>, entityClasses Class<?>...) : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Parameter Type importers : AbstractSolutionImporter[] to importers : AbstractSolutionImporter<Solution_>[] in method public setImporters(importers AbstractSolutionImporter<Solution_>[]) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Parameter Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected buildAndSolve(solverFactory SolverFactory<Solution_>, environmentMode EnvironmentMode, planningProblem Solution_, maximumMinutesSpent long) : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic |
From |
To |
|
Change Parameter Type solution : Solution to solution : MachineReassignment in method public write(solution MachineReassignment, outputSolutionFile File) : void in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentFileIO |
From |
To |
|
Change Parameter Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in method protected buildPhaseList(configPolicy HeuristicConfigPolicy, bestSolutionRecaller BestSolutionRecaller<Solution_>, termination Termination) : List<Phase> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public close(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSubSingleStatistic |
From |
To |
|
Change Parameter Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public afterEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector |
From |
To |
|
Change Parameter Type workingSolution : Solution to workingSolution : Solution_ in method public setWorkingSolution(workingSolution Solution_) : void in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector |
From |
To |
|
Change Parameter Type solver : Solver<Solution> to solver : Solver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic |
From |
To |
|
Change Return Type LocalSearchStepScope to LocalSearchStepScope<Solution_> in method public getStepScope() : LocalSearchStepScope<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public buildSolutionDescriptor(solutionClass Class<Solution_>, entityClassList List<Class<?>>) : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Return Type Solution to TravelingTournament in method public readSolution() : TravelingTournament in class org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentImporter.TravelingTournamentInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Return Type InnerScoreDirectorFactory to InnerScoreDirectorFactory<Solution_> in method public getScoreDirectorFactory() : InnerScoreDirectorFactory<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Return Type IncrementalScoreCalculator to IncrementalScoreCalculator<Solution_> in method public getIncrementalScoreCalculator() : IncrementalScoreCalculator<Solution_> in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<TravelingTournament> in method public createTxtOutputBuilder() : TxtOutputBuilder<TravelingTournament> in class org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentExporter |
From |
To |
|
Change Return Type InnerScoreDirectorFactory to InnerScoreDirectorFactory<Solution_> in method public getScoreDirectorFactory() : InnerScoreDirectorFactory<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Return Type ScoreDirector to ScoreDirector<Solution_> in method public buildScoreDirector() : ScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.ScoreDirectorFactory |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<MachineReassignment> in method public createTxtInputBuilder() : TxtInputBuilder<MachineReassignment> in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentImporter |
From |
To |
|
Change Return Type List<P> to List<StatisticPoint_> in method public getPointList() : List<StatisticPoint_> in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Return Type EntityDescriptor to EntityDescriptor<Solution_> in method public findEntityDescriptorOrFail(entitySubclass Class<?>) : EntityDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type DefaultSolverScope to DefaultSolverScope<Solution_> in method public getSolverScope() : DefaultSolverScope<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public buildScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<DinnerParty> in method public createTxtInputBuilder() : TxtInputBuilder<DinnerParty> in class org.optaplanner.examples.dinnerparty.persistence.DinnerPartyImporter |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<CheapTimeSolution> in method public createTxtOutputBuilder() : TxtOutputBuilder<CheapTimeSolution> in class org.optaplanner.examples.cheaptime.persistence.CheapTimeExporter |
From |
To |
|
Change Return Type ValueRangeDescriptor to ValueRangeDescriptor<Solution_> in method private buildValueRangeDescriptor(descriptorPolicy DescriptorPolicy, valueRangeProviderRef String, addNullInValueRange boolean) : ValueRangeDescriptor<Solution_> in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<VehicleRoutingSolution> in method public createTxtInputBuilder() : TxtInputBuilder<VehicleRoutingSolution> in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter |
From |
To |
|
Change Return Type Solution to VehicleRoutingSolution in method public read(inputSolutionFile File) : VehicleRoutingSolution in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingFileIO |
From |
To |
|
Change Return Type SolverFactory<Solution> to SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.ExhaustiveSearchTest |
From |
To |
|
Change Return Type CustomStepScope to CustomStepScope<Solution_> in method public getLastCompletedStepScope() : CustomStepScope<Solution_> in class org.optaplanner.core.impl.phase.custom.scope.CustomPhaseScope |
From |
To |
|
Change Return Type Solution to Solution_ in method protected readPlanningProblem() : Solution_ in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Return Type Solution to Solution_ in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Return Type AbstractSolutionImporter[] to AbstractSolutionImporter<Solution_>[] in method public getImporters() : AbstractSolutionImporter<Solution_>[] in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Return Type Solution to Solution_ in method public abstract readSolution() : Solution_ in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<Examination> in method public createTxtOutputBuilder() : TxtOutputBuilder<Examination> in class org.optaplanner.examples.examination.persistence.ExaminationExporter |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public getGenuineVariableDescriptor(variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type Solution to MachineReassignment in method public readSolution() : MachineReassignment in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentImporter.MachineReassignmentInputBuilder |
From |
To |
|
Change Return Type Solution to CheapTimeSolution in method public readSolution(inputFile File) : CheapTimeSolution in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public getVariableDescriptor() : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.valuerange.descriptor.ValueRangeDescriptor |
From |
To |
|
Change Return Type EasyScoreCalculator to EasyScoreCalculator<Solution_> in method public getEasyScoreCalculator() : EasyScoreCalculator<Solution_> in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirectorFactory |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<TspSolution> in method public createTxtOutputBuilder() : TxtOutputBuilder<TspSolution> in class org.optaplanner.examples.tsp.persistence.TspExporter |
From |
To |
|
Change Return Type SolutionDao to SolutionDao<Solution_> in method protected abstract createSolutionDao() : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<CourseSchedule> in method public createTxtInputBuilder() : TxtInputBuilder<CourseSchedule> in class org.optaplanner.examples.curriculumcourse.persistence.CurriculumCourseImporter |
From |
To |
|
Change Return Type SolutionDao to SolutionDao<Solution_> in method protected abstract createSolutionDao() : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public getScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Return Type Solution to CourseSchedule in method public readSolution() : CourseSchedule in class org.optaplanner.examples.curriculumcourse.persistence.CurriculumCourseImporter.CurriculumCourseInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXlsxSolutionImporter |
From |
To |
|
Change Return Type DroolsScoreDirector to DroolsScoreDirector<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : DroolsScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirectorFactory |
From |
To |
|
Change Return Type Collection<EntityDescriptor> to Collection<EntityDescriptor<Solution_>> in method public getGenuineEntityDescriptors() : Collection<EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type Solution to CoachShuttleGatheringSolution in method public readSolution() : CoachShuttleGatheringSolution in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder |
From |
To |
|
Change Return Type Solution to TestdataSolution in method public read(inputSolutionFile File) : TestdataSolution in class org.optaplanner.persistence.common.api.domain.solution.TestdataSolutionFileIO |
From |
To |
|
Change Return Type SolverFactory<Solution> to SolverFactory<Solution_> in method protected abstract buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Return Type Solution to Solution_ in method protected readPlanningProblem() : Solution_ in class org.optaplanner.examples.common.app.ImportDirSolveAllTurtleTest |
From |
To |
|
Change Return Type Solution to Solution_ in method protected buildAndSolve(solverFactory SolverFactory<Solution_>, environmentMode EnvironmentMode, planningProblem Solution_, maximumMinutesSpent long) : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Return Type SolverFactory<Solution> to SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.ConstructionHeuristicTest |
From |
To |
|
Change Return Type Solution to Schedule in method public readSolution() : Schedule in class org.optaplanner.examples.projectjobscheduling.persistence.ProjectJobSchedulingImporter.ProjectJobSchedulingInputBuilder.ProjectFileInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public cloneWorkingSolution() : Solution_ in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public buildSolutionDescriptor(solutionClass Class<Solution_>, entityClasses Class<?>...) : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public getVariableDescriptor() : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.valuerange.descriptor.AbstractValueRangeDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.score.director.ScoreDirector |
From |
To |
|
Change Return Type InnerScoreDirectorFactory to InnerScoreDirectorFactory<Solution_> in method public getAssertionScoreDirectorFactory() : InnerScoreDirectorFactory<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public getVariableDescriptor() : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.heuristic.selector.value.FromEntityPropertyValueSelector |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter |
From |
To |
|
Change Return Type SolverFactory<Solution> to SolverFactory<Solution_> in method protected buildSolverFactory(bestScoreLimitString String, environmentMode EnvironmentMode) : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<CoachShuttleGatheringSolution> in method public createTxtOutputBuilder() : TxtOutputBuilder<CoachShuttleGatheringSolution> in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringExporter |
From |
To |
|
Change Return Type XslxInputBuilder to XslxInputBuilder<InvestmentSolution> in method public createXslxInputBuilder() : XslxInputBuilder<InvestmentSolution> in class org.optaplanner.examples.investment.persistence.InvestmentImporter |
From |
To |
|
Change Return Type Collection<GenuineVariableDescriptor> to Collection<GenuineVariableDescriptor<Solution_>> in method public getDeclaredGenuineVariableDescriptors() : Collection<GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<TestdataSolution> in method public buildSolutionDescriptor() : SolutionDescriptor<TestdataSolution> in class org.optaplanner.core.impl.testdata.domain.TestdataSolution |
From |
To |
|
Change Return Type Solution to Examination in method public readSolution() : Examination in class org.optaplanner.examples.examination.persistence.ExaminationImporter.ExaminationInputBuilder |
From |
To |
|
Change Return Type SolutionCloner to SolutionCloner<Solution_> in method public getSolutionCloner() : SolutionCloner<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public read(inputSolutionFile File) : Solution_ in class org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO |
From |
To |
|
Change Return Type XmlInputBuilder to XmlInputBuilder<Solution_> in method public abstract createXmlInputBuilder() : XmlInputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter |
From |
To |
|
Change Return Type SolverConfig to SolverConfig<Solution_> in method public getSolverConfig() : SolverConfig<Solution_> in class org.optaplanner.benchmark.config.SolverBenchmarkConfig |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<TestdataRichChainedSolution> in method public buildSolutionDescriptor() : SolutionDescriptor<TestdataRichChainedSolution> in class org.optaplanner.core.impl.testdata.domain.chained.rich.TestdataRichChainedSolution |
From |
To |
|
Change Return Type void to Collection<Object> in method private getProblemFactsFromClass(instanceClass Class<?>) : Collection<Object> in class org.optaplanner.core.impl.domain.solution.AbstractSolution |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirectorFactory |
From |
To |
|
Change Return Type Solution to Solution_ in method public abstract readSolution() : Solution_ in class org.optaplanner.examples.common.persistence.AbstractPngSolutionImporter.PngInputBuilder |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public findGenuineVariableDescriptor(entity Object, variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<PatientAdmissionSchedule> in method public createTxtInputBuilder() : TxtInputBuilder<PatientAdmissionSchedule> in class org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleImporter |
From |
To |
|
Change Return Type DefaultSolverScope to DefaultSolverScope<Solution_> in method public getSolverScope() : DefaultSolverScope<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Return Type Solution to MachineReassignment in method public read(inputSolutionFile File) : MachineReassignment in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentFileIO |
From |
To |
|
Change Return Type ValueRangeDescriptor to ValueRangeDescriptor<Solution_> in method public getValueRangeDescriptor() : ValueRangeDescriptor<Solution_> in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<MachineReassignment> in method public createTxtOutputBuilder() : TxtOutputBuilder<MachineReassignment> in class org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentExporter |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Return Type Solution to CoachShuttleGatheringSolution in method public readSolution(inputFile File) : CoachShuttleGatheringSolution in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<CourseSchedule> in method public createTxtOutputBuilder() : TxtOutputBuilder<CourseSchedule> in class org.optaplanner.examples.curriculumcourse.persistence.CurriculumCourseExporter |
From |
To |
|
Change Return Type SolverFactory<Solution> to SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Return Type Solution to TspSolution in method public readSolution() : TspSolution in class org.optaplanner.examples.tsp.persistence.TspImageStipplerImporter.TspImageStipplerInputBuilder |
From |
To |
|
Change Return Type AbstractPhaseScope to AbstractPhaseScope<Solution_> in method public abstract getPhaseScope() : AbstractPhaseScope<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Return Type Solution to Solution_ in method public abstract readSolution() : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter.XmlInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputSolutionFile File) : Solution_ in class org.optaplanner.examples.common.persistence.XStreamSolutionDao |
From |
To |
|
Change Return Type BestSolutionRecaller to BestSolutionRecaller<Solution_> in method public getBestSolutionRecaller() : BestSolutionRecaller<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Return Type XmlOutputBuilder to XmlOutputBuilder<NurseRoster> in method public createXmlOutputBuilder() : XmlOutputBuilder<NurseRoster> in class org.optaplanner.examples.nurserostering.persistence.NurseRosteringExporter |
From |
To |
|
Change Return Type Solution to PatientAdmissionSchedule in method public readSolution() : PatientAdmissionSchedule in class org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleImporter.PatientAdmissionScheduleInputBuilder |
From |
To |
|
Change Return Type SolutionFileIO to SolutionFileIO<Solution_> in method public getSolutionFileIO() : SolutionFileIO<Solution_> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractPngSolutionImporter |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public getScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<CheapTimeSolution> in method public createTxtInputBuilder() : TxtInputBuilder<CheapTimeSolution> in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter |
From |
To |
|
Change Return Type Solution to Solution_ in method public getClonedSolution() : Solution_ in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Return Type Solution to Solution_ in method public createOrGetClonedSolution() : Solution_ in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Return Type Solution to CheapTimeSolution in method public read(inputSolutionFile File) : CheapTimeSolution in class org.optaplanner.examples.cheaptime.persistence.CheapTimeSolutionFileIO |
From |
To |
|
Change Return Type ConstructionHeuristicStepScope to ConstructionHeuristicStepScope<Solution_> in method public getLastCompletedStepScope() : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicPhaseScope |
From |
To |
|
Change Return Type ScoreDirector to ScoreDirector<Solution_> in method public getScoreDirector() : ScoreDirector<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputSolutionFile File) : Solution_ in class org.optaplanner.examples.common.persistence.SolutionDao |
From |
To |
|
Change Return Type ScoreDirectorFactory to ScoreDirectorFactory<Solution_> in method public getScoreDirectorFactory() : ScoreDirectorFactory<Solution_> in class org.optaplanner.core.api.solver.Solver |
From |
To |
|
Change Return Type ConstructionHeuristicStepScope to ConstructionHeuristicStepScope<Solution_> in method public getStepScope() : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Return Type Solution to Solution_ in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Return Type Solution to DinnerParty in method public readSolution() : DinnerParty in class org.optaplanner.examples.dinnerparty.persistence.DinnerPartyImporter.DinnerPartyInputBuilder |
From |
To |
|
Change Return Type ScoreDirector to ScoreDirector<Solution_> in method public getScoreDirector() : ScoreDirector<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<CoachShuttleGatheringSolution> in method public createTxtInputBuilder() : TxtInputBuilder<CoachShuttleGatheringSolution> in class org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter |
From |
To |
|
Change Return Type SolutionDao to SolutionDao<Solution_> in method protected abstract createSolutionDao() : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Return Type Class<? extends Solution> to Class<Solution_> in method protected loadSolutionClass(reflections Reflections) : Class<Solution_> in class org.optaplanner.core.config.domain.ScanAnnotatedClassesConfig |
From |
To |
|
Change Return Type EasyScoreDirector to EasyScoreDirector<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : EasyScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirectorFactory |
From |
To |
|
Change Return Type Solution to Solution_ in method public cloneWorkingSolution() : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public getScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Return Type BestSolutionRecaller to BestSolutionRecaller<Solution_> in method protected buildBestSolutionRecaller(environmentMode EnvironmentMode) : BestSolutionRecaller<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Return Type SolutionDao to SolutionDao<NQueens> in method protected createSolutionDao() : SolutionDao<NQueens> in class org.optaplanner.examples.nqueens.app.NQueensExhaustiveSearchTest |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<PatientAdmissionSchedule> in method public createTxtOutputBuilder() : TxtOutputBuilder<PatientAdmissionSchedule> in class org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleExporter |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<TestdataChainedSolution> in method public buildSolutionDescriptor() : SolutionDescriptor<TestdataChainedSolution> in class org.optaplanner.core.impl.testdata.domain.chained.TestdataChainedSolution |
From |
To |
|
Change Return Type SwapMove to SwapMove<Solution_> in method public createSwapMove(leftEntity Object, rightEntity Object) : SwapMove<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Return Type Solution to CheapTimeSolution in method public readSolution() : CheapTimeSolution in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter.CheapTimeInputBuilder |
From |
To |
|
Change Return Type P to StatisticPoint_ in method protected abstract createPointFromCsvLine(scoreDefinition ScoreDefinition, csvLine List<String>) : StatisticPoint_ in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Return Type GenuineVariableDescriptor to GenuineVariableDescriptor<Solution_> in method public findGenuineVariableDescriptorOrFail(entity Object, variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type Class<? extends Solution> to Class<Solution_> in method public getSolutionClass() : Class<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type AbstractSolutionImporter to AbstractSolutionImporter<Solution_> in method protected abstract createSolutionImporter() : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.app.ImportDirSolveAllTurtleTest |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method protected buildSolutionDescriptor(configContext SolverConfigContext) : SolutionDescriptor<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Return Type LocalSearchPhaseScope to LocalSearchPhaseScope<Solution_> in method public getPhaseScope() : LocalSearchPhaseScope<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope |
From |
To |
|
Change Return Type ScoreDirector to ScoreDirector<Solution_> in method public clone() : ScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<Solution_> in method public abstract createTxtInputBuilder() : TxtInputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Return Type Solution to Solution_ in method public getBestSolution() : Solution_ in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Return Type DroolsScoreDirector to DroolsScoreDirector<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : DroolsScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.drools.LegacyDroolsScoreDirectorFactory |
From |
To |
|
Change Return Type ScanAnnotatedClassesConfig to ScanAnnotatedClassesConfig<Solution_> in method public getScanAnnotatedClassesConfig() : ScanAnnotatedClassesConfig<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Return Type Collection<EntityDescriptor> to Collection<EntityDescriptor<Solution_>> in method public getEntityDescriptors() : Collection<EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public abstract readSolution() : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXlsxSolutionImporter.XslxInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public abstract readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
From |
To |
|
Change Return Type AbstractStepScope to AbstractStepScope<Solution_> in method public abstract getLastCompletedStepScope() : AbstractStepScope<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirector |
From |
To |
|
Change Return Type Solution to Schedule in method public readSolution() : Schedule in class org.optaplanner.examples.projectjobscheduling.persistence.ProjectJobSchedulingImporter.ProjectJobSchedulingInputBuilder |
From |
To |
|
Change Return Type Solution to CheapTimeSolution in method public readSolution() : CheapTimeSolution in class org.optaplanner.examples.cheaptime.persistence.CheapTimeImporter.CheapTimeInputBuilder.ForecastInputBuilder |
From |
To |
|
Change Return Type Solution to Solution_ in method public readSolution(inputURL URL) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Return Type XmlOutputBuilder to XmlOutputBuilder<Solution_> in method public abstract createXmlOutputBuilder() : XmlOutputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter |
From |
To |
|
Change Return Type AbstractSolutionImporter to AbstractSolutionImporter<Solution_> in method private determineImporter(file File) : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Return Type PngInputBuilder to PngInputBuilder<Solution_> in method public abstract createPngInputBuilder() : PngInputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractPngSolutionImporter |
From |
To |
|
Change Return Type PngInputBuilder to PngInputBuilder<TspSolution> in method public createPngInputBuilder() : PngInputBuilder<TspSolution> in class org.optaplanner.examples.tsp.persistence.TspImageStipplerImporter |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public buildSolutionDescriptor(configContext SolverConfigContext) : SolutionDescriptor<Solution_> in class org.optaplanner.core.config.domain.ScanAnnotatedClassesConfig |
From |
To |
|
Change Return Type SubSingleBenchmarkRunner to SubSingleBenchmarkRunner<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Return Type ConstructionHeuristicPhaseScope to ConstructionHeuristicPhaseScope<Solution_> in method public getPhaseScope() : ConstructionHeuristicPhaseScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public buildScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirectorFactory |
From |
To |
|
Change Return Type Solution to Solution_ in method public getWorkingSolution() : Solution_ in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Return Type Map<String,GenuineVariableDescriptor> to Map<String,GenuineVariableDescriptor<Solution_>> in method public getGenuineVariableDescriptorMap() : Map<String,GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public readPlanningProblem() : Solution_ in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Return Type Solution to TspSolution in method public read(inputSolutionFile File) : TspSolution in class org.optaplanner.examples.tsp.persistence.TspFileIO |
From |
To |
|
Change Return Type IncrementalScoreDirector to IncrementalScoreDirector<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : IncrementalScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirectorFactory |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<Examination> in method public createTxtInputBuilder() : TxtInputBuilder<Examination> in class org.optaplanner.examples.examination.persistence.ExaminationImporter |
From |
To |
|
Change Return Type SolutionDao to CurriculumCourseDao in method protected createSolutionDao() : CurriculumCourseDao in class org.optaplanner.examples.curriculumcourse.app.CurriculumCourseConstructionHeuristicTest |
From |
To |
|
Change Return Type XslxInputBuilder to XslxInputBuilder<Solution_> in method public abstract createXslxInputBuilder() : XslxInputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractXlsxSolutionImporter |
From |
To |
|
Change Return Type Class<? extends Solution> to Class<Solution_> in method public getSolutionClass() : Class<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Return Type Solution to NurseRoster in method public readSolution() : NurseRoster in class org.optaplanner.examples.nurserostering.persistence.NurseRosteringImporter.NurseRosteringInputBuilder |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<Schedule> in method public createTxtInputBuilder() : TxtInputBuilder<Schedule> in class org.optaplanner.examples.projectjobscheduling.persistence.ProjectJobSchedulingImporter |
From |
To |
|
Change Return Type Solution to Solution_ in method protected readPlanningProblem() : Solution_ in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<TravelingTournament> in method public createTxtInputBuilder() : TxtInputBuilder<TravelingTournament> in class org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentImporter |
From |
To |
|
Change Return Type Solution to Solution_ in method protected abstract readPlanningProblem() : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Return Type Collection<GenuineVariableDescriptor> to Collection<GenuineVariableDescriptor<Solution_>> in method public getGenuineVariableDescriptors() : Collection<GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type Solution to TspSolution in method public readSolution() : TspSolution in class org.optaplanner.examples.tsp.persistence.TspImporter.TspInputBuilder |
From |
To |
|
Change Return Type XmlInputBuilder to XmlInputBuilder<NurseRoster> in method public createXmlInputBuilder() : XmlInputBuilder<NurseRoster> in class org.optaplanner.examples.nurserostering.persistence.NurseRosteringImporter |
From |
To |
|
Change Return Type EntityDescriptor to EntityDescriptor<Solution_> in method public getEntityDescriptorStrict(entityClass Class<?>) : EntityDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type Solution to Solution_ in method public read(inputSolutionFile File) : Solution_ in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO |
From |
To |
|
Change Return Type EntityDescriptor to EntityDescriptor<Solution_> in method public findEntityDescriptor(entitySubclass Class<?>) : EntityDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Return Type InnerScoreDirector to InnerScoreDirector<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.InnerScoreDirectorFactory |
From |
To |
|
Change Return Type Solution to VehicleRoutingSolution in method public readSolution() : VehicleRoutingSolution in class org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter.VehicleRoutingInputBuilder |
From |
To |
|
Change Return Type TxtInputBuilder to TxtInputBuilder<TspSolution> in method public createTxtInputBuilder() : TxtInputBuilder<TspSolution> in class org.optaplanner.examples.tsp.persistence.TspImporter |
From |
To |
|
Change Return Type SolutionDescriptor to SolutionDescriptor<Solution_> in method public getSolutionDescriptor() : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Return Type List<GenuineVariableDescriptor> to List<GenuineVariableDescriptor<Solution_>> in method public getGenuineVariableDescriptorList() : List<GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Return Type Solution to InvestmentSolution in method public readSolution() : InvestmentSolution in class org.optaplanner.examples.investment.persistence.InvestmentImporter.InvestmentAllocationInputBuilder |
From |
To |
|
Change Return Type DroolsScoreDirector to DroolsScoreDirector<Solution_> in method public clone() : DroolsScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector |
From |
To |
|
Change Return Type CustomPhaseScope to CustomPhaseScope<Solution_> in method public getPhaseScope() : CustomPhaseScope<Solution_> in class org.optaplanner.core.impl.phase.custom.scope.CustomStepScope |
From |
To |
|
Change Return Type LocalSearchStepScope to LocalSearchStepScope<Solution_> in method public getLastCompletedStepScope() : LocalSearchStepScope<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope |
From |
To |
|
Change Return Type TxtOutputBuilder to TxtOutputBuilder<Solution_> in method public abstract createTxtOutputBuilder() : TxtOutputBuilder<Solution_> in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
From |
To |
|
Change Variable Type assertionScoreDirectorFactory : InnerScoreDirectorFactory to assertionScoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in method public assertWorkingScoreFromScratch(workingScore Score, completedAction Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type entityIndependentValueRangeDescriptor : EntityIndependentValueRangeDescriptor to entityIndependentValueRangeDescriptor : EntityIndependentValueRangeDescriptor<Solution_> in method public extractValueRange(solution Solution_) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public triggerAllVariableListeners() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type solverConfig : SolverConfig to solverConfig : SolverConfig<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Variable Type xmlOutputBuilder : XmlOutputBuilder to xmlOutputBuilder : XmlOutputBuilder<Solution_> in method public writeSolution(solution Solution_, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public createSwapMove(leftEntity Object, rightEntity Object) : SwapMove<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method public processWorkingSolutionDuringMove(uninitializedVariableCount int, score Score, stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Variable Type planningProblem : Solution to planningProblem : Solution_ in method public runPhase() : void in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public findGenuineVariableDescriptor(entity Object, variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method private setupConstrunctionHeuristics(solverScope DefaultSolverScope<Solution_>) : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type txtInputBuilder : TxtInputBuilder to txtInputBuilder : TxtInputBuilder<Solution_> in method public readSolution(inputURL URL) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Variable Type importer : AbstractSolutionImporter to importer : AbstractSolutionImporter<Solution_> in method public importSolution(file File) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type move : SwapMove to move : SwapMove<Solution_> in method public doSwapMove(leftEntity Object, rightEntity Object) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public mightContainEntity() : boolean in class org.optaplanner.core.impl.domain.valuerange.descriptor.AbstractValueRangeDescriptor |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public saveSolution(file File) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<TestdataChainedSolution> in method public demandChained() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public linkVariableListeners() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method public processWorkingSolutionDuringStep(stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public findEntityDescriptor(entitySubclass Class<?>) : EntityDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : AbstractSolution in method public restoreWorkingSolution() : void in class org.optaplanner.core.impl.exhaustivesearch.DefaultExhaustiveSearchPhaseTest |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method public solvingStarted(solverScope DefaultSolverScope) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : Solution_ in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method public stepEnded(stepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method protected doMoveOnGenuineVariables(scoreDirector ScoreDirector) : void in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Variable Type txtOutputBuilder : TxtOutputBuilder to txtOutputBuilder : TxtOutputBuilder<Solution_> in method public writeSolution(solution Solution_, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
From |
To |
|
Change Variable Type incrementalScoreCalculator : IncrementalScoreCalculator to incrementalScoreCalculator : IncrementalScoreCalculator<Solution_> in method public buildScoreDirector(constraintMatchEnabledPreference boolean) : IncrementalScoreDirector<Solution_> in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirectorFactory |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : Solution_ in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.TailChainSwapMove |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public convertAll() : void in class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
From |
To |
|
Change Variable Type bestSolution : Solution to bestSolution : Solution_ in method protected runSpeedTest(unsolvedDataFile File, bestScoreLimitString String, environmentMode EnvironmentMode) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : Solution_ in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public findGenuineVariableDescriptorOrFail(entity Object, variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type pngInputBuilder : PngInputBuilder to pngInputBuilder : PngInputBuilder<Solution_> in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractPngSolutionImporter |
From |
To |
|
Change Variable Type xlsxInputBuilder : XslxInputBuilder to xlsxInputBuilder : XslxInputBuilder<Solution_> in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXlsxSolutionImporter |
From |
To |
|
Change Variable Type planningProblem : Solution to planningProblem : Solution_ in method protected runSpeedTest(unsolvedDataFile File, bestScoreLimitString String, environmentMode EnvironmentMode) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public extractValueRange(solution Solution_) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Variable Type sd : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method private createSolverScope() : DefaultSolverScope<Solution_> in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public importSolution(file File) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solver : Solver<Solution> to solver : Solver<Solution_> in method protected runSpeedTest(unsolvedDataFile File, bestScoreLimitString String, environmentMode EnvironmentMode) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type scoreDirectorFactory : InnerScoreDirectorFactory to scoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in method private assertBestSolution(solver Solver<Solution_>, bestSolution Solution_, bestScoreLimitString String) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method private doStep(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Variable Type uncorruptedScoreDirector : InnerScoreDirector to uncorruptedScoreDirector : InnerScoreDirector<Solution_> in method public assertScoreFromScratch(solution Solution_) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Variable Type defaultSolver : DefaultSolver<Solution> to defaultSolver : DefaultSolver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public findGenuineVariableDescriptorOrFail(entity Object, variableName String) : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type valueRangeDescriptorList : List<ValueRangeDescriptor> to valueRangeDescriptorList : List<ValueRangeDescriptor<Solution_>> in method private processValueRangeRefs(descriptorPolicy DescriptorPolicy, planningVariableAnnotation PlanningVariable) : void in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public findEntityDescriptorOrFail(entitySubclass Class<?>) : EntityDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type scoreDirectorFactory : InnerScoreDirectorFactory to scoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : Solution_ in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarChangeMove |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove |
From |
To |
|
Change Variable Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in method public buildSolver(configContext SolverConfigContext) : Solver<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Variable Type inheritedEntityDescriptor : EntityDescriptor to inheritedEntityDescriptor : EntityDescriptor<Solution_> in method private createEffectiveVariableDescriptorMaps() : void in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Variable Type bestSolution : Solution to bestSolution : Solution_ in method protected done() : void in class org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.SolveWorker |
From |
To |
|
Change Variable Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type outputSolution : Solution to outputSolution : Solution_ in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method private setupConstrunctionHeuristics(solverScope DefaultSolverScope<Solution_>) : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarChangeMove |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public openSolution(file File) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type cloneSolution : Solution to cloneSolution : Solution_ in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.ConstructionHeuristicTest |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method private doStep(stepScope CustomStepScope<Solution_>, customPhaseCommand CustomPhaseCommand) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public unimprovedInitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public extractValueRange(solution Solution_, entity Object) : ValueRange<?> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Variable Type solution2 : Solution to solution2 : AbstractSolution in method public improvedInitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<TestdataRichChainedSolution> in method public demandRichChained() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type solver : Solver<Solution> to solver : Solver<Solution_> in method protected buildAndSolve(solverFactory SolverFactory<Solution_>, environmentMode EnvironmentMode, planningProblem Solution_, maximumMinutesSpent long) : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public isInitialized(entity Object) : boolean in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Variable Type txtInputBuilder : TxtInputBuilder to txtInputBuilder : TxtInputBuilder<Solution_> in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method public phaseEnded(phaseScope ConstructionHeuristicPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected buildSolverFactory(bestScoreLimitString String, environmentMode EnvironmentMode) : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type superEntityDescriptor : EntityDescriptor to superEntityDescriptor : EntityDescriptor<Solution_> in method private linkInherited(investigateClass Class<?>) : void in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public improvedUninitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method protected doMoveOnGenuineVariables(scoreDirector ScoreDirector) : void in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.ChainedSwapMove |
From |
To |
|
Change Variable Type helpSolution : Solution to helpSolution : AbstractSolution in method public improvedUninitializedProcessWorkingSolutionDuringMove() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public improvedInitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<TestdataChainedSolution> in method public demandChained() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Variable Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public processWorkingSolutionDuringMove(uninitializedVariableCount int, score Score, stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<TestdataRichChainedSolution> in method public demandRichChained() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public getProblemScale(solution Solution_, entity Object) : long in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public assertShadowVariablesAreNotStale(expectedWorkingScore Score, completedAction Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public buildSolutionDescriptor(solutionClass Class<Solution_>, entityClassList List<Class<?>>) : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type workingSolution : Solution to workingSolution : Solution_ in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Variable Type defaultSolver : DefaultSolver<Solution> to defaultSolver : DefaultSolver<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public exportSolution(file File) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method public buildSolutionDescriptor(configContext SolverConfigContext) : SolutionDescriptor<Solution_> in class org.optaplanner.core.config.domain.ScanAnnotatedClassesConfig |
From |
To |
|
Change Variable Type unsolvedSolution : Solution to unsolvedSolution : Solution_ in method public read(inputSolutionFile File) : Solution_ in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method protected convert(inputFile File, outputFile File) : void in class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method private determineGlobalShadowOrder() : void in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type variableDescriptorList : List<GenuineVariableDescriptor> to variableDescriptorList : List<GenuineVariableDescriptor<Solution_>> in method public createSwapMove(leftEntity Object, rightEntity Object) : SwapMove<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method public runFastAndFullAssert() : void in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<TestdataSolution> in method public demandBasic() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected runSpeedTest(unsolvedDataFile File, bestScoreLimitString String, environmentMode EnvironmentMode) : void in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Variable Type scoreDirectorFactory : ScoreDirectorFactory to scoreDirectorFactory : ScoreDirectorFactory<Solution_> in method public setSolver(solver Solver<Solution_>) : void in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in method protected loadSolutionClass(reflections Reflections) : Class<Solution_> in class org.optaplanner.core.config.domain.ScanAnnotatedClassesConfig |
From |
To |
|
Change Variable Type bestSolution : Solution to bestSolution : Solution_ in method public runPhase() : void in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Variable Type solver : Solver<Solution> to solver : Solver<Solution_> in method public runPhase() : void in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method public bestSolutionChanged(event BestSolutionChangedEvent<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Variable Type bestSolution : Solution to bestSolution : Solution_ in method protected buildAndSolve(solverFactory SolverFactory<Solution_>, environmentMode EnvironmentMode, planningProblem Solution_, maximumMinutesSpent long) : Solution_ in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method protected appendVariablesToString(s StringBuilder, pillar List<Object>) : void in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Variable Type solution : Solution to solution : Solution_ in method public readSolution(inputSolutionFile File) : Solution_ in class org.optaplanner.examples.common.persistence.XStreamSolutionDao |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public cloneSolution(originalSolution Solution_) : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in method public isMoveDoable(scoreDirector ScoreDirector) : boolean in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.TailChainSwapMove |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public triggerAllVariableListeners() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type uncorruptedScoreDirector : InnerScoreDirector to uncorruptedScoreDirector : InnerScoreDirector<Solution_> in method public assertWorkingScoreFromScratch(workingScore Score, completedAction Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type planningProblem : Solution to planningProblem : Solution_ in method public runFastAndFullAssert() : void in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public createSwapMove(leftEntity Object, rightEntity Object) : SwapMove<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type newBestSolution : Solution to newBestSolution : Solution_ in method private checkProblemFactChanges() : boolean in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Variable Type solver : Solver<Solution> to solver : Solver<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public unimprovedUninitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Variable Type inputSolution : Solution to inputSolution : Solution_ in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public countMutations(a Solution_, b Solution_) : int in class org.optaplanner.core.impl.domain.solution.mutation.MutationCounter |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public unimprovedInitializedProcessWorkingSolutionDuringMove() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public assertShadowVariablesAreNotStale(expectedWorkingScore Score, completedAction Object) : void in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Variable Type genuineEntityDescriptorList : List<EntityDescriptor> to genuineEntityDescriptorList : List<EntityDescriptor<Solution_>> in method public getGenuineEntityDescriptors() : Collection<EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type phaseScope : AbstractPhaseScope to phaseScope : AbstractPhaseScope<Solution_> in method public processWorkingSolutionDuringMove(uninitializedVariableCount int, score Score, stepScope AbstractStepScope<Solution_>) : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller |
From |
To |
|
Change Variable Type solution2 : Solution to solution2 : AbstractSolution in method public unimprovedInitializedProcessWorkingSolutionDuringStep() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type phaseScope : CustomPhaseScope to phaseScope : CustomPhaseScope<Solution_> in method public stepEnded(stepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<TestdataSolution> in method public demandBasic() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupportTest |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.ExhaustiveSearchTest |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method public runPhase() : void in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Variable Type xmlInputBuilder : XmlInputBuilder to xmlInputBuilder : XmlInputBuilder<Solution_> in method public readSolution(inputFile File) : Solution_ in class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter |
From |
To |
|
Change Variable Type solution : Solution to solution : AbstractSolution in method public improvedInitializedProcessWorkingSolutionDuringMove() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type importer : AbstractSolutionImporter to importer : AbstractSolutionImporter<Solution_> in method private determineImporter(file File) : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method public open(solver Solver<Solution_>) : void in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic |
From |
To |
|
Change Variable Type helpSolution : Solution to helpSolution : AbstractSolution in method public improvedInitializedProcessWorkingSolutionDuringMove() : void in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type problemBenchmarkResult : ProblemBenchmarkResult to problemBenchmarkResult : ProblemBenchmarkResult<Solution_> in method public call() : SubSingleBenchmarkRunner<Solution_> in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner |
From |
To |
|
Change Variable Type entityDescriptor : EntityDescriptor to entityDescriptor : EntityDescriptor<Solution_> in method public getGenuineEntityDescriptors() : Collection<EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Variable Type guiInnerScoreDirector : InnerScoreDirector to guiInnerScoreDirector : InnerScoreDirector<Solution_> in method public createSwapMove(leftEntity Object, rightEntity Object) : SwapMove<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Variable Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in method public countUninitializedVariables(entity Object) : int in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Variable Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public stepEnded(stepScope CustomStepScope<Solution_>) : void in class org.optaplanner.core.impl.phase.custom.DefaultCustomPhase |
From |
To |
|
Change Variable Type solverFactory : SolverFactory<Solution> to solverFactory : SolverFactory<Solution_> in method protected buildSolverFactory() : SolverFactory<Solution_> in class org.optaplanner.examples.common.app.SolveAllTurtleTest |
From |
To |
|
Change Variable Type score : Score to solverScope : DefaultSolverScope<Solution_> in method private setupConstrunctionHeuristics(solverScope DefaultSolverScope<Solution_>) : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerTest |
From |
To |
|
Change Variable Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in method protected assertWorkingSolutionInitialized(phaseScope AbstractPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Attribute Type solutionImporter : AbstractSolutionImporter to solutionImporter : AbstractSolutionImporter<Solution_> in class org.optaplanner.examples.common.app.ImportDirSolveAllTurtleTest |
From |
To |
|
Change Attribute Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Attribute Type exporter : AbstractSolutionExporter to exporter : AbstractSolutionExporter<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Attribute Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Attribute Type importers : AbstractSolutionImporter[] to importers : AbstractSolutionImporter<Solution_>[] in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Attribute Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in class org.optaplanner.core.impl.phase.AbstractPhase |
From |
To |
|
Change Attribute Type solverConfig : SolverConfig to solverConfig : SolverConfig<Solution_> in class org.optaplanner.benchmark.config.SolverBenchmarkConfig |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
From |
To |
|
Change Attribute Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Attribute Type lastCompletedStepScope : LocalSearchStepScope to lastCompletedStepScope : LocalSearchStepScope<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope |
From |
To |
|
Change Attribute Type easyScoreCalculator : EasyScoreCalculator to easyScoreCalculator : EasyScoreCalculator<Solution_> in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirectorFactory |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.UnsolvedDirSolveAllTurtleTest |
From |
To |
|
Change Attribute Type workingSolution : Solution to workingSolution : Solution_ in class org.optaplanner.core.impl.heuristic.selector.value.FromEntityPropertyValueSelector |
From |
To |
|
Change Attribute Type bestSolution : Solution to bestSolution : Solution_ in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Attribute Type workingSolution : Solution to workingSolution : Solution_ in class org.optaplanner.core.impl.score.director.AbstractScoreDirector |
From |
To |
|
Change Attribute Type clonedSolution : Solution to clonedSolution : Solution_ in class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
From |
To |
|
Change Attribute Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in class org.optaplanner.core.impl.heuristic.selector.value.FromEntityPropertyValueSelector |
From |
To |
|
Change Attribute Type xStreamSolutionFileIO : XStreamSolutionFileIO to xStreamSolutionFileIO : XStreamSolutionFileIO<Solution_> in class org.optaplanner.examples.common.persistence.XStreamSolutionDao |
From |
To |
|
Change Attribute Type assertionScoreDirectorFactory : InnerScoreDirectorFactory to assertionScoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Attribute Type valueRangeDescriptor : ValueRangeDescriptor to valueRangeDescriptor : ValueRangeDescriptor<Solution_> in class org.optaplanner.core.impl.domain.variable.descriptor.GenuineVariableDescriptor |
From |
To |
|
Change Attribute Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope |
From |
To |
|
Change Attribute Type lowestEntityDescriptorCache : Map<Class<?>,EntityDescriptor> to lowestEntityDescriptorCache : Map<Class<?>,EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Attribute Type solver : Solver<Solution_> to solver : DefaultSolver<Solution_> in class org.optaplanner.core.api.solver.event.BestSolutionChangedEvent |
From |
To |
|
Change Attribute Type sourceEntityToNotifiableMap : Map<EntityDescriptor,List<VariableListenerNotifiable>> to sourceEntityToNotifiableMap : Map<EntityDescriptor<Solution_>,List<VariableListenerNotifiable>> in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Attribute Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.cloner.FieldAccessingSolutionCloner |
From |
To |
|
Change Attribute Type entityDescriptorMap : Map<Class<?>,EntityDescriptor> to entityDescriptorMap : Map<Class<?>,EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Attribute Type variableDescriptorList : List<GenuineVariableDescriptor> to variableDescriptorList : List<GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove |
From |
To |
|
Change Attribute Type solutionCloner : SolutionCloner to solutionCloner : SolutionCloner<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Attribute Type lastCompletedStepScope : ConstructionHeuristicStepScope to lastCompletedStepScope : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicPhaseScope |
From |
To |
|
Change Attribute Type effectiveGenuineVariableDescriptorMap : Map<String,GenuineVariableDescriptor> to effectiveGenuineVariableDescriptorMap : Map<String,GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Attribute Type declaredGenuineVariableDescriptorMap : Map<String,GenuineVariableDescriptor> to declaredGenuineVariableDescriptorMap : Map<String,GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Attribute Type mutationCounter : MutationCounter to mutationCounter : MutationCounter<Solution_> in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.SolverPerformanceTest |
From |
To |
|
Change Attribute Type childValueRangeDescriptorList : List<ValueRangeDescriptor> to childValueRangeDescriptorList : List<ValueRangeDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.valuerange.descriptor.CompositeValueRangeDescriptor |
From |
To |
|
Change Attribute Type pointList : List<P> to pointList : List<StatisticPoint_> in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic |
From |
To |
|
Change Attribute Type scoreDirector : InnerScoreDirector to scoreDirector : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope |
From |
To |
|
Change Attribute Type scoreDirectorFactory : InnerScoreDirectorFactory to scoreDirectorFactory : InnerScoreDirectorFactory<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Attribute Type incrementalScoreCalculator : IncrementalScoreCalculator to incrementalScoreCalculator : IncrementalScoreCalculator<Solution_> in class org.optaplanner.core.impl.score.director.incremental.IncrementalScoreDirector |
From |
To |
|
Change Attribute Type easyScoreCalculator : EasyScoreCalculator to easyScoreCalculator : EasyScoreCalculator<Solution_> in class org.optaplanner.core.impl.score.director.easy.EasyScoreDirector |
From |
To |
|
Change Attribute Type solverConfig : SolverConfig to solverConfig : SolverConfig<Solution_> in class org.optaplanner.core.impl.solver.AbstractSolverFactory |
From |
To |
|
Change Attribute Type solutionFileIO : SolutionFileIO to solutionFileIO : SolutionFileIO<Solution_> in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult |
From |
To |
|
Change Attribute Type oldBestSolution : Solution to oldBestSolution : Solution_ in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.BestSolutionMutationSubSingleStatisticListener |
From |
To |
|
Change Attribute Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Attribute Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in class org.optaplanner.core.impl.domain.solution.descriptor.SolutionDescriptor |
From |
To |
|
Change Attribute Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.solution.mutation.MutationCounter |
From |
To |
|
Change Attribute Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.domain.valuerange.descriptor.AbstractValueRangeDescriptor |
From |
To |
|
Change Attribute Type variableDescriptors : Collection<GenuineVariableDescriptor> to variableDescriptors : Collection<GenuineVariableDescriptor<Solution_>> in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarSwapMove |
From |
To |
|
Change Attribute Type stepScope : LocalSearchStepScope to stepScope : LocalSearchStepScope<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
From |
To |
|
Change Attribute Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.heuristic.selector.move.generic.PillarChangeMove |
From |
To |
|
Change Attribute Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory |
From |
To |
|
Change Attribute Type solutionClass : Class<? extends Solution> to solutionClass : Class<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Attribute Type variableDescriptor : GenuineVariableDescriptor to variableDescriptor : GenuineVariableDescriptor<Solution_> in class org.optaplanner.core.impl.heuristic.selector.move.generic.chained.TailChainSwapMove |
From |
To |
|
Change Attribute Type bestSolutionRecaller : BestSolutionRecaller to bestSolutionRecaller : BestSolutionRecaller<Solution_> in class org.optaplanner.core.impl.solver.DefaultSolver |
From |
To |
|
Change Attribute Type solutionDescriptor : SolutionDescriptor to solutionDescriptor : SolutionDescriptor<Solution_> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.app.PhaseTest |
From |
To |
|
Change Attribute Type scanAnnotatedClassesConfig : ScanAnnotatedClassesConfig to scanAnnotatedClassesConfig : ScanAnnotatedClassesConfig<Solution_> in class org.optaplanner.core.config.solver.SolverConfig |
From |
To |
|
Change Attribute Type lastCompletedStepScope : CustomStepScope to lastCompletedStepScope : CustomStepScope<Solution_> in class org.optaplanner.core.impl.phase.custom.scope.CustomPhaseScope |
From |
To |
|
Change Attribute Type solutionDao : SolutionDao to solutionDao : SolutionDao<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |
|
Change Attribute Type inheritedEntityDescriptorList : List<EntityDescriptor> to inheritedEntityDescriptorList : List<EntityDescriptor<Solution_>> in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor |
From |
To |
|
Change Attribute Type guiScoreDirector : ScoreDirector to guiScoreDirector : ScoreDirector<Solution_> in class org.optaplanner.examples.common.business.SolutionBusiness |
From |
To |