d7cea586ec60f89ed06baf7ab95ebcf54f42a537
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rawResponse : JsonNode to rawResponse : JsonResponse in method private parseResponse(rawResponse JsonResponse, responseClass Class<P>) : CompletableFuture<P> in class org.apache.flink.runtime.rest.RestClient | From | To | |
Change Return Type | 1 | ||
Change Return Type CompletableFuture<JsonNode> to CompletableFuture<JsonResponse> in method package getJsonFuture() : CompletableFuture<JsonResponse> in class org.apache.flink.runtime.rest.RestClient.ClientHandler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute errorCode : HttpResponseStatus to responseCode : int in class org.apache.flink.runtime.rest.handler.RestHandlerException | From | To | |
Change Variable Type | 2 | ||
Change Variable Type initializer : ChannelInitializer to initializer : ChannelInitializer<SocketChannel> in method public RestClient(configuration RestClientConfiguration, executor Executor) in class org.apache.flink.runtime.rest.RestClient | From | To | |
Change Variable Type future : CompletableFuture<JsonNode> to future : CompletableFuture<JsonResponse> in method private submitRequest(targetAddress String, targetPort int, httpRequest FullHttpRequest, responseClass Class<P>) : CompletableFuture<P> in class org.apache.flink.runtime.rest.RestClient | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type errorCode : HttpResponseStatus to responseCode : int in class org.apache.flink.runtime.rest.handler.RestHandlerException | From | To | |
Change Attribute Type jsonFuture : CompletableFuture<JsonNode> to jsonFuture : CompletableFuture<JsonResponse> in class org.apache.flink.runtime.rest.RestClient.ClientHandler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter errorCode : HttpResponseStatus to httpResponseStatus : HttpResponseStatus in method public RestHandlerException(errorMessage String, httpResponseStatus HttpResponseStatus) in class org.apache.flink.runtime.rest.handler.RestHandlerException | From | To | |
Rename Parameter ch : SocketChannel to socketChannel : SocketChannel in method protected initChannel(socketChannel SocketChannel) : void in class org.apache.flink.runtime.rest.RestClient.RestClient.initializer | From | To |