f01366ebd3fc6d1f40f9b55541a8611562a0ad88
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private swapElement(trackerCache IntArray, left int, right int) : void inlined to private partition(leftIndex int, rightIndex int, pivotIndex int) : int in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.ParallelSort | From | To | |
Move Attribute | 1 | ||
Move Attribute private allIds : InputIterable<Object> from class org.neo4j.unsafe.impl.batchimport.NodeEncoderStep to private allIds : InputIterable<Object> from class org.neo4j.unsafe.impl.batchimport.staging.IdMapperPreparationStep | From | To | |
Change Variable Type | 3 | ||
Change Variable Type collidedIds : PrimitiveIntObjectMap<Map<Object,CollisionPoint>> to collidedIds : PrimitiveIntObjectMap<Map<Object,String>> in method private buildCollisionInfo(ids InputIterator<Object>, progress ProgressListener) : void in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper | From | To | |
Change Variable Type collisionsForGroup : Map<Object,CollisionPoint> to collisionsForGroup : Map<Object,String> in method private buildCollisionInfo(ids InputIterator<Object>, progress ProgressListener) : void in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper | From | To | |
Change Variable Type existing : CollisionPoint to existing : String in method private buildCollisionInfo(ids InputIterator<Object>, progress ProgressListener) : void in class org.neo4j.unsafe.impl.batchimport.cache.idmapping.string.EncodingIdMapper | From | To | |
Extract Method | 1 | ||
Extract Method protected resetStats() : void extracted from public start(orderedTickets boolean) : void in class org.neo4j.unsafe.impl.batchimport.staging.AbstractStep | From | To |