42b10b8f35d77127eb9f9f7dfefdf73ee33317dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method protected internalConnect(queue ConnQueue, version HttpVersion, host String, port int, waiter Waiter) : void from class io.vertx.core.http.impl.ConnectionManager to protected connect(queue ConnQueue, bootstrap Bootstrap, context ContextImpl, version HttpVersion, host String, port int, waiter Waiter) : void from class io.vertx.core.http.impl.ConnectionManager.ChannelConnector | From | To | |
Move Method | 3 | ||
Move Method package applyH2ConnectionOptions(pipeline ChannelPipeline) : void from class io.vertx.core.http.impl.ConnectionManager to package applyH2ConnectionOptions(pipeline ChannelPipeline) : void from class io.vertx.core.http.impl.ConnectionManager.ChannelConnector | From | To | |
Move Method package applyConnectionOptions(options HttpClientOptions, bootstrap Bootstrap) : void from class io.vertx.core.http.impl.ConnectionManager to package applyConnectionOptions(options HttpClientOptions, bootstrap Bootstrap) : void from class io.vertx.core.http.impl.ConnectionManager.ChannelConnector | From | To | |
Move Method package applyHttp1xConnectionOptions(queue ConnQueue, pipeline ChannelPipeline, context ContextImpl) : void from class io.vertx.core.http.impl.ConnectionManager to package applyHttp1xConnectionOptions(queue ConnQueue, pipeline ChannelPipeline, context ContextImpl) : void from class io.vertx.core.http.impl.ConnectionManager.ChannelConnector | From | To | |
Extract Class | 1 | ||
Extract Class io.vertx.core.http.impl.ConnectionManager.ChannelConnector from class io.vertx.core.http.impl.ConnectionManager | From | To |