8c4897b81edf04734da2cc9f5949b8208a89b04f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type indexStore : IndexConfigStore to indexStore : Supplier<IndexConfigStore> in method public LuceneKernelExtension(storeDir File, config Config, indexStore Supplier<IndexConfigStore>, fileSystemAbstraction FileSystemAbstraction, indexProviders IndexProviders) in class org.neo4j.index.lucene.LuceneKernelExtension | From | To | |
Change Parameter Type indexStore : IndexConfigStore to indexStore : Supplier<IndexConfigStore> in method public LuceneIndexImplementation(storeDir File, config Config, indexStore Supplier<IndexConfigStore>, fileSystemAbstraction FileSystemAbstraction) in class org.neo4j.index.impl.lucene.LuceneIndexImplementation | From | To | |
Rename Variable | 1 | ||
Rename Variable metaDataStore : MetaDataStore to transactionIdStore : TransactionIdStore in method private buildTransactionLogs(storeDir File, config Config, logProvider LogProvider, scheduler JobScheduler, fileSystemAbstraction FileSystemAbstraction, indexProviders Iterable<IndexImplementation>, storageEngine StorageEngine) : TransactionLogModule in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Move Attribute | 1 | ||
Move Attribute private indexConfigStore : IndexConfigStore from class org.neo4j.kernel.NeoStoreDataSource to private indexConfigStore : IndexConfigStore from class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine | From | To | |
Change Variable Type | 1 | ||
Change Variable Type metaDataStore : MetaDataStore to transactionIdStore : TransactionIdStore in method private buildTransactionLogs(storeDir File, config Config, logProvider LogProvider, scheduler JobScheduler, fileSystemAbstraction FileSystemAbstraction, indexProviders Iterable<IndexImplementation>, storageEngine StorageEngine) : TransactionLogModule in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type indexStore : IndexConfigStore to indexStore : Supplier<IndexConfigStore> in class org.neo4j.index.lucene.LuceneKernelExtension | From | To | |
Change Attribute Type indexStore : IndexConfigStore to indexStore : Supplier<IndexConfigStore> in class org.neo4j.index.impl.lucene.LuceneIndexImplementation | From | To |