841a6880c70d48f4c993014d97a4506b3508398d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getActiveThreadCount() : String renamed to public getRunnablePartThreadLimit() : String in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
| Rename Method public setActiveThreadCount(activeThreadCount String) : void renamed to public setRunnablePartThreadLimit(runnablePartThreadLimit String) : void in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
| Rename Method public setActiveThreadSemaphore(activeThreadSemaphore Semaphore) : void renamed to public setRunnableThreadSemaphore(runnableThreadSemaphore Semaphore) : void in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope | From | To | |
| Rename Method public setActiveThreadCount(activeThreadCount Integer) : void renamed to public setRunnablePartThreadLimit(runnablePartThreadLimit Integer) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Rename Variable | 1 | ||
| Rename Variable activeThreadSemaphore : Semaphore to runnablePartThreadSemaphore : Semaphore in method public solve(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute activeThreadCount : Integer to runnablePartThreadLimit : Integer in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Rename Attribute activeThreadSemaphore : Semaphore to runnableThreadSemaphore : Semaphore in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope | From | To | |
| Rename Attribute activeThreadCount : String to runnablePartThreadLimit : String in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter activeThreadCount : Integer to runnablePartThreadLimit : Integer in method public setRunnablePartThreadLimit(runnablePartThreadLimit Integer) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To | |
| Rename Parameter activeThreadSemaphore : Semaphore to runnableThreadSemaphore : Semaphore in method public setRunnableThreadSemaphore(runnableThreadSemaphore Semaphore) : void in class org.optaplanner.core.impl.solver.scope.DefaultSolverScope | From | To | |
| Rename Parameter activeThreadCount : String to runnablePartThreadLimit : String in method public setRunnablePartThreadLimit(runnablePartThreadLimit String) : void in class org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig | From | To | |
| Rename Parameter activeThreadSemaphore : Semaphore to runnablePartThreadSemaphore : Semaphore in method public buildPartitionSolver(childThreadPlumbingTermination ChildThreadPlumbingTermination, runnablePartThreadSemaphore Semaphore, solverScope DefaultSolverScope<Solution_>) : PartitionSolver<Solution_> in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhase | From | To |