75e52914e9982d25f7335639a705c89e6be1f249
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type Setup to void in method public port(port int) : void in class org.rapidoid.setup.Admin | From | To | |
| Change Return Type Setup to void in method public address(address String) : void in class org.rapidoid.setup.On | From | To | |
| Change Return Type Setup to void in method public port(port int) : void in class org.rapidoid.setup.On | From | To | |
| Change Return Type Setup to void in method public address(address String) : void in class org.rapidoid.setup.Admin | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private ADMIN_ZONE : String from class org.rapidoid.setup.Setup to private ADMIN_ZONE : String from class org.rapidoid.setup.DefaultSetup | From | To | |
| Split Variable | 1 | ||
| Split Variable config : Config to [customization : Customization, routes : HttpRoutesImpl] in method public create(name String) : Setup in class org.rapidoid.setup.Setup | From | To | |
| Extract Method | 2 | ||
| Extract Method package on() : Setup extracted from public http() : FastHttp in class org.rapidoid.setup.Setup | From | To | |
| Extract Method package admin() : Setup extracted from public http() : FastHttp in class org.rapidoid.setup.Setup | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public any(path String) : OnRoute extracted from public any(path String) : OnRoute in class org.rapidoid.setup.On & moved to class org.rapidoid.setup.Admin | From | To |