109df2fe0fdd5ea594f8dc42fff18b8ab78c707d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private verifyHasActiveRule(profileKey String, ruleKey RuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void renamed to private verifyOneActiveRuleInDbAndIndex(profileKey String, ruleKey RuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To | |
Rename Method private verifyHasActiveRule(activeRuleKey ActiveRuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void renamed to private verifyHasActiveRuleInDb(activeRuleKey ActiveRuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To | |
Rename Method private verifyOneActiveRule(profileKey String, ruleKey RuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void renamed to private verifyOneActiveRuleInDb(profileKey String, ruleKey RuleKey, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To | |
Change Return Type | 2 | ||
Change Return Type void to List<ActiveRuleChange> in method package setParent(dbSession DbSession, profileKey String, parentKey String) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Change Return Type void to List<ActiveRuleChange> in method private removeParent(dbSession DbSession, profileDto QualityProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute index : ActiveRuleIndex to activeRuleIndex : ActiveRuleIndex2 in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method private verifyZeroActiveRules(key String) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type index : ActiveRuleIndex to activeRuleIndex : ActiveRuleIndex2 in class org.sonar.server.qualityprofile.RuleActivatorMediumTest | From | To |