a99d888f7c57b14523da5d41ee59f67e3b7af488
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type storeApplier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public TransactionRepresentationCommitProcess(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator) in class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcess | From | To | |
Change Parameter Type applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.impl.factory.CommunityCommitProcessFactory | From | To | |
Change Parameter Type applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.ha.factory.HighlyAvailableCommitProcessFactory | From | To | |
Change Parameter Type applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.impl.api.CommitProcessFactory | From | To | |
Change Parameter Type labelScanWriters : RecoveryLabelScanWriterProvider to beforeForcing : Closeable in method public DefaultRecoverySPI(beforeForcing Closeable, storeFlusher StoreFlusher, neoStores NeoStores, logFileRecoverer Visitor<LogVersionedStoreChannel,IOException>, logFiles PhysicalLogFiles, fileSystemAbstraction FileSystemAbstraction, logVersionRepository LogVersionRepository, checkPointFinder LatestCheckPointFinder) in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To | |
Rename Variable | 2 | ||
Rename Variable labelScanWriters : RecoveryLabelScanWriterProvider to recoveryLabelScanWriters : RecoveryLabelScanWriterProvider in method public RecordStorageEngine(storeDir File, config Config, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, fs FileSystemAbstraction, logProvider LogProvider, propertyKeyTokenHolder PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, schemaStateChangeCallback Runnable, constraintSemantics ConstraintSemantics, scheduler JobScheduler, tokenNameLookup TokenNameLookup, lockService LockService, indexProvider SchemaIndexProvider, indexingServiceMonitor IndexingService.Monitor, kernelHealth KernelHealth, labelScanStoreProvider LabelScanStoreProvider, legacyIndexProviderLookup LegacyIndexProviderLookup, indexConfigStore IndexConfigStore) in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine | From | To | |
Rename Variable recordStateVisitor : TxStateVisitor to txStateVisitor : TxStateVisitor in method public createCommands(txState TransactionState, legacyIndexTransactionState LegacyIndexTransactionState, locks Locks.Client, operations StatementOperationParts, storeStatement StoreStatement, lastTransactionIdWhenStarted long) : Collection<Command> in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine | From | To | |
Rename Attribute | 2 | ||
Rename Attribute labelScanWriters : RecoveryLabelScanWriterProvider to beforeForcing : Closeable in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To | |
Rename Attribute storeApplier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcess | From | To | |
Extract Variable | 1 | ||
Extract Variable storageEngine : StorageEngine in method public shouldThrowWhenIndexUpdatesValidationFails() : void from class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcessTest | From | To | |
Split Parameter | 2 | ||
Split Parameter storageEngine : StorageEngine to [labelScanStore : LabelScanStore, legacyIndexApplierLookup : LegacyIndexApplierLookup] in method public BatchingTransactionRepresentationStoreApplier(lockService LockService, indexConfigStore IndexConfigStore, legacyIndexTransactionOrdering IdOrderingQueue, labelScanStore LabelScanStore, legacyIndexApplierLookup LegacyIndexApplierLookup, neoStores NeoStores, cacheAccess CacheAccessBackDoor, indexingService IndexingService, kernelHealth KernelHealth) in class org.neo4j.kernel.impl.api.BatchingTransactionRepresentationStoreApplier | From | To | |
Split Parameter storageEngine : StorageEngine to [kernelHealth : KernelHealth, indexingService : IndexingService] in method private BatchingTransactionRepresentationStoreApplier(labelScanWriterProvider RecoveryLabelScanWriterProvider, lockService LockService, legacyIndexApplierLookup RecoveryLegacyIndexApplierLookup, indexConfigStore IndexConfigStore, legacyIndexTransactionOrdering IdOrderingQueue, neoStores NeoStores, cacheAccess CacheAccessBackDoor, indexingService IndexingService, kernelHealth KernelHealth) in class org.neo4j.kernel.impl.api.BatchingTransactionRepresentationStoreApplier | From | To | |
Extract Method | 4 | ||
Extract Method private createStoreApplier() : TransactionRepresentationStoreApplier extracted from public shouldPanicOnIOExceptions() : void in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplierTest | From | To | |
Extract Method private createStoreApplier() : TransactionRepresentationStoreApplier extracted from public shouldUpdateIdGeneratorsOnExternalCommit() : void in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplierTest | From | To | |
Extract Method private createStoreApplier() : TransactionRepresentationStoreApplier extracted from public shouldNotifyIdQueueWhenAppliedToLegacyIndexes() : void in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplierTest | From | To | |
Extract Method private createStoreApplier() : TransactionRepresentationStoreApplier extracted from public transactionRepresentationShouldAcceptApplierVisitor() : void in class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplierTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type storeApplier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcess | From | To | |
Change Attribute Type labelScanWriters : RecoveryLabelScanWriterProvider to beforeForcing : Closeable in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To | |
Rename Parameter | 5 | ||
Rename Parameter storeApplier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public TransactionRepresentationCommitProcess(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator) in class org.neo4j.kernel.impl.api.TransactionRepresentationCommitProcess | From | To | |
Rename Parameter applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.impl.factory.CommunityCommitProcessFactory | From | To | |
Rename Parameter applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.ha.factory.HighlyAvailableCommitProcessFactory | From | To | |
Rename Parameter applier : TransactionRepresentationStoreApplier to storageEngine : StorageEngine in method public create(appender TransactionAppender, storageEngine StorageEngine, indexUpdatesValidator IndexUpdatesValidator, config Config) : TransactionCommitProcess in class org.neo4j.kernel.impl.api.CommitProcessFactory | From | To | |
Rename Parameter labelScanWriters : RecoveryLabelScanWriterProvider to beforeForcing : Closeable in method public DefaultRecoverySPI(beforeForcing Closeable, storeFlusher StoreFlusher, neoStores NeoStores, logFileRecoverer Visitor<LogVersionedStoreChannel,IOException>, logFiles PhysicalLogFiles, fileSystemAbstraction FileSystemAbstraction, logVersionRepository LogVersionRepository, checkPointFinder LatestCheckPointFinder) in class org.neo4j.kernel.recovery.DefaultRecoverySPI | From | To |