b2073fa091d64a1dfe06699bca1a8befddb5a805
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type msg : Object to content : HttpContent in method private handleContent(content HttpContent) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Rename Variable | 1 | ||
Rename Variable chunk : HttpContent to content : HttpContent in method private processMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Inline Method | 2 | ||
Inline Method private handleRequest(req HttpServerRequestImpl, resp HttpServerResponseImpl) : void inlined to private processMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Extract Variable | 1 | ||
Extract Variable chunk : ByteBuf in method private handleContent(content HttpContent) : void from class io.vertx.core.http.impl.ServerConnection | From | To | |
Inline Variable | 1 | ||
Inline Variable result : DecoderResult in method private processMessage(msg Object) : void from class io.vertx.core.http.impl.ServerConnection | From | To | |
Extract Method | 2 | ||
Extract Method private handleContent(content HttpContent) : void extracted from private processMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Extract Method private handleError(obj HttpObject) : void extracted from private processMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter msg : Object to content : HttpContent in method private handleContent(content HttpContent) : void in class io.vertx.core.http.impl.ServerConnection | From | To |