4e81a783f8dce9601457ee0e4e94359a5e58c89c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private prepareHeaders(request HttpRequest, hostHeader String, chunked boolean) : void renamed to private prepareRequestHeaders(request HttpRequest, hostHeader String, chunked boolean) : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Rename Method package handleResponse(resp HttpResponse) : void renamed to private handleResponseHeaders(resp HttpResponse) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method package toVertxHttpVersion(version HttpVersion) : HttpVersion moved from class io.vertx.core.http.impl.HttpUtils to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & inlined to private beginResponse(resp HttpResponse) : HttpClientResponseImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable e : Exception to cause : Exception in method protected handleClosed() : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute currentRequest : StreamImpl to current : StreamImpl in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type protocolVersion : io.vertx.core.http.HttpVersion to protocolVersion : HttpVersion in method private beginResponse(resp HttpResponse) : HttpClientResponseImpl in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable closeFrame : CloseWebSocketFrame in method public closeWithPayload(byteBuf ByteBuf) : void from class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method package handleMessage(obj HttpObject) : void extracted from protected handleMessage(conn Http1xClientConnection, msg Object) : void in class io.vertx.core.http.impl.Http1xClientHandler & moved to class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Extract And Move Method package handleException(cause Throwable) : void extracted from protected handleException(e Throwable) : void in class io.vertx.core.http.impl.Http1xClientConnection & moved to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To |