ad8368eb6a518ecf0c190734f74848cb5097853e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method protected getConnection() : C from class io.vertx.core.http.impl.VertxHttpHandler to public getConnection() : C from class io.vertx.core.net.impl.VertxHandler | From | To | |
Pull Up Method protected getConnection() : C from class io.vertx.core.net.impl.VertxNetHandler to public getConnection() : C from class io.vertx.core.net.impl.VertxHandler | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute protected conn : C from class io.vertx.core.http.impl.VertxHttpHandler to private conn : C from class io.vertx.core.net.impl.VertxHandler | From | To | |
Pull Up Attribute private conn : C from class io.vertx.core.net.impl.VertxNetHandler to private conn : C from class io.vertx.core.net.impl.VertxHandler | From | To | |
Change Return Type | 3 | ||
Change Return Type C to void in method protected removeConnection() : void in class io.vertx.core.http.impl.VertxHttpHandler | From | To | |
Change Return Type C to void in method protected removeConnection() : void in class io.vertx.core.net.impl.VertxNetHandler | From | To | |
Change Return Type C to void in method protected abstract removeConnection() : void in class io.vertx.core.net.impl.VertxHandler | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute connection : C to conn : C in method public channelInactive(chctx ChannelHandlerContext) : void in class io.vertx.core.net.impl.VertxHandler | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected setConnection(connection C) : void extracted from public handlerAdded(ctx ChannelHandlerContext) : void in class io.vertx.core.net.impl.VertxNetHandler & moved to class io.vertx.core.net.impl.VertxHandler | From | To | |
Extract And Move Method protected setConnection(connection C) : void extracted from public handlerAdded(ctx ChannelHandlerContext) : void in class io.vertx.core.datagram.impl.DatagramServerHandler & moved to class io.vertx.core.net.impl.VertxHandler | From | To | |
Rename Parameter | 3 | ||
Rename Parameter connection : ServerConnection to conn : ServerConnection in method protected handleMessage(conn ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandleWithWebSockets | From | To | |
Rename Parameter connection : ServerConnection to conn : ServerConnection in method protected handleMessage(conn ServerConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.HttpServerImpl.ServerHandler | From | To | |
Rename Parameter connection : ClientConnection to conn : ClientConnection in method protected handleMessage(conn ClientConnection, context ContextImpl, chctx ChannelHandlerContext, msg Object) : void in class io.vertx.core.http.impl.ClientHandler | From | To |