d9a989a8ae6884efedd5bcea0a72aca8c6a36f7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable rpc : ReplicableCommand to command : ReplicableCommand in method private setTopologyId(command ReplicableCommand) : void in class org.infinispan.remoting.rpc.RpcManagerImpl | From | To | |
Extract Method | 2 | ||
Extract Method private setTopologyId(command ReplicableCommand) : void extracted from public invokeRemotely(rpcs Map<Address,ReplicableCommand>, options RpcOptions) : Map<Address,Response> in class org.infinispan.remoting.rpc.RpcManagerImpl | From | To | |
Extract Method private setTopologyId(command ReplicableCommand) : void extracted from public invokeRemotelyAsync(recipients Collection<Address>, rpc ReplicableCommand, options RpcOptions) : CompletableFuture<Map<Address,Response>> in class org.infinispan.remoting.rpc.RpcManagerImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter rpc : ReplicableCommand to command : ReplicableCommand in method private setTopologyId(command ReplicableCommand) : void in class org.infinispan.remoting.rpc.RpcManagerImpl | From | To |