e30383094dbd67f41fbe0c43916c08c57268f7dc
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method protected nextBatchOrNull(ticket long, batchSize int) : Object from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep to protected nextBatchOrNull(ticket long, batchSize int) : Object from class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep | From | To | |
| Move Method protected position() : long from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep to protected position() : long from class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private ids : RecordIdIterator from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep to private ids : RecordIdIterator from class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep | From | To | |
| Move Attribute private recordSize : int from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep to private recordSize : int from class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep | From | To | |
| Move Attribute private count : long from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep to private count : long from class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.unsafe.impl.batchimport.staging.BatchFeedStep from class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute recordSize : int to batchSize : int in class org.neo4j.unsafe.impl.batchimport.staging.ReadRecordsStep | From | To |