52990e074d79d5f5731298c89d4dfd77f253dc92
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCreateUserInZone() : void renamed to public testCreateUserInZoneUsingAdminClient() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Change Return Type | 1 | ||
Change Return Type void to ScimUser in method protected updateUser(token String, status int) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable joel : ScimUser to user : ScimUser in method protected getAndReturnUser(status int, user ScimUser, token String) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Extract Method | 3 | ||
Extract Method private createUser(user ScimUser, token String, subdomain String, switchZone String) : ScimUser extracted from private createUser(user ScimUser, token String, subdomain String) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Extract Method protected getAndReturnUser(status int, user ScimUser, token String) : ScimUser extracted from private getUser(token String, status int) : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Extract Method protected updateUser(token String, status int, user ScimUser) : ScimUser extracted from private updateUser(token String, status int) : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public extractPathVariableFromUrl(pathParameterIndex int, pathInfo String) : String extracted from protected extractIdFromUrl(pathParameterIndex int, pathInfo String) : String in class org.cloudfoundry.identity.uaa.oauth.expression.IsUserSelfCheck & moved to class org.cloudfoundry.identity.uaa.util.UaaUrlUtils | From | To |