4bb01c94a95d61d7e7bea8d6f07270d01710c8e3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private printInputSummary(storeDir File, nodesFiles Collection<Option<File[]>>, relationshipsFiles Collection<Option<File[]>>) : void renamed to private printOverview(storeDir File, nodesFiles Collection<Option<File[]>>, relationshipsFiles Collection<Option<File[]>>) : void in class org.neo4j.tooling.ImportTool | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type monitor : IoMonitor to monitor : Monitor in method package EntityStoreUpdaterStep(control StageControl, config Configuration, entityStore AbstractRecordStore<RECORD>, propertyStore PropertyStore, ioMonitor IoMonitor, writerFactory WriterFactory, monitor Monitor) in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.unsafe.impl.batchimport.staging.ExecutionMonitor.Adpter renamed to org.neo4j.unsafe.impl.batchimport.staging.ExecutionMonitor.Adapter | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable file : File to value : Object in method private printIndented(value Object) : void in class org.neo4j.tooling.ImportTool | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type file : File to value : Object in method private printIndented(value Object) : void in class org.neo4j.tooling.ImportTool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type monitor : IoMonitor to monitor : Monitor in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep | From | To | |
| Extract Method | 2 | ||
| Extract Method private printIndented(value Object) : void extracted from private printInputFiles(name String, files Collection<Option<File[]>>) : void in class org.neo4j.tooling.ImportTool | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter monitor : IoMonitor to ioMonitor : IoMonitor in method package EntityStoreUpdaterStep(control StageControl, config Configuration, entityStore AbstractRecordStore<RECORD>, propertyStore PropertyStore, ioMonitor IoMonitor, writerFactory WriterFactory, monitor Monitor) in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep | From | To |