25c1d413700376d4dcdb0ba842ae9a0e38b9f59f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testServerResponseCloseHandlerNotHoldingLock() : void renamed to public testEventHandlersNotHoldingLock() : void in class io.vertx.core.http.HttpTest | From | To | |
Rename Method private doEnd() : void renamed to private onEnd() : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Rename Method package appendRequest(next HttpServerRequestImpl) : void renamed to package enqueue(request HttpServerRequestImpl) : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Rename Method package nextRequest() : HttpServerRequestImpl renamed to package next() : HttpServerRequestImpl in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Rename Method private handleData(data Buffer) : void renamed to private onData(data Buffer) : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Inline Method | 1 | ||
Inline Method private enqueueData(chunk Buffer) : void inlined to package handleContent(buffer Buffer) : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type InboundBuffer<Buffer> to InboundBuffer<Object> in method private pendingQueue() : InboundBuffer<Object> in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Variable | 7 | ||
Extract Variable registrations : List<HandlerMetric> in method public testClusterUnregistration() : void from class io.vertx.core.spi.metrics.MetricsTest | From | To | |
Extract Variable handler : Handler<Void> in method private onEnd() : void from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Variable handler : Handler<Void> in method package handleEnd(trailers MultiMap) : void from class io.vertx.core.http.impl.Http2ServerRequestImpl | From | To | |
Extract Variable handler : Handler<Buffer> in method package handleChunk(data Buffer) : void from class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Extract Variable handler : Handler<Buffer> in method private onData(data Buffer) : void from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Variable request : HttpServerRequestImpl in method private handleContent(msg Object) : void from class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Extract Variable queue : InboundBuffer<Object> in method package handleContent(buffer Buffer) : void from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type pending : InboundBuffer<Buffer> to pending : InboundBuffer<Object> in class io.vertx.core.http.impl.NettyFileUpload | From | To | |
Change Attribute Type pending : InboundBuffer<Buffer> to pending : InboundBuffer<Object> in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Attribute Type pending : InboundBuffer<Buffer> to pending : InboundBuffer<Object> in class io.vertx.core.http.impl.VertxHttp2Stream | From | To | |
Change Attribute Type queue : InboundBuffer<Buffer> to queue : InboundBuffer<Object> in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter request : HttpServerRequestImpl to next : HttpServerRequestImpl in method private handleNext(next HttpServerRequestImpl) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Rename Parameter next : HttpServerRequestImpl to request : HttpServerRequestImpl in method package enqueue(request HttpServerRequestImpl) : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To |