a7012a7c57ec2a6c26f4cc23febf573a96aff52d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void renamed to public ClientAdminEndpoints(securityContextAccessor SecurityContextAccessor) in class org.cloudfoundry.identity.uaa.client.ClientAdminEndpoints | From | To | |
Rename Method public setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void renamed to public ApprovalsAdminEndpoints(securityContextAccessor SecurityContextAccessor) in class org.cloudfoundry.identity.uaa.approval.ApprovalsAdminEndpoints | From | To | |
Rename Method public setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void renamed to public ClientAdminEndpointsValidator(securityContextAccessor SecurityContextAccessor) in class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsValidator | From | To | |
Move And Inline Method | 6 | ||
Move And Inline Method public setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpoints to class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsTests & inlined to package setUp() : void | From | To | |
Move And Inline Method package setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.account.PasswordChangeEndpoint to class org.cloudfoundry.identity.uaa.scim.endpoints.UserIdConversionEndpointsTests & inlined to public init() : void | From | To | |
Move And Inline Method package setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.account.PasswordChangeEndpoint to class org.cloudfoundry.identity.uaa.oauth.approval.ApprovalsAdminEndpointsTests & inlined to public initApprovalsAdminEndpointsTests() : void | From | To | |
Move And Inline Method package setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.scim.endpoints.UserIdConversionEndpoints to class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsTests & inlined to package setUp() : void | From | To | |
Move And Inline Method public setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.oauth.UaaAuthorizationRequestManager to class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsTests & inlined to package setUp() : void | From | To | |
Move And Inline Method package setSecurityContextAccessor(securityContextAccessor SecurityContextAccessor) : void moved from class org.cloudfoundry.identity.uaa.account.PasswordChangeEndpoint to class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsTests & inlined to package setUp() : void | From | To | |
Rename Variable | 1 | ||
Rename Variable accessor : SecurityContextAccessor to mockSecurityContextAccessor : SecurityContextAccessor in method public createClient() : void in class org.cloudfoundry.identity.uaa.client.ClientAdminEndpointsValidatorTests | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute sca : SecurityContextAccessor to mockSecurityContextAccessor : SecurityContextAccessor in method package adminCanChangeAnotherUsersPassword() : void in class org.cloudfoundry.identity.uaa.account.PasswordChangeEndpointTests | From | To | |
Replace Variable With Attribute sca : SecurityContextAccessor to mockSecurityContextAccessor : SecurityContextAccessor in method package clientCanChangeUserPasswordWithoutCurrentPassword() : void in class org.cloudfoundry.identity.uaa.account.PasswordChangeEndpointTests | From | To | |
Rename Attribute | 1 | ||
Rename Attribute securityContextAccessor : SecurityContextAccessor to mockSecurityContextAccessor : SecurityContextAccessor in class org.cloudfoundry.identity.uaa.scim.endpoints.UserIdConversionEndpointsTests | From | To |