501c5a96124f8efac620b4416e5680b2c3532c36
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public href() : String renamed to public go() : String in class org.rapidoid.gui.Btn | From | To | |
| Rename Method public href(linkTo String) : Btn renamed to public go(linkTo String) : Btn in class org.rapidoid.gui.Btn | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public uri(entityType Class<?>) : String from class org.rapidoid.web.X to public typeUri(entityType Class<?>) : String from class org.rapidoid.util.UTILS | From | To | |
| Rename Variable | 1 | ||
| Rename Variable url : String to uri : String in method public mediaList(found List<Object>) : Tag[] in class org.rapidoid.gui.base.BootstrapWidgets | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute href : String to go : String in class org.rapidoid.gui.Btn | From | To | |
| Extract Variable | 1 | ||
| Extract Variable name : String in method public execute(req Req, resp Resp) : Object from class org.rapidoid.web.X.view | From | To | |
| Extract Method | 4 | ||
| Extract Method public scaffold(setup Setup, uri String, entityType Class<?>) : void extracted from public scaffold(uri String, entityType Class<?>) : void in class org.rapidoid.web.X | From | To | |
| Extract Method public scaffold(setup Setup, entityTypes Class<?>...) : void extracted from public scaffold(entityTypes Class<?>...) : void in class org.rapidoid.web.X | From | To | |
| Extract Method private scaffoldEntity(setup Setup, baseUri String, entityType Class<?>) : void extracted from public scaffold(uri String, entityType Class<?>) : void in class org.rapidoid.web.X | From | To | |
| Extract Method public uriFor(baseUri String, target Object) : String extracted from public uriFor(entity Object) : String in class org.rapidoid.util.UTILS | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter uri : String to baseUri : String in method private scaffoldEntity(setup Setup, baseUri String, entityType Class<?>) : void in class org.rapidoid.web.X | From | To | |
| Rename Parameter entity : Object to target : Object in method public uriFor(target Object) : String in class org.rapidoid.util.UTILS | From | To |