42edc5bf33f82d31352099427d191daafacee5cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getThreadPoolSize() : String renamed to public getActiveThreadCount() : String in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
Rename Method public setThreadPoolSize(threadPoolSize String) : void renamed to public setActiveThreadCount(activeThreadCount String) : void in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute executorService : ExecutorService to threadPoolExecutor : ThreadPoolExecutor in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
Extract Variable | 1 | ||
Extract Variable partCount : int in method public solve(solverScope DefaultSolverScope<Solution_>) : void from class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type executorService : ExecutorService to threadPoolExecutor : ThreadPoolExecutor in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter threadPoolSize : String to activeThreadCount : String in method public setActiveThreadCount(activeThreadCount String) : void in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To |