841eb39ce9dd67bfa00d1ed91fa396e0be96131d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method protected process() : void from class org.neo4j.unsafe.impl.batchimport.RelationshipStoreProcessorStep to protected process() : void from class org.neo4j.unsafe.impl.batchimport.StoreProcessorStep | From | To | |
Pull Up Method protected process() : void from class org.neo4j.unsafe.impl.batchimport.NodeStoreProcessorStep to protected process() : void from class org.neo4j.unsafe.impl.batchimport.StoreProcessorStep | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public start() : void from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to protected done() : void from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To | |
Move Method | 1 | ||
Move Method protected done() : void from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to protected done() : void from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To | |
Move Attribute | 3 | ||
Move Attribute private endTime : long from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to protected endTime : long from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To | |
Move Attribute private startTime : long from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to protected startTime : long from class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To | |
Move Attribute private startTime : long from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to private startTime : long from class org.neo4j.unsafe.impl.batchimport.IoThroughputStat | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.unsafe.impl.batchimport.StoreProcessorStep from classes [org.neo4j.unsafe.impl.batchimport.NodeStoreProcessorStep, org.neo4j.unsafe.impl.batchimport.RelationshipStoreProcessorStep] | From | To |