548155965d1b8bb37a2e44ece904cd5903da1b8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 3 | ||
Extract Variable outcome : Outcome in method public afterCommit(state ReadableTransactionState, tx KernelTransaction, hooksState TransactionHooksState) : void from class org.neo4j.kernel.impl.api.TransactionHooks | From | To | |
Extract Variable hook : TransactionHook in method public afterCommit(state ReadableTransactionState, tx KernelTransaction, hooksState TransactionHooksState) : void from class org.neo4j.kernel.impl.api.TransactionHooks | From | To | |
Extract Variable outcome : Outcome in method public beforeCommit(state ReadableTransactionState, tx KernelTransaction, storeReadLayer StoreReadLayer, storageStatement StorageStatement) : TransactionHooksState from class org.neo4j.kernel.impl.api.TransactionHooks | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transactionEventHandlers : Collection<TransactionEventHandler> to transactionEventHandlers : CopyOnWriteArraySet<TransactionEventHandler> in class org.neo4j.kernel.internal.TransactionEventHandlers | From | To |