c99c04f72e994e626d85a57e345a1b9588da59f7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 2 | ||
Merge Attribute [neoStores : NeoStores, cacheAccess : CacheAccessBackDoor, indexingService : IndexingService, health : KernelHealth] to storageEngine : StorageEngine in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier | From | To | |
Merge Attribute [neoStores : NeoStores, legacyIndexProviderLookup : LegacyIndexApplierLookup] to storageEngine : StorageEngine in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type representation : TransactionRepresentation to representation : CommandStream in method public apply(representation CommandStream, indexUpdates ValidatedIndexUpdates, locks LockGroup, transactionId long, mode TransactionApplicationMode) : void in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected indexingService : IndexingService from class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier to private indexingService : IndexingService from class org.neo4j.kernel.impl.api.BatchingTransactionRepresentationStoreApplier | From | To | |
Merge Parameter | 2 | ||
Merge Parameter [labelScanStore : LabelScanStore, neoStore : NeoStores, cacheAccess : CacheAccessBackDoor, legacyIndexProviderLookup : LegacyIndexApplierLookup, kernelHealth : KernelHealth] to storageEngine : StorageEngine in method public BatchingTransactionRepresentationStoreApplier(lockService LockService, indexConfigStore IndexConfigStore, legacyIndexTransactionOrdering IdOrderingQueue, storageEngine StorageEngine) in class org.neo4j.kernel.impl.api.BatchingTransactionRepresentationStoreApplier | From | To | |
Merge Parameter [neoStores : NeoStores, indexingService : IndexingService, labelScanStore : LabelScanStore] to storageEngine : StorageEngine in method public StoreFlusher(storageEngine StorageEngine, indexProviders Iterable<IndexImplementation>) in class org.neo4j.kernel.impl.transaction.log.rotation.StoreFlusher | From | To | |
Rename Attribute | 1 | ||
Rename Attribute storeLayerModule : StoreLayerModule to storageEngine : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Extract Variable | 2 | ||
Extract Variable storageEngine : StorageEngine in method private createCheckPointer(metaDataStore MetaDataStore, kernelHealth KernelHealth, appender TransactionAppender) : CheckPointerImpl from class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcessIT | From | To | |
Extract Variable storageEngine : StorageEngine in method private createStoreApplier(indexStore IndexConfigStore, legacyIndexApplierLookup LegacyIndexApplierLookup, legacyIndexTransactionOrdering IdOrderingQueue, kernelHealth KernelHealth) : TransactionRepresentationStoreApplier from class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcessIT | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.kernel.impl.transaction.CommandStream from classes [org.neo4j.kernel.impl.transaction.TransactionRepresentation] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type storeLayerModule : StoreLayerModule to storageEngine : StorageEngine in class org.neo4j.kernel.NeoStoreDataSource | From | To |