6d4735a3d2daa6873b4c42db20fad90edcd2bbfd
Files Diff
- Added: 8
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private execHandlerJob(channel Channel, isKeepAlive boolean, req Req, extra Object, txMode TransactionMode) : void inlined to public handle(ctx Channel, isKeepAlive boolean, req Req, extra Object) : HttpStatus in class org.rapidoid.http.handler.AbstractAsyncHttpHandler | From | To | |
Extract Method | 2 | ||
Extract Method private exec(client HttpClient) : String extracted from private fetch(port int, verb String, uri String, data Map<String,?>) : String in class org.rapidoid.http.HttpTestCommons | From | To | |
Extract Method protected verify(name String, actual String) : void extracted from protected verify(actual String) : void in class org.rapidoid.test.TestCommons | From | To | |
Rename Parameter | 1 | ||
Rename Parameter roles : List<String> to expectedRoles : List<String> in method private loginFlow(user String, pass String, expectedRoles List<String>) : void in class org.rapidoid.http.HttpLoginTest | From | To |