c06babcf70c160dc0ec400cf7ba5729c1a425af1
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public close() : void moved from class org.neo4j.unsafe.impl.batchimport.NodeStage to class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter & inlined to public doImport(input Input) : void | From | To | |
| Move Method | 4 | ||
| Move Method public shouldCollectBadRelationships() : void from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest to public shouldCollectBadRelationships() : void from class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest | From | To | |
| Move Method private relationship(startNodeId long, endNodeId long) : Data from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest to private relationship(startNodeId long, endNodeId long) : Data from class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest | From | To | |
| Move Method private batch(relationships Data...) : Batch<InputRelationship,RelationshipRecord> from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest to private batch(relationships Data...) : Batch<InputRelationship,RelationshipRecord> from class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest | From | To | |
| Move Method private relationship(startNode Object, endNode Object, startNodeId long, endNodeId long) : Data from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest to private relationship(startNode Object, endNode Object, startNodeId long, endNodeId long) : Data from class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private badCollector : Collector from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStep to private badCollector : Collector from class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStep | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest from class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest | From | To | |
| Move Class | 2 | ||
| Move Class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest.Data moved to org.neo4j.unsafe.impl.batchimport.RelationshipRecordPreparationStepTest.Data | From | To | |
| Move Class org.neo4j.unsafe.impl.batchimport.staging.ForkedProcessorStepTest.DeadEndStep moved to org.neo4j.unsafe.impl.batchimport.staging.DeadEndStep | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type batch : Batch<InputRelationship,RelationshipRecord> to batch : RelationshipRecord[] in method public shouldNotProcessLoopsTwice() : void in class org.neo4j.unsafe.impl.batchimport.CalculateDenseNodesStepTest | From | To |