005c4cad382adb4202ea5dc27867fff7f5f51e08
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type waiter : Waiter<HttpClientConnection> to connectionHandler : Handler<HttpConnection> in method package getConnectionForRequest(peerHost String, ssl boolean, port int, host String, connectionHandler Handler<HttpConnection>, onSuccess BiFunction<ContextInternal,HttpClientConnection,Boolean>, onFailure BiConsumer<ContextInternal,Throwable>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
| Move Attribute | 4 | ||
| Move Attribute package metric : Object from class io.vertx.core.http.impl.pool.Waiter to private metric : Object from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move Attribute private metric : Object from class io.vertx.core.http.impl.pool.Pool to private metric : Object from class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Move Attribute package metric : Object from class io.vertx.core.http.impl.pool.Waiter to private metric : Object from class io.vertx.core.http.impl.ConnectionManager.Endpoint | From | To | |
| Move Attribute private metric : Object from class io.vertx.core.http.impl.pool.Pool to private metric : Object from class io.vertx.core.http.impl.ConnectionManager.Endpoint | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute endpointMetric : Object to metric : Object in class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type endpointMap : Map<EndpointKey,Pool<HttpClientConnection>> to endpointMap : Map<EndpointKey,Endpoint> in class io.vertx.core.http.impl.ConnectionManager | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter endpointMetric : Object to metric : Object in method package HttpChannelConnector(client HttpClientImpl, metric Object, ssl boolean, peerHost String, host String, port int) in class io.vertx.core.http.impl.HttpChannelConnector | From | To | |
| Rename Parameter waiter : Waiter<HttpClientConnection> to connectionHandler : Handler<HttpConnection> in method package getConnectionForRequest(peerHost String, ssl boolean, port int, host String, connectionHandler Handler<HttpConnection>, onSuccess BiFunction<ContextInternal,HttpClientConnection,Boolean>, onFailure BiConsumer<ContextInternal,Throwable>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To |