d2105c509cb7eb5dc25d3449a09cda87f100ff0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getRoutes() : HttpRoutesImpl renamed to public routes() : HttpRoutesImpl[] in class org.rapidoid.http.FastHttp | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public hasRoute(verb HttpVerb, uri String) : boolean from class org.rapidoid.http.impl.ReqImpl to public hasRouteOrResource(verb HttpVerb, uri String) : boolean from class org.rapidoid.http.impl.HttpRoutesImpl | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public on(verb String, path String, handler HttpHandler) : void moved from class org.rapidoid.http.FastHttp to class org.rapidoid.httpfast.HttpHandlerTest & inlined to public testFastHttpHandler() : void | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type req : Req to req : ReqImpl in method private tryGenericHandlers(channel Channel, isKeepAlive boolean, req ReqImpl) : HttpStatus in class org.rapidoid.http.FastHttp | From | To | |
Change Parameter Type routes : HttpRoutesImpl to routes : HttpRoutesImpl... in method public FastHttp(routes HttpRoutesImpl...) in class org.rapidoid.http.FastHttp | From | To | |
Change Parameter Type e : AssertionError to e : Throwable in method protected registerError(e Throwable) : void in class org.rapidoid.test.TestCommons | From | To | |
Change Return Type | 1 | ||
Change Return Type HttpRoutesImpl to HttpRoutesImpl[] in method public routes() : HttpRoutesImpl[] in class org.rapidoid.http.FastHttp | From | To | |
Extract Variable | 1 | ||
Extract Variable customization : Customization in method public testFastHttpHandler() : void from class org.rapidoid.httpfast.HttpHandlerTest | From | To | |
Extract Method | 1 | ||
Extract Method private isAppOrAdminOnSameServer() : boolean extracted from public listen() : Server in class org.rapidoid.setup.Setup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type routes : HttpRoutesImpl to routes : HttpRoutesImpl[] in class org.rapidoid.http.FastHttp | From | To |