4b54fadd1e213e0d7d6a3df086c2750c86a8edc8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fail_when_login_is_invalid() : void renamed to public display_message_in_ui_but_not_in_log_when_unauthorized_exception() : void in class it.user.SsoAuthenticationTest | From | To | |
Extract Method | 1 | ||
Extract Method private doAuthenticate(request HttpServletRequest, response HttpServletResponse) : Optional<UserDto> extracted from public authenticate(request HttpServletRequest, response HttpServletResponse) : Optional<UserDto> in class org.sonar.server.authentication.SsoAuthenticator | From | To |