9eec4e38a8d24f48f1b527d38717bf33e72c442b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getClientRedirect(request HttpServletRequest, redirectUri String) : String renamed to private getClientWhitelist(request HttpServletRequest) : Set<String> in class org.cloudfoundry.identity.uaa.authentication.WhitelistLogoutHandler | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type typeReference : TypeReference to typeReference : TypeReference<T> in method public readValue(s String, typeReference TypeReference<T>) : T in class org.cloudfoundry.identity.uaa.util.JsonUtils | From | To | |
Change Parameter Type typeReference : TypeReference to typeReference : TypeReference<T> in method public readValue(data byte[], typeReference TypeReference<T>) : T in class org.cloudfoundry.identity.uaa.util.JsonUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Set<String> in method private getClientWhitelist(request HttpServletRequest) : Set<String> in class org.cloudfoundry.identity.uaa.authentication.WhitelistLogoutHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type clientDetails : Collection<ClientDetails> to clientDetails : Collection<BaseClientDetails> in method public testGetClientDetailsSortedByLastModified() : void in class org.cloudfoundry.identity.uaa.mock.clients.ClientAdminEndpointsMockMvcTests | From | To | |
Extract Method | 1 | ||
Extract Method public createZoneOrUpdateSubdomain(client RestTemplate, url String, id String, subdomain String, configureZone Consumer<IdentityZoneConfiguration>) : IdentityZone extracted from public createZoneOrUpdateSubdomain(client RestTemplate, url String, id String, subdomain String) : IdentityZone in class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils | From | To |