1fcfd4d183ab6d179d3209ce57c376bb146cb424
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type solver : DefaultSolver<Solution_> to solver : Solver<Solution_> in method public BestSolutionChangedEvent(solver Solver<Solution_>, timeMillisSpent long, newBestSolution Solution_, newBestScore Score) in class org.optaplanner.core.api.solver.event.BestSolutionChangedEvent | From | To | |
Move Method | 1 | ||
Move Method protected buildBestSolutionRecaller(environmentMode EnvironmentMode) : BestSolutionRecaller<Solution_> from class org.optaplanner.core.config.solver.SolverConfig to public buildBestSolutionRecaller(environmentMode EnvironmentMode) : BestSolutionRecaller<Solution_> from class org.optaplanner.core.config.solver.recaller.BestSolutionRecallerConfig | From | To | |
Extract Variable | 1 | ||
Extract Variable phaseTermination : Termination in method protected configurePhase(phase AbstractPhase, phaseIndex int, configPolicy HeuristicConfigPolicy, bestSolutionRecaller BestSolutionRecaller, solverTermination Termination) : void from class org.optaplanner.core.config.phase.PhaseConfig | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type solver : DefaultSolver<Solution_> to solver : Solver<Solution_> in class org.optaplanner.core.impl.solver.event.SolverEventSupport | From | To | |
Change Attribute Type solver : DefaultSolver<Solution_> to solver : Solver<Solution_> in class org.optaplanner.core.api.solver.event.BestSolutionChangedEvent | From | To |