6fb054b53e6a8cf108302455527fdefade5491f4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected testGet(uri String) : String renamed to private onlyReq(verb String, uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Change Return Type | 2 | ||
Change Return Type String to void in method private testReq(verb String, uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Change Return Type String to void in method private onlyReq(verb String, uri String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable resp : String to actual : String in method private checkResponse(verb String, uri String, actual String, expected String) : void in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method | 2 | ||
Extract Method private fetch(verb String, uri String) : String extracted from private testReq(verb String, uri String) : String in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method private checkResponse(verb String, uri String, actual String, expected String) : void extracted from private testReq(verb String, uri String) : String in class org.rapidoid.http.HttpTestCommons | From | To |