5e20949d87b901fb37f5b2236a836346d81d4da9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type endpointSupplier : Supplier<List<URI>> to endpointSupplier : Supplier<List<Endpoint>> in method public DefaultRequestDispatcher(endpointSupplier Supplier<List<Endpoint>>, user String, executorService ListeningExecutorService) in class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Change Parameter Type endpointSupplier : Supplier<List<URI>> to endpointSupplier : Supplier<List<Endpoint>> in method public setEndpointSupplier(endpointSupplier Supplier<List<Endpoint>>) : Builder in class com.spotify.helios.client.HeliosClient.Builder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type endpoints : List<URI> to endpoints : List<Endpoint> in method private connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type endpointSupplier : Supplier<List<URI>> to endpointSupplier : Supplier<List<Endpoint>> in class com.spotify.helios.client.HeliosClient.Builder | From | To | |
Change Attribute Type endpointSupplier : Supplier<List<URI>> to endpointSupplier : Supplier<List<Endpoint>> in class com.spotify.helios.client.DefaultRequestDispatcher | From | To |