0eaec937e05bae2549abc4ae0b06911a160e33c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setHttpClient(httpClient HttpClient) : void renamed to public setClientParams(clientParams HttpClientParams) : void in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Rename Method public getHttpClient() : HttpClient renamed to public getClientParams() : HttpClientParams in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type httpClient : HttpClient to clientParams : HttpClientParams in method public setClientParams(clientParams HttpClientParams) : void in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HttpClient to HttpClientParams in method public getClientParams() : HttpClientParams in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute httpClient : HttpClient to clientParams : HttpClientParams in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type httpClient : HttpClient to clientParams : HttpClientParams in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter httpClient : HttpClient to clientParams : HttpClientParams in method public setClientParams(clientParams HttpClientParams) : void in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To |