7473ac7bf8e69bd1324b98e2a4f7e3c6c6967e22
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public authenticate_existing_user_and_remove_all_groups() : void renamed to public authenticate_existing_user_and_remove_all_groups_expect_default() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method | 6 | ||
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public ignore_groups_on_non_default_organizations() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public authenticate_new_user_with_groups() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public authenticate_existing_user_and_add_new_groups() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public authenticate_existing_user_and_remove_groups() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public authenticate_existing_user_and_remove_all_groups() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Extract Method private checkGroupMembership(user UserDto, expectedGroups GroupDto...) : void extracted from public authenticate_new_user() : void in class org.sonar.server.authentication.UserIdentityAuthenticatorTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter groups : String... to expectedGroups : String... in method public verifyUserGroupMembership(userLogin String, expectedGroups String...) : void in class util.user.UserRule.GroupManagementImpl | From | To |