728038f10fb13c25b6289249216b2e490b065b17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getAlpnProtocols() : List<HttpVersion> renamed to public getAlpnFallbackProtocolVersion() : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type method : io.vertx.core.http.HttpMethod to method : HttpMethod in method public writeHead(method HttpMethod, uri String, headers MultiMap, chunked boolean) : void in class io.vertx.core.http.impl.ClientConnection | From | To | |
Change Parameter Type method : io.vertx.core.http.HttpMethod to method : HttpMethod in method public writeHeadWithContent(method HttpMethod, uri String, headers MultiMap, chunked boolean, buf ByteBuf, end boolean) : void in class io.vertx.core.http.impl.ClientConnection | From | To | |
Change Return Type | 1 | ||
Change Return Type List<HttpVersion> to HttpVersion in method public getAlpnFallbackProtocolVersion() : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Move Attribute | 1 | ||
Move Attribute private version : io.vertx.core.http.HttpVersion from class io.vertx.core.http.impl.HttpClientRequestImpl to private version : HttpVersion from class io.vertx.core.http.impl.ClientConnection | From | To | |
Rename Attribute | 2 | ||
Rename Attribute DEFAULT_ALPN_PROTOCOLS : List<HttpVersion> to DEFAULT_ALPN_FALLBACK_PROTOCOL_VERSION : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Rename Attribute alpnProtocols : List<HttpVersion> to alpnFallbackProtocolVersion : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Extract Method | 3 | ||
Extract Method private http1xConnected(version HttpVersion, context ContextImpl, port int, host String, ch Channel, connectHandler Handler<HttpClientStream>, exceptionHandler Handler<Throwable>) : void extracted from protected internalConnect(host String, port int, req HttpClientRequestImpl, connectHandler Handler<HttpClientStream>, connectErrorHandler Handler<Throwable>, clientContext ContextImpl) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type alpnProtocols : List<HttpVersion> to alpnFallbackProtocolVersion : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Change Attribute Type DEFAULT_ALPN_PROTOCOLS : List<HttpVersion> to DEFAULT_ALPN_FALLBACK_PROTOCOL_VERSION : HttpVersion in class io.vertx.core.http.HttpClientOptions | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package applyHttp1xConnectionOptions(pipeline ChannelPipeline, context ContextImpl) : void extracted from protected internalConnect(host String, port int, req HttpClientRequestImpl, connectHandler Handler<HttpClientStream>, connectErrorHandler Handler<Throwable>, clientContext ContextImpl) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue & moved to class io.vertx.core.http.impl.ConnectionManager | From | To |