f0cfa3574a4fe8062e97979d641d1d6a6e564875
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type String to ModelAndView in method public totpAuthorize(session HttpSession, model Model) : ModelAndView in class org.cloudfoundry.identity.uaa.login.TotpEndpoint | From | To | |
Change Variable Type | 1 | ||
Change Variable Type returnView : String to returnView : ModelAndView in method public testTotpAuthorizePage() : void in class org.cloudfoundry.identity.uaa.login.TotpEndpointTest | From | To | |
Extract Method | 2 | ||
Extract Method private renderEnterCodePage(model Model, uaaPrincipal UaaPrincipal) : ModelAndView extracted from public validateCode(model Model, session HttpSession, request HttpServletRequest, response HttpServletResponse, code String) : ModelAndView in class org.cloudfoundry.identity.uaa.login.TotpEndpoint | From | To | |
Extract Method private renderEnterCodePage(model Model, uaaPrincipal UaaPrincipal) : ModelAndView extracted from public totpAuthorize(session HttpSession, model Model) : String in class org.cloudfoundry.identity.uaa.login.TotpEndpoint | From | To |