bee2953e2d6ba21bda89a01d5c1426a25fb6464c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected doConnect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void renamed to protected connect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void in class io.vertx.core.net.impl.ProxyChannelProvider | From | To | |
Inline Method | 1 | ||
Inline Method protected doConnect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void inlined to protected connect(vertx VertxInternal, bootstrap Bootstrap, options ProxyOptions, host String, port int, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void in class io.vertx.core.net.impl.ChannelProvider | From | To |