d79f4b027ccc04acb5f8a0220bd1041604db09a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method package lastAppliedTxId() : long renamed to package lastQueuedTxId() : long in class org.neo4j.causalclustering.catchup.tx.BatchingTxApplier | From | To | |
| Rename Method public shouldNotScheduleNewPullIfThereIsWorkPending() : void renamed to public shouldKeepMakingPullRequestsUntilEndOfStream() : void in class org.neo4j.causalclustering.catchup.tx.TxPollingClientTest | From | To | |
| Rename Method public shouldRespondWithStreamOfTransactions() : void renamed to public shouldRespondWithCompleteStreamOfTransactions() : void in class org.neo4j.causalclustering.catchup.tx.TxPullRequestHandlerTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable lastAppliedTxId : long to lastQueuedTxId : long in method private pullAndApplyBatchOfTransactions(core MemberId, localStoreId StoreId) : boolean in class org.neo4j.causalclustering.catchup.tx.TxPollingClient | From | To | |
| Extract Method | 1 | ||
| Extract Method private pullAndApplyBatchOfTransactions(core MemberId, localStoreId StoreId) : boolean extracted from private onTimeout() : void in class org.neo4j.causalclustering.catchup.tx.TxPollingClient | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type txQueue : ArrayBlockingQueue<CommittedTransactionRepresentation> to txQueue : TransactionQueue in class org.neo4j.causalclustering.catchup.tx.BatchingTxApplier | From | To |