6c5aa0509aec6186f5772eda90259d9d8222706b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public canCreateStream(connCount int) : boolean renamed to public canBorrow(connCount int) : boolean in class io.vertx.core.http.impl.HttpClientPool.Http1x | From | To | |
| Rename Method public canCreateStream(connCount int) : boolean renamed to public canBorrow(connCount int) : boolean in class io.vertx.core.http.impl.ConnectionPool | From | To | |
| Rename Method public canCreateStream(connCount int) : boolean renamed to public canBorrow(connCount int) : boolean in class io.vertx.core.http.impl.HttpClientPool | From | To | |
| Rename Method public canCreateStream(connCount int) : boolean renamed to public canBorrow(connCount int) : boolean in class io.vertx.core.http.impl.HttpClientPool.Http2 | From | To | |
| Change Parameter Type | 6 | ||
| Change Parameter Type waiter : Waiter to waiter : Waiter<C> in method private createConnection(waiter Waiter<C>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Parameter Type waiter : Waiter to waiter : Waiter<C> in method package getConnection(peerHost String, ssl boolean, port int, host String, waiter Waiter<C>) : void in class io.vertx.core.http.impl.ConnectionManager | From | To | |
| Change Parameter Type waiter : Waiter to waiter : Waiter<HttpClientConnection> in method package getConnectionForRequest(peerHost String, ssl boolean, port int, host String, waiter Waiter<HttpClientConnection>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Change Parameter Type waiter : Waiter to waiter : Waiter<C> in method private getConnection(waiter Waiter<C>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Parameter Type waiter : Waiter to waiter : Waiter<C> in method private deliverInternal(conn C, waiter Waiter<C>) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Parameter Type waiter : Waiter to waiter : Waiter<C> in method private initConnection(waiter Waiter<C>, conn C) : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type waiter : Waiter to waiter : Waiter<HttpClientConnection> in method private connect(headersCompletionHandler Handler<HttpVersion>) : void in class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
| Change Variable Type waiter : Waiter to waiter : Waiter<C> in method private checkPending() : void in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type wsCM : ConnectionManager to wsCM : ConnectionManager<HttpClientConnection> in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Change Attribute Type httpCM : ConnectionManager to httpCM : ConnectionManager<HttpClientConnection> in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Change Attribute Type waiters : Queue<Waiter> to waiters : Queue<Waiter<C>> in class io.vertx.core.http.impl.ConnectionManager.ConnQueue | From | To |