99c9918c97e7c3991302c9dd6f11b6b755fd8ca0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable route : HttpRoutesImpl to matchingRoutes : HttpRoutesImpl in method public onRequest(channel Channel, isGet boolean, isKeepAlive boolean, xbody BufRange, xverb BufRange, xuri BufRange, xpath BufRange, xquery BufRange, xprotocol BufRange, hdrs BufRanges) : void in class org.rapidoid.http.FastHttp | From | To | |
Rename Variable route : HttpRoutesImpl to routes : HttpRoutesImpl in method private tryGenericHandlers(channel Channel, isKeepAlive boolean, req ReqImpl) : HttpStatus in class org.rapidoid.http.FastHttp | From | To | |
Rename Attribute | 1 | ||
Rename Attribute routes : HttpRoutesImpl[] to routeGroups : HttpRoutesImpl[] in class org.rapidoid.http.FastHttp | From | To | |
Extract Variable | 1 | ||
Extract Variable route : RouteImpl in method private register(verb HttpVerb, path String, handler HttpHandler) : void from class org.rapidoid.http.impl.HttpRoutesImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter routes : HttpRoutesImpl[] to routeGroups : HttpRoutesImpl[] in method public FastHttp(routeGroups HttpRoutesImpl[], serverConfig Config) in class org.rapidoid.http.FastHttp | From | To | |
Rename Parameter routes : HttpRoutesImpl... to routeGroups : HttpRoutesImpl... in method public FastHttp(routeGroups HttpRoutesImpl...) in class org.rapidoid.http.FastHttp | From | To |