d5e41109346c9e73fec40d98a58e3741e7f22a85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected encode(obj Object) : Object renamed to package decodeFrame(msg WebSocketFrame) : WebSocketFrameInternal in class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
Pull Up Method | 1 | ||
Pull Up Method private safeBuffer(holder ByteBufHolder, allocator ByteBufAllocator) : ByteBuf from class io.vertx.core.http.impl.VertxHttpHandler to public safeBuffer(holder ByteBufHolder, allocator ByteBufAllocator) : ByteBuf from class io.vertx.core.net.impl.VertxHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type obj : Object to msg : WebSocketFrame in method package decodeFrame(msg WebSocketFrame) : WebSocketFrameInternal in class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
Change Return Type | 1 | ||
Change Return Type Object to WebSocketFrameInternal in method package decodeFrame(msg WebSocketFrame) : WebSocketFrameInternal in class io.vertx.core.http.impl.Http1xConnectionBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter obj : Object to msg : WebSocketFrame in method package decodeFrame(msg WebSocketFrame) : WebSocketFrameInternal in class io.vertx.core.http.impl.Http1xConnectionBase | From | To |