7c6a1eb7b3ce8972c181305cd578bbb3580a50e0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public ForcePasswordChangeController(resetPasswordService ResetPasswordService) renamed to public setResetPasswordService(resetPasswordService ResetPasswordService) : void in class org.cloudfoundry.identity.uaa.login.ForcePasswordChangeController | From | To | |
Change Return Type | 1 | ||
Change Return Type void to String in method public handleForcePasswordChange(model Model, password String, passwordConfirmation String, request HttpServletRequest, response HttpServletResponse, session HttpSession) : String in class org.cloudfoundry.identity.uaa.login.ForcePasswordChangeController | From | To | |
Extract Method | 1 | ||
Extract Method private handleUnprocessableEntity(model Model, response HttpServletResponse, email String) : String extracted from public handleForcePasswordChange(model Model, password String, passwordConf String, request HttpServletRequest, response HttpServletResponse, session HttpSession) : void in class org.cloudfoundry.identity.uaa.login.ForcePasswordChangeController | From | To | |
Rename Parameter | 1 | ||
Rename Parameter passwordConf : String to passwordConfirmation : String in method public handleForcePasswordChange(model Model, password String, passwordConfirmation String, request HttpServletRequest, response HttpServletResponse, session HttpSession) : String in class org.cloudfoundry.identity.uaa.login.ForcePasswordChangeController | From | To |