4a70f91143e2073d38dfd690e190c40b61c5817e
Files Diff
- Added: 0
- Removed: 5
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public authenticate_existing_user_matching_login() : void renamed to public authenticate_and_update_existing_user_matching_login() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorImplTest | From | To | |
Rename Method public authenticate_existing_user_matching_external_id() : void renamed to public authenticate_and_update_existing_user_matching_external_id() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorImplTest | From | To | |
Inline Method | 6 | ||
Inline Method private loginAsSystemAdministrator() : void inlined to public test_json_example() : void in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Inline Method private loginAsSimpleUser() : void inlined to public search_with_paging() : void in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Inline Method private loginAsSimpleUser() : void inlined to public search_with_query() : void in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Inline Method private insertUser(populateUserDto Consumer<UserDto>) : UserDto inlined to public only_return_login_and_name_when_not_logged() : void in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Inline Method private loginAsSystemAdministrator() : void inlined to public search_with_fields() : void in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Rename Variable | 1 | ||
Rename Variable externalId : String to providerId : String in method private getProviderIdOrProviderLogin(userIdentity UserIdentity) : String in class org.sonar.server.authentication.UserIdentityAuthenticatorImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable password : String in method private reactivateUser(dbSession DbSession, disabledUser UserDto, newUser NewUser) : void from class org.sonar.server.user.UserUpdater | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ws : WsTester to ws : WsActionTester in class org.sonar.server.user.ws.SearchActionTest | From | To | |
Extract Method | 1 | ||
Extract Method private getProviderIdOrProviderLogin(userIdentity UserIdentity) : String extracted from private getUser(dbSession DbSession, userIdentity UserIdentity, provider IdentityProvider) : UserDto in class org.sonar.server.authentication.UserIdentityAuthenticatorImpl | From | To |