ce71fb5e7e8b7a5421cd4bd15264273facd9986d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable future : CompletableFuture<?> to responseFuture : CompletableFuture<?> in method private handleRpcInvocation(rpcInvocation RpcInvocation) : void in class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable result : Object to response : Object in method private sendSyncResponse(response Object, methodName String) : void in class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable sender : ActorRef in method private sendAsyncResponse(asyncResponse CompletableFuture<?>, methodName String) : void from class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable isRemoteSender : boolean in method private handleRpcInvocation(rpcInvocation RpcInvocation) : void from class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
| Extract Method | 2 | ||
| Extract Method private sendAsyncResponse(asyncResponse CompletableFuture<?>, methodName String) : void extracted from private handleRpcInvocation(rpcInvocation RpcInvocation) : void in class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
| Extract Method private sendSyncResponse(response Object, methodName String) : void extracted from private handleRpcInvocation(rpcInvocation RpcInvocation) : void in class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To |