3382a968a1ab634b7bc4f87a0b020b95ce05c7f6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type nodeStore : RecordStore<NodeRecord> to nodeStore : NodeStore in method package NodeSetFirstGroupStep(control StageControl, config Configuration, nodeStore NodeStore, cache ByteArray) in class org.neo4j.unsafe.impl.batchimport.NodeSetFirstGroupStep | From | To | |
Change Parameter Type cursor : RecordCursor<RECORD> to cursor : PageCursor in method public append(store RecordStore<RECORD>, cursor PageCursor, array RECORD[], id long, index int) : boolean in class org.neo4j.unsafe.impl.batchimport.staging.RecordDataAssembler | From | To | |
Change Parameter Type nodeStore : RecordStore<NodeRecord> to nodeStore : NodeStore in method public NodeFirstGroupStage(config Configuration, groupStore RecordStore<RelationshipGroupRecord>, nodeStore NodeStore, cache ByteArray) in class org.neo4j.unsafe.impl.batchimport.NodeFirstGroupStage | From | To | |
Rename Variable | 1 | ||
Rename Variable node : NodeRecord to nodeRecord : NodeRecord in method protected process(batch RelationshipGroupRecord[], sender BatchSender) : void in class org.neo4j.unsafe.impl.batchimport.NodeSetFirstGroupStep | From | To | |
Change Return Type | 1 | ||
Change Return Type RecordStore<RelationshipGroupRecord> to RelationshipGroupStore in method public getRelationshipGroupStore() : RelationshipGroupStore in class org.neo4j.unsafe.impl.batchimport.store.BatchingNeoStores | From | To | |
Rename Attribute | 1 | ||
Rename Attribute nodeRecordCursor : RecordCursor<NodeRecord> to nodeCursor : PageCursor in class org.neo4j.unsafe.impl.batchimport.NodeSetFirstGroupStep | From | To | |
Change Variable Type | 1 | ||
Change Variable Type store : RecordStore<RelationshipGroupRecord> to store : RelationshipGroupStore in method private verifyGroupsAreSequentiallyOrderedByNode() : void in class org.neo4j.unsafe.impl.batchimport.RelationshipGroupDefragmenterTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cursor : RecordCursor<R> to cursor : PageCursor in class org.neo4j.kernel.impl.store.Scanner.Scan | From | To | |
Change Attribute Type nodeRecordCursor : RecordCursor<NodeRecord> to nodeCursor : PageCursor in class org.neo4j.unsafe.impl.batchimport.NodeSetFirstGroupStep | From | To |