f38e1d3d4fd5f1903fca4e4e38e24c3195595303
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected createBaseUri(scheme String, host String, port Integer, context String) : String renamed to protected createBaseUrl(scheme String, host String, port Integer, context String) : String in class ninja.standalone.AbstractStandalone | From | To | |
Rename Method protected createServerUri(scheme String, host String, port Integer) : String renamed to protected createServerUrl(scheme String, host String, port Integer) : String in class ninja.standalone.AbstractStandalone | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class ninja.standalone.ConfigurationHelper moved and renamed to ninja.utils.OverlayedNinjaProperties | From | To | |
Rename Attribute | 1 | ||
Rename Attribute configurationHelper : ConfigurationHelper to overlayedNinjaProperties : OverlayedNinjaProperties in class ninja.standalone.AbstractStandalone | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type context : ContextImpl to context : NinjaServletContext in class ninja.servlet.MultipartContextImplMemoryTest | From | To | |
Change Attribute Type configurationHelper : ConfigurationHelper to overlayedNinjaProperties : OverlayedNinjaProperties in class ninja.standalone.AbstractStandalone | From | To | |
Rename Parameter | 1 | ||
Rename Parameter propertyName : String to key : String in method public get(key String, currentValue String, defaultValue String) : String in class ninja.utils.OverlayedNinjaProperties | From | To |