c91b634567db7e16a00e32da6816011359ccf0cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public onHeadersRead(ctx ChannelHandlerContext, streamId int, headers Http2Headers, streamDependency int, weight short, exclusive boolean, padding int, endOfStream boolean) : void from class io.vertx.core.http.impl.Http2ServerConnection to public onHeadersRead(ctx ChannelHandlerContext, streamId int, headers Http2Headers, streamDependency int, weight short, exclusive boolean, padding int, endOfStream boolean) : void from class io.vertx.core.http.impl.Http2ConnectionBase | From | To | |
Extract Variable | 1 | ||
Extract Variable current : Context in method protected assertOnIOContext(context Context) : void from class io.vertx.test.core.Http2TestBase | From | To | |
Inline Variable | 1 | ||
Inline Variable conn : Http2Connection in method public onHeadersRead(ctx ChannelHandlerContext, streamId int, headers Http2Headers, padding int, endOfStream boolean) : void from class io.vertx.core.http.impl.Http2ServerConnection | From | To |