c5141b668fe18b6f18f3832bb4972559b8e0753c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private handleResponseHeaders(resp HttpResponse) : void renamed to private handleResponseBegin(resp HttpResponse) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Rename Method package handleUnknowFrame(frame HttpFrame) : void renamed to package handleUnknownFrame(frame HttpFrame) : void in class io.vertx.core.http.impl.HttpClientResponseImpl | From | To | |
| Move And Inline Method | 2 | ||
| Move And Inline Method public doResume() : void moved from class io.vertx.core.http.impl.Http1xClientConnection to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & inlined to public doResume() : void | From | To | |
| Move And Inline Method public doPause() : void moved from class io.vertx.core.http.impl.Http1xClientConnection to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & inlined to public doPause() : void | From | To | |
| Rename Variable | 2 | ||
| Rename Variable resp : StreamImpl to stream : StreamImpl in method private handleResponseEnd(trailer LastHttpContent) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Rename Variable next : StreamImpl to doRecycle : boolean in method public endRequest() : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method private endResponse(trailer LastHttpContent) : boolean in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private close : boolean from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl to private close : boolean from class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Move Attribute private paused : boolean from class io.vertx.core.http.impl.Http1xClientConnection to private paused : boolean from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Move Attribute private upgraded : boolean from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl to private upgraded : boolean from class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Move Attribute private pausedChunk : Buffer from class io.vertx.core.http.impl.Http1xClientConnection to private pausedChunk : Buffer from class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute current : StreamImpl to requestInProgress : StreamImpl in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type resp : HttpClientResponseImpl to resp : StreamImpl in method private handleResponseChunk(buff Buffer) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Change Variable Type next : StreamImpl to doRecycle : boolean in method public endRequest() : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Extract And Move Method | 3 | ||
| Extract And Move Method private handleChunk(buff Buffer) : void extracted from private handleResponseChunk(buff Buffer) : void in class io.vertx.core.http.impl.Http1xClientConnection & moved to class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl | From | To | |
| Extract And Move Method private upgrade(stream StreamImpl) : NetSocket extracted from public createNetSocket() : NetSocket in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & moved to class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
| Extract And Move Method private handleRequestEnd(recycle boolean) : void extracted from public endRequest() : void in class io.vertx.core.http.impl.Http1xClientConnection.StreamImpl & moved to class io.vertx.core.http.impl.Http1xClientConnection | From | To |