217b17c78cd54103ae98557510a7ac431e17c5ea
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public write(ctx ChannelHandlerContext, msg Object, promise ChannelPromise) : void from class io.vertx.core.http.impl.VertxHttpHandler to protected encode(obj Object) : Object from class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Object in method protected encode(obj Object) : Object in class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.vertx.core.http.impl.Http1xConnectionBase from classes [io.vertx.core.http.impl.ClientConnection, io.vertx.core.http.impl.ServerConnection] | From | To | |
Rename Parameter | 2 | ||
Rename Parameter channel : ChannelHandlerContext to chctx : ChannelHandlerContext in method protected ConnectionBase(vertx VertxInternal, chctx ChannelHandlerContext, context ContextImpl) in class io.vertx.core.net.impl.ConnectionBase | From | To | |
Rename Parameter msg : Object to obj : Object in method protected encode(obj Object) : Object in class io.vertx.core.http.impl.Http1xConnectionBase | From | To |