7abaab474afae25b56841a5990dd6f53ff1d349a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private handleHttps(connection HttpURLConnection, identity Identity) : void from class com.spotify.helios.client.AuthenticatingHttpConnector to public handle(connection HttpURLConnection) : void from class com.spotify.helios.client.AuthenticatingHttpConnector.AuthenticatingHttpsHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type delegate : HttpConnector to delegate : DefaultHttpConnector in method package AuthenticatingHttpConnector(user String, agentProxyOpt Optional<AgentProxy>, endpointIterator EndpointIterator, delegate DefaultHttpConnector, identities List<Identity>) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type connector : HttpConnector to connector : DefaultHttpConnector in class com.spotify.helios.client.AuthenticatingHttpConnectorTest | From | To | |
Change Attribute Type delegate : HttpConnector to delegate : DefaultHttpConnector in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Rename Parameter | 1 | ||
Rename Parameter agentProxy : Optional<AgentProxy> to agentProxyOpt : Optional<AgentProxy> in method package AuthenticatingHttpConnector(user String, agentProxyOpt Optional<AgentProxy>, endpointIterator EndpointIterator, delegate DefaultHttpConnector, identities List<Identity>) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To |