f3cc2a27e3f754ff10b6e90bccb4491aa3c8ed57
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAPasswordReset() : void renamed to public changePassword_SuccessfulFlow_PasswordChanged() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpointMockMvcTests | From | To | |
Extract Variable | 1 | ||
Extract Variable post : MockHttpServletRequestBuilder in method private createChangePasswordRequest(user ScimUser, code ExpiringCode, useCSRF boolean, password String, passwordConfirmation String) : MockHttpServletRequestBuilder from class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests | From | To | |
Extract Method | 5 | ||
Extract Method private createChangePasswordRequest(user ScimUser, code ExpiringCode, useCSRF boolean) : MockHttpServletRequestBuilder extracted from public testResettingAPasswordUsingUsernameToEnsureNoModification() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests | From | To | |
Extract Method private createChangePasswordRequest(user ScimUser, code ExpiringCode, useCSRF boolean, password String, passwordConfirmation String) : MockHttpServletRequestBuilder extracted from public testResettingAPasswordUsingTimestampForUserModification() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests | From | To | |
Extract Method private getExpiringCode() : String extracted from public testAPasswordReset() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpointMockMvcTests | From | To | |
Extract Method private createChangePasswordRequest(user ScimUser, code ExpiringCode, useCSRF boolean) : MockHttpServletRequestBuilder extracted from public testResettingAPasswordUsingTimestampUserModified() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests | From | To | |
Extract Method private createChangePasswordRequest(user ScimUser, code ExpiringCode, useCSRF boolean) : MockHttpServletRequestBuilder extracted from public testResettingAPasswordFailsWhenUsernameChanged() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests | From | To |