fb97b0fb18e8cf72d4e305cbb1e943d3346cf8dc
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [http : FastHttp, routes : HttpRoutes] to setup : Setup in class org.rapidoid.setup.OnRoute | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type http : FastHttp to setup : Setup in method public OnRoute(setup Setup, verb String, path String) in class org.rapidoid.setup.OnRoute | From | To | |
Move Class | 1 | ||
Move Class org.rapidoid.http.handler.HttpHandlers moved to org.rapidoid.setup.HttpHandlers | From | To | |
Merge Parameter | 2 | ||
Merge Parameter [http : FastHttp, routes : HttpRoutes] to setup : Setup in method package register(setup Setup, verb String, path String, options RouteOptions, lambda NParamLambda) : void in class org.rapidoid.setup.HttpHandlers | From | To | |
Merge Parameter [http : FastHttp, routes : HttpRoutes] to setup : Setup in method private from(setup Setup, handler NParamLambda, options RouteOptions) : HttpHandler in class org.rapidoid.setup.HttpHandlers | From | To | |
Extract Method | 3 | ||
Extract Method package autoActivate() : void extracted from public req(handler ReqRespHandler) : Setup in class org.rapidoid.setup.Setup | From | To | |
Extract Method package autoActivate() : void extracted from public req(handler ReqHandler) : Setup in class org.rapidoid.setup.Setup | From | To | |
Extract Method package autoActivate() : void extracted from public req(handler HttpHandler) : Setup in class org.rapidoid.setup.Setup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type http : FastHttp to setup : Setup in class org.rapidoid.setup.OnRoute | From | To | |
Rename Parameter | 1 | ||
Rename Parameter http : FastHttp to setup : Setup in method public OnRoute(setup Setup, verb String, path String) in class org.rapidoid.setup.OnRoute | From | To |