1f3988e99acb465bb775791c3a57b08a5ba3f639
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable threadPoolExecutor : ThreadPoolExecutor to executor : ExecutorService in method public solve(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type threadPoolExecutor : ThreadPoolExecutor to executor : ExecutorService in method public solve(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Extract Method | 1 | ||
| Extract Method private createThreadPoolExecutor(partCount int) : ExecutorService extracted from public solve(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To |