8420963bb85b552995ae35dabcc2e3c9b27e47cc
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type CloseableHttpClient to ConfiguredCloseableHttpClient in method protected createClient(builder HttpClientBuilder, manager InstrumentedHttpClientConnectionManager, name String) : ConfiguredCloseableHttpClient in class io.dropwizard.client.HttpClientBuilder | From | To | |
Change Variable Type | 3 | ||
Change Variable Type client : CloseableHttpClient to client : ConfiguredCloseableHttpClient in method public setsTheMaximumRoutePoolSize() : void in class io.dropwizard.client.HttpClientBuilderTest | From | To | |
Change Variable Type client : CloseableHttpClient to client : ConfiguredCloseableHttpClient in method public setsTheMaximumConnectionPoolSize() : void in class io.dropwizard.client.HttpClientBuilderTest | From | To | |
Change Variable Type apacheHttpClient : CloseableHttpClient to apacheHttpClient : ConfiguredCloseableHttpClient in method private buildConfig(name String, threadPool ExecutorService, objectMapper ObjectMapper, validator Validator) : Configuration in class io.dropwizard.client.JerseyClientBuilder | From | To | |
Extract Method | 1 | ||
Extract Method package buildWithDefaultRequestConfiguration(name String) : ConfiguredCloseableHttpClient extracted from public build(name String) : CloseableHttpClient in class io.dropwizard.client.HttpClientBuilder | From | To |