8f9decfe43b8ad3d52566d714167f042dea3d472
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ids : Deque<Identity> to queue : Queue<Identity> in method private connectWithIdentities(identities List<Identity>, uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ids : Deque<Identity> to queue : Queue<Identity> in method private connectWithIdentities(identities List<Identity>, uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Inline Variable | 1 | ||
Inline Variable uriScheme : String in method private toIpUri(endpoint Endpoint, uri URI) : URI from class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Extract Method | 2 | ||
Extract Method private doConnect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection extracted from public connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Extract Method private connectWithIdentities(identities List<Identity>, uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection extracted from public connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To |