d9cc008b8e31169ab424b7d90e53c2dd8afb429a
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public createCustomSetup() : ServerSetup renamed to public createServer(name String) : ServerSetup in class org.rapidoid.http.On | From | To | |
Rename Method public unconfigure(name String) : void renamed to public remove(name String) : void in class org.rapidoid.config.Conf | From | To | |
Extract Method | 12 | ||
Extract Method private getValue(name String) : Object extracted from public has(name String, value Object) : boolean in class org.rapidoid.config.Config | From | To | |
Extract Method protected getAndPost(port int, uri String) : void extracted from protected getAndPost(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method private getValue(name String) : Object extracted from public option(name String, defaultValue String) : String in class org.rapidoid.config.Config | From | To | |
Extract Method protected notFoundExcept(port int, uri String, exceptVerbs String...) : void extracted from protected notFoundExcept(uri String, exceptVerbs String...) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method protected onlyPut(port int, uri String) : void extracted from protected onlyPut(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method protected onlyGet(port int, uri String) : void extracted from protected onlyGet(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method protected onlyDelete(port int, uri String) : void extracted from protected onlyDelete(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method private getValue(name String) : Object extracted from public contains(name String, value Object) : boolean in class org.rapidoid.config.Config | From | To | |
Extract Method private getValue(name String) : Object extracted from public sub(name String) : Config in class org.rapidoid.config.Config | From | To | |
Extract Method private getValue(name String) : Object extracted from public option(name String) : String in class org.rapidoid.config.Config | From | To | |
Extract Method protected notFound(port int, uri String) : void extracted from protected notFound(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method protected onlyPost(port int, uri String) : void extracted from protected onlyPost(uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To |