9b6082c6887fc13bd693d787231da5b8e5d12113
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type txId : long to txId : int in method private tx(txId int) : CommittedTransactionRepresentation in class org.neo4j.causalclustering.catchup.tx.ChunkedTransactionStreamTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable lastCommittedTransactionId : long to txIdPromise : long in method private getCursor(txIdPromise long, ctx ChannelHandlerContext, firstTxId long, localStoreId StoreId, expectedStoreId StoreId) : IOCursor<CommittedTransactionRepresentation> in class org.neo4j.causalclustering.catchup.tx.TxPullRequestHandler | From | To | |
Extract Variable | 1 | ||
Extract Variable result : CatchupResult in method public readChunk(allocator ByteBufAllocator) : Object from class org.neo4j.causalclustering.catchup.tx.ChunkedTransactionStream | From | To |