b7976ff3de0187d28cbe371a858d51af32913853
Files Diff
- Added: 3
- Removed: 12
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public shouldCreateNewUsers() : void renamed to public create_new_users() : void in class org.sonarqube.tests.user.RealmAuthenticationTest | From | To | |
Rename Method public adminIsLocalAccountByDefault() : void renamed to public admin_is_local_account_by_default() : void in class org.sonarqube.tests.user.RealmAuthenticationTest | From | To | |
Rename Method public shouldAutomaticallyReactivateDeletedUser() : void renamed to public reactivate_deleted_user() : void in class org.sonarqube.tests.user.RealmAuthenticationTest | From | To | |
Rename Method public shouldNotFallback() : void renamed to public does_not_fallback() : void in class org.sonarqube.tests.user.RealmAuthenticationTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in method public AuthenticatorsImpl(jwtHttpHandler JwtHttpHandler, basicAuthenticator BasicAuthenticator, httpHeadersAuthenticator HttpHeadersAuthenticator) in class org.sonar.server.authentication.AuthenticatorsImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable activeUser : UserDto to activeUser1 : UserDto in method public select_by_email() : void in class org.sonar.db.user.UserDaoTest | From | To | |
Change Return Type | 2 | ||
Change Return Type UserDto to List<UserDto> in method public selectByEmail(dbSession DbSession, emailCaseInsensitive String) : List<UserDto> in class org.sonar.db.user.UserDao | From | To | |
Change Return Type UserDto to List<UserDto> in method public selectByEmail(email String) : List<UserDto> in class org.sonar.db.user.UserMapper | From | To | |
Rename Class | 3 | ||
Rename Class org.sonarqube.tests.user.SsoAuthenticationTest renamed to org.sonarqube.tests.user.HttpHeadersAuthenticationTest | From | To | |
Rename Class org.sonar.server.authentication.SsoAuthenticatorTest renamed to org.sonar.server.authentication.HttpHeadersAuthenticatorTest | From | To | |
Rename Class org.sonar.server.authentication.SsoAuthenticator renamed to org.sonar.server.authentication.HttpHeadersAuthenticator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in class org.sonar.server.authentication.AuthenticatorsImpl | From | To | |
Rename Attribute ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in class org.sonar.server.authentication.AuthenticatorsImplTest | From | To | |
Extract Variable | 1 | ||
Extract Variable login : String in method public display_message_in_ui_but_not_in_log_when_unauthorized_exception() : void from class org.sonarqube.tests.user.HttpHeadersAuthenticationTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type underTest : SsoAuthenticator to underTest : HttpHeadersAuthenticator in class org.sonar.server.authentication.HttpHeadersAuthenticatorTest | From | To | |
Change Attribute Type ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in class org.sonar.server.authentication.AuthenticatorsImpl | From | To | |
Change Attribute Type ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in class org.sonar.server.authentication.AuthenticatorsImplTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ssoAuthenticator : SsoAuthenticator to httpHeadersAuthenticator : HttpHeadersAuthenticator in method public AuthenticatorsImpl(jwtHttpHandler JwtHttpHandler, basicAuthenticator BasicAuthenticator, httpHeadersAuthenticator HttpHeadersAuthenticator) in class org.sonar.server.authentication.AuthenticatorsImpl | From | To | |
Rename Parameter email : String to emailCaseInsensitive : String in method public selectByEmail(dbSession DbSession, emailCaseInsensitive String) : List<UserDto> in class org.sonar.db.user.UserDao | From | To |