f8545733d3a43be582d83e851a1683420401e7b3
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public badFileName() : String renamed to public badFile(storeDirectory File) : File in class org.neo4j.unsafe.impl.batchimport.Configuration.OverrideFromConfig | From | To | |
Rename Method public badFileName() : String renamed to public badFile(storeDirectory File) : File in class org.neo4j.unsafe.impl.batchimport.Configuration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type storeDir : String to storeDir : File in method public BatchingNeoStore(fileSystem FileSystemAbstraction, storeDir File, config Configuration, writeMonitor Monitor, logging Logging, monitors Monitors, writerFactory WriterFactory, initialIds AdditionalInitialIds) in class org.neo4j.unsafe.impl.batchimport.store.BatchingNeoStore | From | To | |
Rename Variable | 1 | ||
Rename Variable badRelationshipsFile : File to badFile : File in method public doImport(input Input) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter | From | To | |
Change Return Type | 2 | ||
Change Return Type String to File in method public badFile(storeDirectory File) : File in class org.neo4j.unsafe.impl.batchimport.Configuration.OverrideFromConfig | From | To | |
Change Return Type String to File in method public badFile(storeDirectory File) : File in class org.neo4j.unsafe.impl.batchimport.Configuration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type storeDir : String to storeDir : File in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public badFile(storeDirectory File) : File extracted from public doImport(input Input) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter & moved to class org.neo4j.unsafe.impl.batchimport.Configuration.Default | From | To |