b8ae184146e16fd83cb8294317c3da2e8587fb5d
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public runCacheType(cacheType SelectionCacheType, timesCalled int) : void renamed to public filter(cacheType SelectionCacheType, timesCalled int) : void in class org.optaplanner.core.impl.heuristic.selector.entity.decorator.FilteringEntitySelectorTest | From | To | |
Rename Method public runCacheType(cacheType SelectionCacheType, timesCalled int) : void renamed to public filter(cacheType SelectionCacheType, timesCalled int) : void in class org.optaplanner.core.impl.heuristic.selector.move.decorator.FilteringMoveSelectorTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public create(valueSelector ValueSelector) : ValueSelector extracted from protected applyInitializedChainedValueFilter(configPolicy HeuristicConfigPolicy, variableDescriptor GenuineVariableDescriptor, resolvedCacheType SelectionCacheType, resolvedSelectionOrder SelectionOrder, valueSelector ValueSelector) : ValueSelector in class org.optaplanner.core.config.heuristic.selector.value.ValueSelectorConfig & moved to class org.optaplanner.core.impl.heuristic.selector.value.decorator.InitializedValueSelector | From | To |