06f33b2990935cfa68023c9cf22159d75e664d5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private beginResetPassword() : String renamed to private finishPasswordReset(username String, email String) : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Rename Method public resettingAPassword() : void renamed to public resettingAPasswordWithInvalidPassword() : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Rename Method public logout_and_clear_cookies() : void renamed to public logoutAndClearCookies() : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Change Return Type | 1 | ||
Change Return Type String to void in method private finishPasswordReset(username String, email String) : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Extract Method | 3 | ||
Extract Method private beginPasswordReset(username String) : void extracted from public resettingAPassword() : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Extract Method private getPasswordResetLink(email String) : String extracted from private beginResetPassword() : String in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Extract Method private beginPasswordReset(username String) : void extracted from public resettingAPasswordForANonExistentUser() : void in class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Inline Variable | 2 | ||
Inline Variable randomInt : int in method public setUp() : void from class org.cloudfoundry.identity.uaa.integration.feature.ResetPasswordIT | From | To | |
Inline Variable zoneId : String in method private performLdapLogin(subdomain String, ldapUrl String, startTls boolean, skipSSLVerification boolean, username String, password String) : void from class org.cloudfoundry.identity.uaa.integration.feature.LdapLoginIT | From | To |