20c03f65741285a0312ecbc9b6dc65c3e5bc3543
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable lastTxId : long in method protected channelRead0(ctx ChannelHandlerContext, msg TxPullRequest) : void from class org.neo4j.causalclustering.catchup.tx.TxPullRequestHandler | From | To | |
Extract Method | 2 | ||
Extract Method private endInteraction(ctx ChannelHandlerContext, status CatchupResult, lastCommittedTransactionId long) : void extracted from protected channelRead0(ctx ChannelHandlerContext, msg TxPullRequest) : void in class org.neo4j.causalclustering.catchup.tx.TxPullRequestHandler | From | To | |
Extract Method private getCursor(ctx ChannelHandlerContext, firstTxId long, localStoreId StoreId, expectedStoreId StoreId) : IOCursor<CommittedTransactionRepresentation> extracted from protected channelRead0(ctx ChannelHandlerContext, msg TxPullRequest) : void in class org.neo4j.causalclustering.catchup.tx.TxPullRequestHandler | From | To |