a4c0b71210ec1cbb943aad16bba0080d2fcd491c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type vertx : Vertx to handlerContext : ContextInternal in method package VertxHttp2Handler(context ChannelHandlerContext, handlerContext ContextInternal, serverOrigin String, decoder Http2ConnectionDecoder, encoder Http2ConnectionEncoder, initialSettings Http2Settings, handler Handler<HttpServerRequest>) in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Change Parameter Type vertx : Vertx to handlerContext : ContextInternal in method public VertxHttp2HandlerBuilder(context ChannelHandlerContext, handlerContext ContextInternal, serverOrigin String, initialSettings Http2Settings, handler Handler<HttpServerRequest>) in class io.vertx.core.http.impl.VertxHttp2HandlerBuilder | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to void in method package handleData(data Buffer) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute vertx : Vertx to handlerContext : ContextInternal in class io.vertx.core.http.impl.VertxHttp2HandlerBuilder | From | To | |
| Rename Attribute vertx : Vertx to handlerContext : ContextInternal in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type vertx : Vertx to handlerContext : ContextInternal in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Change Attribute Type vertx : Vertx to handlerContext : ContextInternal in class io.vertx.core.http.impl.VertxHttp2HandlerBuilder | From | To | |
| Inline Variable | 1 | ||
| Inline Variable processed : int in method public onDataRead(ctx ChannelHandlerContext, streamId int, data ByteBuf, padding int, endOfStream boolean) : int from class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Extract Method | 1 | ||
| Extract Method private consume(numBytes int) : void extracted from private checkNextTick(v Void) : void in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter vertx : Vertx to handlerContext : ContextInternal in method package VertxHttp2Handler(context ChannelHandlerContext, handlerContext ContextInternal, serverOrigin String, decoder Http2ConnectionDecoder, encoder Http2ConnectionEncoder, initialSettings Http2Settings, handler Handler<HttpServerRequest>) in class io.vertx.core.http.impl.VertxHttp2Handler | From | To | |
| Rename Parameter vertx : Vertx to handlerContext : ContextInternal in method public VertxHttp2HandlerBuilder(context ChannelHandlerContext, handlerContext ContextInternal, serverOrigin String, initialSettings Http2Settings, handler Handler<HttpServerRequest>) in class io.vertx.core.http.impl.VertxHttp2HandlerBuilder | From | To |