63641cd07a8afc9dcfdab04cc6dff7e1265b076c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [timeout : Time, maximumFramesize : long] to configuration : AkkaRpcServiceConfiguration in class org.apache.flink.runtime.rpc.akka.AkkaRpcService | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type timeout : Time to configuration : AkkaRpcServiceConfiguration in method package WrongVersionAkkaRpcService(actorSystem ActorSystem, configuration AkkaRpcServiceConfiguration) in class org.apache.flink.runtime.rpc.akka.AkkaRpcActorHandshakeTest.WrongVersionAkkaRpcService | From | To | |
Change Parameter Type timeout : Time to configuration : AkkaRpcServiceConfiguration in method public AkkaRpcService(actorSystem ActorSystem, configuration AkkaRpcServiceConfiguration) in class org.apache.flink.runtime.rpc.akka.AkkaRpcService | From | To | |
Rename Variable | 1 | ||
Rename Variable futureResult : CompletableFuture<?> to completableFuture : CompletableFuture in method private invokeRpc(method Method, args Object[]) : Object in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To | |
Move Attribute | 3 | ||
Move Attribute private timeout : Time from class org.apache.flink.runtime.rpc.akka.AkkaRpcService to private timeout : Time from class org.apache.flink.runtime.rpc.akka.AkkaRpcServiceConfiguration | From | To | |
Move Attribute package MAXIMUM_FRAME_SIZE_PATH : String from class org.apache.flink.runtime.rpc.akka.AkkaRpcService to private MAXIMUM_FRAME_SIZE_PATH : String from class org.apache.flink.runtime.rpc.akka.AkkaRpcServiceUtils | From | To | |
Move Attribute private maximumFramesize : long from class org.apache.flink.runtime.rpc.akka.AkkaRpcService to private maximumFramesize : long from class org.apache.flink.runtime.rpc.akka.AkkaRpcServiceConfiguration | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.flink.runtime.rpc.akka.AkkaRpcServiceConfiguration from class org.apache.flink.runtime.rpc.akka.AkkaRpcService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type futureResult : CompletableFuture<?> to completableFuture : CompletableFuture in method private invokeRpc(method Method, args Object[]) : Object in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public extractMaximumFramesize(configuration Configuration) : long extracted from public fromConfiguration(configuration Configuration) : MetricRegistryConfiguration in class org.apache.flink.runtime.metrics.MetricRegistryConfiguration & moved to class org.apache.flink.runtime.rpc.akka.AkkaRpcServiceUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timeout : Time to configuration : AkkaRpcServiceConfiguration in method public AkkaRpcService(actorSystem ActorSystem, configuration AkkaRpcServiceConfiguration) in class org.apache.flink.runtime.rpc.akka.AkkaRpcService | From | To | |
Rename Parameter timeout : Time to configuration : AkkaRpcServiceConfiguration in method package WrongVersionAkkaRpcService(actorSystem ActorSystem, configuration AkkaRpcServiceConfiguration) in class org.apache.flink.runtime.rpc.akka.AkkaRpcActorHandshakeTest.WrongVersionAkkaRpcService | From | To |