210d7bfd6dce053cd232d6c52a8c12cc7988d8d9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method public setAssertStepScoreFromScratch(assertStepScoreFromScratch boolean) : void from class org.optaplanner.core.impl.localsearch.DefaultLocalSearchPhase to public setAssertStepScoreFromScratch(assertStepScoreFromScratch boolean) : void from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Method public setAssertExpectedStepScore(assertExpectedStepScore boolean) : void from class org.optaplanner.core.impl.localsearch.DefaultLocalSearchPhase to public setAssertExpectedStepScore(assertExpectedStepScore boolean) : void from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Method public setAssertExpectedStepScore(assertExpectedStepScore boolean) : void from class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase to public setAssertExpectedStepScore(assertExpectedStepScore boolean) : void from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Method public setAssertStepScoreFromScratch(assertStepScoreFromScratch boolean) : void from class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase to public setAssertStepScoreFromScratch(assertStepScoreFromScratch boolean) : void from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute protected assertStepScoreFromScratch : boolean from class org.optaplanner.core.impl.localsearch.DefaultLocalSearchPhase to protected assertStepScoreFromScratch : boolean from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Attribute protected assertExpectedStepScore : boolean from class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase to protected assertExpectedStepScore : boolean from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Attribute protected assertExpectedStepScore : boolean from class org.optaplanner.core.impl.localsearch.DefaultLocalSearchPhase to protected assertExpectedStepScore : boolean from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Pull Up Attribute protected assertStepScoreFromScratch : boolean from class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase to protected assertStepScoreFromScratch : boolean from class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected predictWorkingStepScore(stepScope AbstractStepScope<Solution_>, completedAction Object) : void extracted from private doStep(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase & moved to class org.optaplanner.core.impl.phase.AbstractPhase | From | To | |
Extract And Move Method protected predictWorkingStepScore(stepScope AbstractStepScope<Solution_>, completedAction Object) : void extracted from private doStep(stepScope LocalSearchStepScope<Solution_>) : void in class org.optaplanner.core.impl.localsearch.DefaultLocalSearchPhase & moved to class org.optaplanner.core.impl.phase.AbstractPhase | From | To |