e7ac74087e7309ad049f67fde8326c77518044f8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getRpcServer() : ActorRef renamed to public getRpcEndpoint() : ActorRef in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To | |
Rename Method public getRpcServer() : ActorRef renamed to public getRpcEndpoint() : ActorRef in class org.apache.flink.runtime.rpc.akka.AkkaGateway | From | To | |
Push Down Method | 6 | ||
Push Down Method public getMethodName() : String from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to public getMethodName() : String from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Push Down Method private writeObject(oos ObjectOutputStream) : void from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private writeObject(oos ObjectOutputStream) : void from class org.apache.flink.runtime.rpc.akka.messages.RemoteRpcInvocation | From | To | |
Push Down Method public getArgs() : Object[] from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to public getArgs() : Object[] from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Push Down Method private readObject(ois ObjectInputStream) : void from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private readObject(ois ObjectInputStream) : void from class org.apache.flink.runtime.rpc.akka.messages.RemoteRpcInvocation | From | To | |
Push Down Method public RpcInvocation(methodName String, parameterTypes Class<?>[], args Object[]) from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to public LocalRpcInvocation(methodName String, parameterTypes Class<?>[], args Object[]) from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Push Down Method public getParameterTypes() : Class<?>[] from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to public getParameterTypes() : Class<?>[] from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Extract Subclass | 2 | ||
Extract Subclass org.apache.flink.runtime.rpc.akka.messages.RemoteRpcInvocation from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation | From | To | |
Extract Subclass org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation | From | To | |
Push Down Attribute | 4 | ||
Push Down Attribute private args : Object[] from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private args : Object[] from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Push Down Attribute private serialVersionUID : long from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private serialVersionUID : long from class org.apache.flink.runtime.rpc.akka.messages.RemoteRpcInvocation | From | To | |
Push Down Attribute private methodName : String from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private methodName : String from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Push Down Attribute private parameterTypes : Class<?>[] from class org.apache.flink.runtime.rpc.akka.messages.RpcInvocation to private parameterTypes : Class<?>[] from class org.apache.flink.runtime.rpc.akka.messages.LocalRpcInvocation | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rpcServer : ActorRef to rpcEndpoint : ActorRef in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To | |
Extract Variable | 2 | ||
Extract Variable parameterTypes : Class<?>[] in method private handleRpcInvocation(rpcInvocation RpcInvocation) : void from class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
Extract Variable methodName : String in method private handleRpcInvocation(rpcInvocation RpcInvocation) : void from class org.apache.flink.runtime.rpc.akka.AkkaRpcActor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter rpcServer : ActorRef to rpcEndpoint : ActorRef in method package AkkaInvocationHandler(rpcEndpoint ActorRef, timeout Timeout, maximumFramesize long) in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To |