942e83b392939a481a2229bc0f938be4870b4db0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method package AuthenticatingHttpConnector(user String, accessTokenSupplier Supplier<Optional<AccessToken>>, agentProxyOpt Optional<AgentProxy>, clientCertificatePath Optional<CertKeyPaths>, endpointIterator EndpointIterator, delegate DefaultHttpConnector, identities List<Identity>) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Change Parameter Type accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method public AuthenticatingHttpConnector(user String, accessTokenSupplier Supplier<Optional<AccessToken>>, agentProxyOpt Optional<AgentProxy>, clientCertificatePath Optional<CertKeyPaths>, endpointIterator EndpointIterator, delegate DefaultHttpConnector) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Rename Variable | 1 | ||
Rename Variable accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method private createHttpConnector(sslHostnameVerification boolean) : HttpConnector in class com.spotify.helios.client.HeliosClient.Builder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method private createHttpConnector(sslHostnameVerification boolean) : HttpConnector in class com.spotify.helios.client.HeliosClient.Builder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Rename Parameter | 2 | ||
Rename Parameter accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method package AuthenticatingHttpConnector(user String, accessTokenSupplier Supplier<Optional<AccessToken>>, agentProxyOpt Optional<AgentProxy>, clientCertificatePath Optional<CertKeyPaths>, endpointIterator EndpointIterator, delegate DefaultHttpConnector, identities List<Identity>) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To | |
Rename Parameter accessTokenOpt : Optional<AccessToken> to accessTokenSupplier : Supplier<Optional<AccessToken>> in method public AuthenticatingHttpConnector(user String, accessTokenSupplier Supplier<Optional<AccessToken>>, agentProxyOpt Optional<AgentProxy>, clientCertificatePath Optional<CertKeyPaths>, endpointIterator EndpointIterator, delegate DefaultHttpConnector) in class com.spotify.helios.client.AuthenticatingHttpConnector | From | To |