e4f2ddfe3163df726aedcdecd1a78814ce1b50f9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method private connect0(ipUri URI, method String, entity byte[], headers Map<String,List<String>>, hostname String, agentProxy AgentProxy, identity Identity) : HttpURLConnection from class com.spotify.helios.client.DefaultRequestDispatcher to private connect0(ipUri URI, method String, entity byte[], headers Map<String,List<String>>, hostname String, agentProxy AgentProxy, identity Identity) : HttpURLConnection from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Method private connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection from class com.spotify.helios.client.DefaultRequestDispatcher to public connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Method private setRequestMethod(connection HttpURLConnection, method String, isHttps boolean) : void from class com.spotify.helios.client.DefaultRequestDispatcher to private setRequestMethod(connection HttpURLConnection, method String, isHttps boolean) : void from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Attribute | 4 | ||
Move Attribute private HTTP_TIMEOUT_MILLIS : long from class com.spotify.helios.client.DefaultRequestDispatcher to private HTTP_TIMEOUT_MILLIS : long from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Attribute private user : String from class com.spotify.helios.client.DefaultRequestDispatcher to private user : String from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Attribute private identities : List<Identity> from class com.spotify.helios.client.DefaultRequestDispatcher to private identities : List<Identity> from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Move Attribute private endpointIterator : EndpointIterator from class com.spotify.helios.client.DefaultRequestDispatcher to private endpointIterator : EndpointIterator from class com.spotify.helios.client.DefaultHttpConnector | From | To | |
Extract Class | 1 | ||
Extract Class com.spotify.helios.client.DefaultHttpConnector from class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Extract Method | 1 | ||
Extract Method private toIpUri(endpoint Endpoint, uri URI) : URI extracted from private connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.DefaultHttpConnector | From | To |