50f353fe24c5d34210d09df98775a43a48f1f31a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable res : AsyncResult<NetServer> to ares : AsyncResult<NetServer> in method public listen(port int, host String, listenHandler Handler<AsyncResult<NetServer>>) : NetServer in class io.vertx.core.net.impl.NetServerImpl | From | To | |
| Extract Variable | 2 | ||
| Extract Variable ch : Channel in method public listen(port int, host String, listenHandler Handler<AsyncResult<NetServer>>) : NetServer from class io.vertx.core.net.impl.NetServerImpl | From | To | |
| Extract Variable serverChannel : Channel in method public listen(port int, host String, listenHandler Handler<AsyncResult<HttpServer>>) : HttpServer from class io.vertx.core.http.impl.HttpServerImpl | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type bindFuture : ChannelFuture to bindFuture : AsyncResolveBindConnectHelper<ChannelFuture> in class io.vertx.core.net.impl.NetServerImpl | From | To | |
| Change Attribute Type bindFuture : ChannelFuture to bindFuture : AsyncResolveBindConnectHelper<ChannelFuture> in class io.vertx.core.http.impl.HttpServerImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private doSend(packet Buffer, addr InetSocketAddress, handler Handler<AsyncResult<DatagramSocket>>) : void extracted from public send(packet Buffer, port int, host String, handler Handler<AsyncResult<DatagramSocket>>) : DatagramSocket in class io.vertx.core.datagram.impl.DatagramSocketImpl | From | To |