774b6ef0058220e4e17c250257f3e75cb8914f09
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public does_not_send_notification_on_new_profile() : void from class org.sonar.server.qualityprofile.RegisterQualityProfilesTest to public does_not_send_notification_on_new_profile() : void from class org.sonar.server.qualityprofile.RegisterQualityProfilesNotificationTest | From | To | |
Change Return Type | 3 | ||
Change Return Type void to List<ActiveRuleChange> in method public update(dbSession DbSession, builtInQProfile BuiltInQProfile, ruleProfile RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.BuiltInQProfileUpdate | From | To | |
Change Return Type void to List<ActiveRuleChange> in method public update(dbSession DbSession, builtIn BuiltInQProfile, ruleProfile RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.BuiltInQProfileUpdateImpl | From | To | |
Change Return Type void to List<ActiveRuleChange> in method public update(dbSession DbSession, builtIn BuiltInQProfile, ruleProfile RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest.DummyBuiltInQProfileUpdate | From | To | |
Move Attribute | 1 | ||
Move Attribute private builtInQualityProfilesNotification : BuiltInQualityProfilesNotification from class org.sonar.server.qualityprofile.RegisterQualityProfilesTest to private builtInQualityProfilesNotification : BuiltInQualityProfilesNotification from class org.sonar.server.qualityprofile.RegisterQualityProfilesNotificationTest | From | To |