a6ce43139f3dbdfcbb63d02ae667cba1ee044058
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type content : HttpContent to msg : Object in method private handleContent(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method private processMessage(msg Object) : boolean in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Extract Method | 1 | ||
| Extract Method private handleOther(msg Object) : void extracted from private processMessage(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter content : HttpContent to msg : Object in method private handleContent(msg Object) : void in class io.vertx.core.http.impl.Http1xServerConnection | From | To |