db3af12bf8827d263b741b06643be871ea19f94b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type candidate : Map.Entry<Object,AtomicLong> to candidate : Map.Entry<Object,MutableLong> in method public getRelationshipTypes(belowOrEqualToThreshold long) : Object[] in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To | |
Change Variable Type comparator : Comparator<Map.Entry<Object,AtomicLong>> to comparator : Comparator<Map.Entry<Object,MutableLong>> in method protected done() : void in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To | |
Change Variable Type count : AtomicLong to count : MutableLong in method protected process(batch Batch<InputRelationship,RelationshipRecord>, sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type SORT_BY_ID_DESC : Comparator<Map.Entry<Object,AtomicLong>> to SORT_BY_ID_DESC : Comparator<Map.Entry<Object,MutableLong>> in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To | |
Change Attribute Type sortedTypes : Map.Entry<Object,AtomicLong>[] to sortedTypes : Map.Entry<Object,MutableLong>[] in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To | |
Change Attribute Type SORT_BY_COUNT_DESC : Comparator<Map.Entry<Object,AtomicLong>> to SORT_BY_COUNT_DESC : Comparator<Map.Entry<Object,MutableLong>> in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStep | From | To |