9854d3e229a88696c5c36307026b216a883e060a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package resume() : void renamed to public doResume() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Rename Method package pause() : void renamed to public doPause() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Rename Method private handleChunk(chunk Buffer) : void renamed to private reportBytesRead(buffer Buffer) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type request : HttpServerRequest to request : HttpServerRequestImpl in method package upgrade(request HttpServerRequestImpl, nettyReq HttpRequest) : ServerWebSocket in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Change Parameter Type request : HttpRequest to request : DefaultHttpRequest in method package HttpServerRequestImpl(conn Http1xServerConnection, request DefaultHttpRequest) in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Parameter Type request : HttpRequest to request : DefaultHttpRequest in method package HttpServerResponseImpl(vertx VertxInternal, conn Http1xServerConnection, request DefaultHttpRequest) in class io.vertx.core.http.impl.HttpServerResponseImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable chunk : ByteBuf to buffer : Buffer in method private handleContent(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Inline Method | 3 | ||
Inline Method private processMessage(msg Object) : void inlined to package handleMessage(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Inline Method private unsetQueueing() : void inlined to public doResume() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Change Return Type | 1 | ||
Change Return Type HttpServerResponse to HttpServerResponseImpl in method public response() : HttpServerResponseImpl in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Move Attribute | 2 | ||
Move Attribute private paused : boolean from class io.vertx.core.http.impl.Http1xServerConnection to private paused : boolean from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Move Attribute private sentCheck : boolean from class io.vertx.core.http.impl.Http1xServerConnection to private sentCheck : boolean from class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type request : HttpRequest to request : DefaultHttpRequest in method package handleMessage(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Change Variable Type chunk : ByteBuf to buffer : Buffer in method private handleContent(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Extract Method | 5 | ||
Extract Method private reportResponseComplete() : void extracted from package responseComplete() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Extract Method private reportRequestComplete() : void extracted from private handleEnd() : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Extract Method private doEnd() : void extracted from package handleEnd() : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Method private endDecode() : void extracted from package handleEnd() : void in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Extract Method private reportBytesWritten(msg Object) : void extracted from public writeToChannel(msg Object, promise ChannelPromise) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type response : HttpServerResponse to response : HttpServerResponseImpl in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Attribute Type request : HttpRequest to request : DefaultHttpRequest in class io.vertx.core.http.impl.HttpServerRequestImpl | From | To | |
Change Attribute Type pendingResponse : HttpServerResponseImpl to pendingResponse : HttpServerRequestImpl in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter chunk : Buffer to buffer : Buffer in method private reportBytesRead(buffer Buffer) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To |