9cafc3673424722c463d3e9d3754821f1bb86484
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 46
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package isPaused() : boolean renamed to package accept() : boolean in class io.vertx.core.http.impl.HttpServerImpl.HttpStreamHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private handleChunk(buff Buffer) : boolean in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
Move Attribute | 4 | ||
Move Attribute private paused : boolean from class io.vertx.core.http.impl.HttpServerImpl.HttpStreamHandler to private paused : boolean from class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Move Attribute private paused : boolean from class io.vertx.core.http.impl.HttpServerFileUploadImpl to private paused : boolean from class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Move Attribute private paused : boolean from class io.vertx.core.http.impl.VertxHttp2Stream to private paused : boolean from class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Move Attribute private paused : boolean from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl to private paused : boolean from class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract Class | 2 | ||
Extract Class io.vertx.core.queue.impl.BufferedQueue from class io.vertx.core.http.impl.HttpClientRequestImpl | From | To | |
Extract Class io.vertx.core.queue.impl.BufferedQueue from class io.vertx.core.http.impl.HttpClientRequestPushPromise | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute timeoutMS : long to response : HttpClientResponseImpl in method package handleResponse(resp HttpClientResponseImpl) : void in class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Rename Attribute | 1 | ||
Rename Attribute paused : boolean to demand : long in class io.vertx.core.eventbus.impl.HandlerRegistration | From | To | |
Change Variable Type | 2 | ||
Change Variable Type records : List<String> to records : Deque<String> in method public testWrapReadStream() : void in class io.vertx.test.core.RecordParserTest | From | To | |
Change Variable Type timeoutMS : long to response : HttpClientResponseImpl in method package handleResponse(resp HttpClientResponseImpl) : void in class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type pending : ArrayDeque<Buffer> to pending : Queue<Buffer> in class io.vertx.core.http.impl.VertxHttp2Stream | From | To | |
Change Attribute Type paused : boolean to demand : long in class io.vertx.core.eventbus.impl.HandlerRegistration | From | To | |
Change Attribute Type pending : Deque<Buffer> to pending : Queue<Buffer> in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Attribute Type buffered : Queue<Object> to buffered : Deque<Object> in class io.vertx.core.http.impl.Http1xClientConnection.HandshakeInboundHandler | From | To | |
Extract Method | 2 | ||
Extract Method public fetch(amount long) : MessageConsumer<T> extracted from public resume() : MessageConsumer<T> in class io.vertx.core.eventbus.impl.HandlerRegistration | From | To | |
Extract Method private testReadStream(strategy ReadStrategy) : void extracted from public testReadStream() : void in class io.vertx.test.core.FileSystemTest | From | To | |
Extract And Move Method | 8 | ||
Extract And Move Method public resume() : HttpClientRequest extracted from public doResume() : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public resume() : HttpClientRequest extracted from public resume() : HttpServerFileUpload in class io.vertx.core.http.impl.HttpServerFileUploadImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public pause() : HttpClientRequest extracted from public pause() : HttpServerRequest in class io.vertx.core.http.impl.HttpServerRequestImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public resume() : HttpClientRequest extracted from public doResume() : void in class io.vertx.core.http.impl.VertxHttp2Stream & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public pause() : HttpClientRequest extracted from public pause() : HttpServerFileUpload in class io.vertx.core.http.impl.HttpServerFileUploadImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public pause() : HttpClientRequest extracted from public doPause() : void in class io.vertx.core.http.impl.VertxHttp2Stream & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public pause() : HttpClientRequest extracted from public doPause() : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To | |
Extract And Move Method public resume() : HttpClientRequest extracted from public resume() : HttpServerRequest in class io.vertx.core.http.impl.HttpServerRequestImpl & moved to class io.vertx.core.http.impl.HttpClientRequestBase | From | To |