a585a2683aacb49a457ef280e83f595c714f3bcb
Files Diff
- Added: 15
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public close() : void from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to public close() : void from class org.neo4j.unsafe.impl.batchimport.InputIteratorBatcherStep | From | To | |
Push Down Method protected position() : long from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to protected position() : long from class org.neo4j.unsafe.impl.batchimport.InputIteratorBatcherStep | From | To | |
Push Down Method public processors(delta int) : int from class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep to public processors(delta int) : int from class org.neo4j.unsafe.impl.batchimport.InputIteratorBatcherStep | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type storeName : String to storeFile : StoreFile in method package StoreType(storeFile StoreFile, recordStore boolean) in class org.neo4j.kernel.impl.store.StoreType | From | To | |
Change Parameter Type storeName : String to storeFile : StoreFile in method package StoreType(storeFile StoreFile) in class org.neo4j.kernel.impl.store.StoreType | From | To | |
Change Parameter Type data : InputIterator<T> to data : Iterator<T> in method public IteratorBatcherStep(control StageControl, config Configuration, data Iterator<T>, itemClass Class<T>) in class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep | From | To | |
Rename Attribute | 1 | ||
Rename Attribute storeName : String to storeFile : StoreFile in class org.neo4j.kernel.impl.store.StoreType | From | To | |
Extract Method | 1 | ||
Extract Method private newNeoStores() : NeoStores extracted from public BatchingNeoStores(fileSystem FileSystemAbstraction, storeDir File, recordFormats RecordFormats, config Configuration, logService LogService, initialIds AdditionalInitialIds, dbConfig Config) in class org.neo4j.unsafe.impl.batchimport.store.BatchingNeoStores | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type storeName : String to storeFile : StoreFile in class org.neo4j.kernel.impl.store.StoreType | From | To | |
Change Attribute Type data : InputIterator<T> to data : Iterator<T> in class org.neo4j.unsafe.impl.batchimport.staging.IteratorBatcherStep | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public fileNamePart() : String extracted from public getStoreName() : String in class org.neo4j.kernel.impl.store.StoreType & moved to class org.neo4j.kernel.impl.storemigration.StoreFile | From | To | |
Rename Parameter | 2 | ||
Rename Parameter storeName : String to storeFile : StoreFile in method package StoreType(storeFile StoreFile, recordStore boolean) in class org.neo4j.kernel.impl.store.StoreType | From | To | |
Rename Parameter storeName : String to storeFile : StoreFile in method package StoreType(storeFile StoreFile) in class org.neo4j.kernel.impl.store.StoreType | From | To |