55d1d9f41dc643150bff62e3bc0dde3056b1cdce
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type optionsProvider : Function<SocketAddress,PoolOptions> to maxSize : long in method public ConnectionManager(metrics HttpClientMetrics, connector ConnectionProvider<C>, maxSize long, maxWaitQueueSize int) in class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Inline Method | 1 | ||
Inline Method private getConnQueue(peerHost String, ssl boolean, port int, host String) : Pool<C> inlined to public getConnection(peerHost String, ssl boolean, port int, host String, waiter Waiter<C>) : void in class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Rename Variable | 2 | ||
Rename Variable connQueue : Pool<C> to pool : Pool<C> in method public getConnection(peerHost String, ssl boolean, port int, host String, waiter Waiter<C>) : void in class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Rename Variable poolFactory : Function<SocketAddress,PoolOptions> to maxWeight : long in method public HttpClientImpl(vertx VertxInternal, options HttpClientOptions) in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Move Attribute | 1 | ||
Move Attribute private maxSize : long from class io.vertx.core.http.impl.pool.PoolOptions to private maxSize : long from class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute optionsProvider : Function<SocketAddress,PoolOptions> to maxSize : long in class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type poolFactory : Function<SocketAddress,PoolOptions> to maxWeight : long in method public HttpClientImpl(vertx VertxInternal, options HttpClientOptions) in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type optionsProvider : Function<SocketAddress,PoolOptions> to maxSize : long in class io.vertx.core.http.impl.pool.ConnectionManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter optionsProvider : Function<SocketAddress,PoolOptions> to maxSize : long in method public ConnectionManager(metrics HttpClientMetrics, connector ConnectionProvider<C>, maxSize long, maxWaitQueueSize int) in class io.vertx.core.http.impl.pool.ConnectionManager | From | To |