063e271f08e1e62bb193771d2a9fe98ccdc31508
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [metrics : HttpServerMetrics, ctx : ChannelHandlerContext] to connection : Http2ServerConnection in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type stream : Http2Stream to stream : VertxHttp2Stream in method public Http2ServerResponseImpl(connection Http2ServerConnection, stream VertxHttp2Stream, push boolean, contentEncoding String) in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Change Parameter Type stream : Http2Stream to stream : VertxHttp2Stream in method public Http2ServerResponseImpl(connection Http2ServerConnection, stream VertxHttp2Stream, metric Object, push boolean, contentEncoding String, host String) in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute decoder : HttpPostRequestDecoder to postRequestDecoder : HttpPostRequestDecoder in class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type stream : Http2Stream to stream : VertxHttp2Stream in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package metrics() : HttpServerMetrics extracted from public Http2ServerResponseImpl(metrics HttpServerMetrics, stream_ VertxHttp2Stream, vertx VertxInternal, ctx ChannelHandlerContext, connection Http2ServerConnection, encoder Http2ConnectionEncoder, stream Http2Stream, push boolean, contentEncoding String) in class io.vertx.core.http.impl.Http2ServerResponseImpl & moved to class io.vertx.core.http.impl.Http2ServerConnection | From | To |