2284f777ecd3b62b412bd0fdb9dbcf492314c589
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setConnectionDelayMillis(connectionDelayMillis long) : void renamed to public resetRpcGatewayFutureFunction() : void in class org.apache.flink.runtime.rpc.TestingRpcService | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute connectionDelayMillis : long to rpcGatewayFutureFunction : Function<RpcGateway,CompletableFuture<RpcGateway>> in class org.apache.flink.runtime.rpc.TestingRpcService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type connectionDelayMillis : long to rpcGatewayFutureFunction : Function<RpcGateway,CompletableFuture<RpcGateway>> in class org.apache.flink.runtime.rpc.TestingRpcService | From | To |