5a5a89a390e94923d6fecdd04a4071ef43b99123
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type waiter : Waiter<C> to waiter : Waiter<HttpClientConnection> in method package getConnection(peerHost String, ssl boolean, port int, host String, waiter Waiter<HttpClientConnection>) : void in class io.vertx.core.http.impl.ConnectionManager | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private peerHost : String from class io.vertx.core.http.impl.pool.Pool to private peerHost : String from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move Attribute private host : String from class io.vertx.core.http.impl.pool.Pool to private host : String from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move Attribute private ssl : boolean from class io.vertx.core.http.impl.pool.Pool to private ssl : boolean from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move Attribute private port : int from class io.vertx.core.http.impl.pool.Pool to private port : int from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class io.vertx.core.http.impl.pool.ConnectionManager moved and renamed to io.vertx.core.http.impl.ConnectionManager | From | To | |
| Move Class | 1 | ||
| Move Class io.vertx.core.http.impl.pool.ConnectionManager.EndpointKey moved to io.vertx.core.http.impl.ConnectionManager.EndpointKey | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type websocketCM : ConnectionManager<HttpClientConnection> to websocketCM : ConnectionManager in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Change Attribute Type endpointMap : Map<EndpointKey,Pool<C>> to endpointMap : Map<EndpointKey,Pool<HttpClientConnection>> in class io.vertx.core.http.impl.ConnectionManager | From | To | |
| Change Attribute Type httpCM : ConnectionManager<HttpClientConnection> to httpCM : ConnectionManager in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Change Attribute Type connectionMap : Map<Channel,C> to connectionMap : Map<Channel,HttpClientConnection> in class io.vertx.core.http.impl.ConnectionManager | From | To |