669da4686f4794c25d0adda6b97c6717543fbbf9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public channel() : Channel extracted from public doConnect(context ContextInternal, bootstrap Bootstrap, options ProxyOptions, remoteAddress SocketAddress, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void in class io.vertx.core.net.impl.ChannelProvider | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected cont(ch Channel, channelHandler Handler<AsyncResult<Channel>>) : void extracted from public doConnect(context ContextInternal, bootstrap Bootstrap, options ProxyOptions, remoteAddress SocketAddress, channelInitializer Handler<Channel>, channelHandler Handler<AsyncResult<Channel>>) : void in class io.vertx.core.net.impl.ProxyChannelProvider & moved to class io.vertx.core.net.impl.ChannelProvider | From | To |