105cf1ac69b196404433c571a2fd93e28ba604c2
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type metrics : NetMetrics to metrics : TCPMetrics in method public NetSocketImpl(vertx VertxInternal, channel Channel, context ContextImpl, helper SSLHelper, client boolean, metrics TCPMetrics) in class io.vertx.core.net.impl.NetSocketImpl | From | To | |
Change Parameter Type metrics : NetMetrics to metrics : NetworkMetrics in method protected ConnectionBase(vertx VertxInternal, channel Channel, context ContextImpl, metrics NetworkMetrics) in class io.vertx.core.net.impl.ConnectionBase | From | To | |
Change Return Type | 9 | ||
Change Return Type void to R in method public requestBegin(request HttpServerRequest, response HttpServerResponse) : R in class io.vertx.core.spi.metrics.HttpServerMetrics | From | To | |
Change Return Type NetMetrics to TCPMetrics in method public createMetrics(client NetClient, options NetClientOptions) : TCPMetrics in class io.vertx.core.metrics.impl.DummyVertxMetrics | From | To | |
Change Return Type NetMetrics to TCPMetrics<?> in method public createMetrics(client NetClient, options NetClientOptions) : TCPMetrics<?> in class io.vertx.core.spi.metrics.VertxMetrics | From | To | |
Change Return Type NetMetrics to TCPMetrics<?> in method public createMetrics(server NetServer, options NetServerOptions) : TCPMetrics<?> in class io.vertx.core.spi.metrics.VertxMetrics | From | To | |
Change Return Type NetMetrics to TCPMetrics in method public createMetrics(server NetServer, options NetServerOptions) : TCPMetrics in class io.vertx.core.metrics.impl.DummyVertxMetrics | From | To | |
Change Return Type void to R in method public requestBegin(request HttpClientRequest) : R in class io.vertx.core.spi.metrics.HttpClientMetrics | From | To | |
Change Return Type HttpServerMetrics to HttpServerMetrics<?,?> in method public createMetrics(server HttpServer, options HttpServerOptions) : HttpServerMetrics<?,?> in class io.vertx.core.spi.metrics.VertxMetrics | From | To | |
Change Return Type HttpClientMetrics to HttpClientMetrics<?,?> in method public createMetrics(client HttpClient, options HttpClientOptions) : HttpClientMetrics<?,?> in class io.vertx.core.spi.metrics.VertxMetrics | From | To | |
Change Return Type void to S in method public connected(remoteAddress SocketAddress) : S in class io.vertx.core.spi.metrics.TCPMetrics | From | To | |
Rename Class | 3 | ||
Rename Class io.vertx.core.spi.metrics.NetMetrics renamed to io.vertx.core.spi.metrics.TCPMetrics | From | To | |
Rename Class io.vertx.core.spi.metrics.NetMetrics renamed to io.vertx.core.spi.metrics.NetworkMetrics | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type metrics : NetMetrics to metrics : TCPMetrics in class io.vertx.core.net.impl.NetClientImpl | From | To | |
Change Attribute Type metrics : NetMetrics to metrics : TCPMetrics in class io.vertx.core.net.impl.NetServerImpl | From | To | |
Change Attribute Type metrics : NetMetrics to metrics : NetworkMetrics in class io.vertx.core.net.impl.ConnectionBase | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method public reportBytesRead(numberOfBytes long) : void extracted from private handleEnd() : void in class io.vertx.core.http.impl.ServerConnection & moved to class io.vertx.core.net.impl.ConnectionBase | From | To | |
Extract And Move Method public reportBytesRead(numberOfBytes long) : void extracted from package handleDataReceived(data Buffer) : void in class io.vertx.core.net.impl.NetSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase | From | To | |
Extract And Move Method public reportBytesWritten(numberOfBytes long) : void extracted from package responseComplete() : void in class io.vertx.core.http.impl.ServerConnection & moved to class io.vertx.core.net.impl.ConnectionBase | From | To | |
Extract And Move Method public reportBytesWritten(numberOfBytes long) : void extracted from private write(buff ByteBuf) : void in class io.vertx.core.net.impl.NetSocketImpl & moved to class io.vertx.core.net.impl.ConnectionBase | From | To |