e9267beaeaf1368c9f7b89d652123751666f3bf2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setNumberOfProcessors(numberOfProcessors int) : ControlledStep<T> renamed to public setProcessors(numberOfProcessors int) : ControlledStep<T> in class org.neo4j.unsafe.impl.batchimport.staging.ControlledStep | From | To | |
Move Method | 3 | ||
Move Method public numberOfProcessors() : int from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep to public numberOfProcessors() : int from class org.neo4j.unsafe.impl.batchimport.Parallelizable.Delegate | From | To | |
Move Method public incrementNumberOfProcessors() : boolean from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep to public incrementNumberOfProcessors() : boolean from class org.neo4j.unsafe.impl.batchimport.Parallelizable.Delegate | From | To | |
Move Method public decrementNumberOfProcessors() : boolean from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep to public decrementNumberOfProcessors() : boolean from class org.neo4j.unsafe.impl.batchimport.Parallelizable.Delegate | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.unsafe.impl.batchimport.Parallelizable.Delegate from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To |