f493e648284e24ba4b8e6edb47eabc3d292b5ab7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type req : ReqImpl to req : Req in method protected internalServerError(channel Channel, isKeepAlive boolean, req Req, contentType MediaType) : void in class org.rapidoid.http.FastHttp | From | To | |
| Change Parameter Type req : ReqImpl to req : Req in method private handleError(channel Channel, isKeepAlive boolean, req Req, contentType MediaType, e Throwable) : boolean in class org.rapidoid.http.FastHttp | From | To | |
| Move Method | 2 | ||
| Move Method protected postprocessResult(req Req, result Object) : Object from class org.rapidoid.http.handler.AbstractAsyncHttpHandler to public postprocessResult(req Req, result Object) : Object from class org.rapidoid.http.HttpUtils | From | To | |
| Move Method public getErrorCodeAndMsg(err Throwable) : ErrCodeAndMsg from class org.rapidoid.util.Msc to public getErrorCodeAndMsg(err Throwable) : ErrCodeAndMsg from class org.rapidoid.http.HttpUtils | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private INTERNAL_SERVER_ERROR : String in class org.rapidoid.http.FastHttp | From | To | |
| Inline Variable | 1 | ||
| Inline Variable notFound : String in method protected notFound(port int, verb String, uri String) : void from class org.rapidoid.http.IntegrationTestCommons | From | To |