f31991ddec9094c8c00334ba58be7897f2029ece
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public createConnection(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void moved from class io.vertx.core.http.impl.Http1xPool to class io.vertx.core.http.impl.ConnectionManager.ConnQueue & inlined to private http1xConnected(context ContextImpl, ch Channel, handler Handler<AsyncResult<HttpClientConnection>>) : void | From | To | |
Move And Inline Method public createConnection(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void moved from class io.vertx.core.http.impl.Http2Pool to class io.vertx.core.http.impl.ConnectionManager.ConnQueue & inlined to private http2Connected(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type handler : Handler<AsyncResult<HttpClientConnection>> to ch : Channel in method private http2Connected(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Rename Attribute | 1 | ||
Rename Attribute queue : ConnectionManager.ConnQueue to lock : Object in class io.vertx.core.http.impl.Http2Pool | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type queue : ConnectionManager.ConnQueue to lock : Object in class io.vertx.core.http.impl.Http2Pool | From | To | |
Rename Parameter | 3 | ||
Rename Parameter queue : ConnectionManager.ConnQueue to lock : ConnectionManager.ConnQueue in method public Http1xPool(options HttpClientOptions, lock ConnectionManager.ConnQueue, version HttpVersion, maxSockets int, host String, port int) in class io.vertx.core.http.impl.Http1xPool | From | To | |
Rename Parameter handler : Handler<AsyncResult<HttpClientConnection>> to resultHandler : Handler<AsyncResult<HttpClientConnection>> in method private http2Connected(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
Rename Parameter handler : Handler<AsyncResult<HttpClientConnection>> to ch : Channel in method private http2Connected(context ContextImpl, ch Channel, resultHandler Handler<AsyncResult<HttpClientConnection>>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To |