b449945bf3ebd00848bea85960b724e0638a5289
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public start_does_not_create_sq_if_loaded_profile_already_exists() : void renamed to public start_does_not_create_sq_if_loaded_profile_of_organization_already_exists() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest | From | To | |
Rename Method private register(session DbSession, organization OrganizationDto, qualityProfile QualityProfile, changes List<ActiveRuleChange>) : void renamed to private registerPerQualityProfileAndOrganization(session DbSession, qualityProfile QualityProfile, organization OrganizationDto, changes List<ActiveRuleChange>) : void in class org.sonar.server.qualityprofile.RegisterQualityProfiles | From | To |