2d5b197cf4ab081776ddd8a12397973581e7c102
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private cleanupHandlers() : void renamed to private unregisterHandlers() : void in class io.vertx.core.http.impl.WebSocketImplBase | From | To | |
Rename Method package onStreamwritabilityChanged(s Http2Stream) : void renamed to package onStreamWritabilityChanged(s Http2Stream) : void in class io.vertx.core.http.impl.Http2ConnectionBase | From | To | |
Rename Method public testEndHandlerCalled() : void renamed to private testCloseCallHandlers(local boolean) : void in class io.vertx.core.http.WebSocketTest | From | To | |
Inline Method | 1 | ||
Inline Method private failStreams(cause Throwable) : void inlined to protected handleException(e Throwable) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private handleEnded(failed boolean) : boolean in class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Extract Variable | 9 | ||
Extract Variable resp : HttpServerResponseImpl in method package handleException(t Throwable) : void from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Variable handler : Handler<Throwable> in method package handleError(cause Throwable) : void from class io.vertx.core.http.impl.Http2ServerResponseImpl | From | To | |
Extract Variable handler : Handler<Throwable> in method package handleException(t Throwable) : void from class io.vertx.core.http.impl.HttpServerResponseImpl | From | To | |
Extract Variable a : WebSocketMetric in method public testServerWebSocketUpgrade() : void from class io.vertx.core.spi.metrics.MetricsTest | From | To | |
Extract Variable conn : HttpConnection in method public testServerResponseCloseHandlerNotHoldingLock() : void from class io.vertx.core.http.HttpTest | From | To | |
Extract Variable handler : Handler<io.vertx.core.datagram.DatagramPacket> in method package handlePacket(packet DatagramPacket) : void from class io.vertx.core.datagram.impl.DatagramSocketImpl.Connection | From | To | |
Extract Variable handler : Handler<Void> in method protected handleClosed() : void from class io.vertx.core.net.impl.NetSocketImpl | From | To | |
Extract Variable handler : Handler<Throwable> in method package handleException(e Throwable) : void from class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Extract Variable consumer : MessageConsumer in method protected handleClosed() : void from class io.vertx.core.net.impl.NetSocketImpl | From | To | |
Inline Variable | 2 | ||
Inline Variable buf : ByteBuf in method public write(data Buffer) : NetSocket from class io.vertx.core.net.impl.NetSocketImpl | From | To | |
Inline Variable handler : Handler<Void> in method private checkShutdownHandler() : void from class io.vertx.core.http.impl.Http2ConnectionBase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type updateSettingsHandlers : ArrayDeque<Runnable> to updateSettingsHandlers : ArrayDeque<Handler<Void>> in class io.vertx.core.http.impl.Http2ConnectionBase | From | To |