2b58a486fa4b95b4197ffffdbc7581d9183aa04c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private positive(value int) : int from class com.spotify.helios.client.DefaultRequestDispatcher to private positive(value int) : int from class com.spotify.helios.client.EndpointIterator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute endpointSupplier : Supplier<List<Endpoint>> to endpointIterator : EndpointIterator in class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type endpointSupplier : Supplier<List<Endpoint>> to endpointIterator : EndpointIterator in class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public randomizeCursor() : void extracted from private connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.DefaultRequestDispatcher & moved to class com.spotify.helios.client.EndpointIterator | From | To |