4d3ce54ed3e9d7b7068472c8a1fd030dc6328a79
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 6 | ||
| Extract Method private send(method Method, path String, options Option[]) : CompletableFuture<Response> extracted from public delete(path String, option Option...) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To | |
| Extract Method private send(method Method, path String, options Option[]) : CompletableFuture<Response> extracted from public get(path String, option Option...) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To | |
| Extract Method private send(method Method, path String, options Option[]) : CompletableFuture<Response> extracted from public post(path String, option Option...) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To | |
| Extract Method private send(method Method, path String, options Option[]) : CompletableFuture<Response> extracted from public options(path String, option Option...) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To | |
| Extract Method private send(method Method, path String, options Option[]) : CompletableFuture<Response> extracted from public put(path String, option Option...) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To | |
| Extract Method private send(method Method, path String, options Option[], streamConsumer StreamConsumer) : CompletableFuture<Response> extracted from private send(method Method, path String, options Option[], stream Iterator<String>) : CompletableFuture<Response> in class com.speedment.common.rest.RestImpl | From | To |