aa574ef6529416abc1570a884bdca172e04988bb
Files Diff
- Added: 10
- Removed: 8
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public jsonError(resp Resp, error Throwable) : Map<String,?> renamed to public getErrorInfo(resp Resp, error Throwable) : Map<String,?> in class org.rapidoid.http.HttpUtils | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder rapidoid-commons to rapidoid-http-fast | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to Res in method public mustExist() : Res in class org.rapidoid.io.Res | From | To | |
| Change Return Type Req to T in method public request() : T in class org.rapidoid.ctx.Current | From | To | |
| Extract Method | 1 | ||
| Extract Method private handleError(channel Channel, isKeepAlive boolean, req ReqImpl, contentType MediaType, e Throwable) : boolean extracted from public onRequest(channel Channel, isGet boolean, isKeepAlive boolean, xbody Range, xverb Range, xuri Range, xpath Range, xquery Range, xprotocol Range, hdrs Ranges) : void in class org.rapidoid.http.FastHttp | From | To |