25b26736b44f32816a4cb73180ce464f620a59b4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testForwardToJoinerTransactional() : void renamed to protected testForwardToJoinerAsyncTx(onePhase boolean) : void in class org.infinispan.statetransfer.ReplCommandForwardingTest | From | To | |
Move Method | 1 | ||
Move Method private buildConfig(transactional boolean) : ConfigurationBuilder from class org.infinispan.statetransfer.ReplCommandForwardingTest to private buildConfig(transactional boolean) : ConfigurationBuilder from class org.infinispan.statetransfer.ReplCommandRetryTest | From | To | |
Inline Method | 1 | ||
Inline Method private handleTopologyAffectedCommand(ctx InvocationContext, command VisitableCommand, origin Address, sync boolean) : Object inlined to private handleTxCommand(ctx TxInvocationContext, command TransactionBoundaryCommand) : Object in class org.infinispan.statetransfer.StateTransferInterceptor | From | To | |
Extract Variable | 2 | ||
Extract Variable rpcOptions : RpcOptions in method public visitRollbackCommand(ctx TxInvocationContext, command RollbackCommand) : Object from class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Extract Variable recipients : Collection<Address> in method public visitRollbackCommand(ctx TxInvocationContext, command RollbackCommand) : Object from class org.infinispan.interceptors.distribution.TxDistributionInterceptor | From | To | |
Extract Method | 2 | ||
Extract Method private doBlock(ctx InvocationContext, command ReplicableCommand) : void extracted from public visitPrepareCommand(ctx TxInvocationContext, command PrepareCommand) : Object in class org.infinispan.statetransfer.ReplCommandForwardingTest.DelayInterceptor | From | To | |
Extract Method private doBlock(ctx InvocationContext, command ReplicableCommand) : void extracted from public visitPutKeyValueCommand(ctx InvocationContext, command PutKeyValueCommand) : Object in class org.infinispan.statetransfer.ReplCommandForwardingTest.DelayInterceptor | From | To |