842eb9476c24cbd2ee6adc0b93aab0d9c6ae7be6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type server : DatagramSocketImpl to server : DatagramSocketImpl.Connection in method protected channelRead(server DatagramSocketImpl.Connection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.datagram.impl.DatagramServerHandler | From | To | |
Move Method | 3 | ||
Move Method protected handleInterestedOpsChanged() : void from class io.vertx.core.datagram.impl.DatagramSocketImpl to protected handleInterestedOpsChanged() : void from class io.vertx.core.datagram.impl.DatagramSocketImpl.Connection | From | To | |
Move Method package handlePacket(packet DatagramPacket) : void from class io.vertx.core.datagram.impl.DatagramSocketImpl to package handlePacket(packet DatagramPacket) : void from class io.vertx.core.datagram.impl.DatagramSocketImpl.Connection | From | To | |
Move Method protected handleClosed() : void from class io.vertx.core.datagram.impl.DatagramSocketImpl to protected handleClosed() : void from class io.vertx.core.datagram.impl.DatagramSocketImpl.Connection | From | To | |
Change Return Type | 3 | ||
Change Return Type Vertx to VertxInternal in method public owner() : VertxInternal in class io.vertx.core.impl.ContextImpl | From | To | |
Change Return Type DatagramSocketImpl to DatagramSocketImpl.Connection in method protected getConnection() : DatagramSocketImpl.Connection in class io.vertx.core.datagram.impl.DatagramServerHandler | From | To | |
Change Return Type DatagramSocketImpl to DatagramSocketImpl.Connection in method protected removeConnection() : DatagramSocketImpl.Connection in class io.vertx.core.datagram.impl.DatagramServerHandler | From | To | |
Extract Class | 1 | ||
Extract Class io.vertx.core.datagram.impl.DatagramSocketImpl.Connection from class io.vertx.core.datagram.impl.DatagramSocketImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter endHandler : Handler<Void> to handler : Handler<Void> in method public endHandler(handler Handler<Void>) : DatagramSocketImpl in class io.vertx.core.datagram.impl.DatagramSocketImpl | From | To |