af44f85ae573d4c65d1a1a1e7dcfd6c72be01763
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable useAlpn : boolean in method protected initChannel(ch Channel) : void from class io.vertx.core.http.impl.ConnectionManager.ConnQueue.internalConnect.handler | From | To | |
Extract Method | 2 | ||
Extract Method public createSslHandler(vertx VertxInternal, client boolean, host String, port int, useALPN boolean) : SslHandler extracted from public createSslHandler(vertx VertxInternal, client boolean, host String, port int) : SslHandler in class io.vertx.core.net.impl.SSLHelper | From | To | |
Extract Method public createSslHandler(vertx VertxInternal, client boolean, useALPN boolean) : SslHandler extracted from public createSslHandler(vertx VertxInternal, client boolean) : SslHandler in class io.vertx.core.net.impl.SSLHelper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter abc : Function<HttpClient,HttpClientRequest> to doRequest : Function<HttpClient,HttpClientRequest> in method private testUpgradeFailure(context Context, doRequest Function<HttpClient,HttpClientRequest>) : void in class io.vertx.test.core.Http2ServerTest | From | To |