24434e9ecfd51aab97c1bcacf652f9358badd0d2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testPausedHttpServerRequestDuringLastChunkEndsTheRequest() : void renamed to public testHttpServerRequestPausedDuringLastChunk() : void in class io.vertx.core.http.HttpTest | From | To | |
Rename Variable | 1 | ||
Rename Variable handler : BodyHandler to bodyHandler : BodyHandler in method public bodyHandler(handler Handler<Buffer>) : HttpClientResponse in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type InboundBuffer<E> to boolean in method public resume() : boolean in class io.vertx.core.streams.impl.InboundBuffer | From | To | |
Change Return Type InboundBuffer<E> to boolean in method public fetch(amount long) : boolean in class io.vertx.core.streams.impl.InboundBuffer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type req : HttpClientRequestImpl to req : HttpClientRequest in method public testRecyclePipelinedConnection() : void in class io.vertx.core.http.Http1xTest | From | To | |
Extract Variable | 1 | ||
Extract Variable handler : Handler<Void> in method package handleEnd(trailers MultiMap) : void from class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Rename Parameter | 4 | ||
Rename Parameter endHandler : Handler<Void> to handler : Handler<Void> in method public endHandler(handler Handler<Void>) : HttpClientResponse in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Rename Parameter dataHandler : Handler<Buffer> to handle : Handler<Buffer> in method public handler(handle Handler<Buffer>) : HttpClientResponse in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Rename Parameter exceptionHandler : Handler<Throwable> to handler : Handler<Throwable> in method public exceptionHandler(handler Handler<Throwable>) : HttpClientResponse in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
Rename Parameter bodyHandler : Handler<Buffer> to handler : Handler<Buffer> in method public bodyHandler(handler Handler<Buffer>) : HttpClientResponse in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To |