af9cd8be6d2fc9656d73ff3ed6ebd633ad33573d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type expectedInheritance : ActiveRule.Inheritance to expectedInheritance : ActiveRuleInheritance in method private assertThatRuleIsActivated(profile QProfileDto, rule RuleDefinitionDto, changes List<ActiveRuleChange>, expectedSeverity String, expectedInheritance ActiveRuleInheritance, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileTreeImplTest | From | To | |
Change Parameter Type expectedInheritance : ActiveRule.Inheritance to expectedInheritance : ActiveRuleInheritance in method private assertThatRuleIsUpdated(profile QProfileDto, rule RuleDefinitionDto, expectedSeverity String, expectedInheritance ActiveRuleInheritance, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileRuleImplTest | From | To | |
Change Parameter Type i : ActiveRule.Inheritance to i : ActiveRuleInheritance in method public setInheritance(i ActiveRuleInheritance) : ActiveRuleChange in class org.sonar.server.qualityprofile.ActiveRuleChange | From | To | |
Change Parameter Type expectedInheritance : ActiveRule.Inheritance to expectedInheritance : ActiveRuleInheritance in method private assertThatRuleIsActivated(profile QProfileDto, rule RuleDefinitionDto, changes List<ActiveRuleChange>, expectedSeverity String, expectedInheritance ActiveRuleInheritance, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileRuleImplTest | From | To | |
Change Parameter Type expectedInheritance : ActiveRule.Inheritance to expectedInheritance : ActiveRuleInheritance in method private assertThatRuleIsUpdated(profile QProfileDto, rule RuleDefinitionDto, expectedSeverity String, expectedInheritance ActiveRuleInheritance, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileTreeImplTest | From | To | |
Change Return Type | 2 | ||
Change Return Type ActiveRule.Inheritance to ActiveRuleInheritance in method public getInheritance() : ActiveRuleInheritance in class org.sonar.server.qualityprofile.ActiveRuleChange | From | To | |
Change Return Type ActiveRule.Inheritance to ActiveRuleInheritance in method package getInheritance() : ActiveRuleInheritance in class org.sonar.server.qualityprofile.index.ActiveRuleDoc | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.sonar.server.qualityprofile.ActiveRule.Inheritance moved and renamed to org.sonar.server.qualityprofile.ActiveRuleInheritance | From | To | |
Change Variable Type | 3 | ||
Change Variable Type inheritance : ActiveRule.Inheritance to inheritance : ActiveRuleInheritance in method private doInsert(change ActiveRuleChange, context RuleActivationContext, dbSession DbSession) : ActiveRuleDto in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Change Variable Type inheritance : ActiveRule.Inheritance to inheritance : ActiveRuleInheritance in method private doUpdate(change ActiveRuleChange, context RuleActivationContext, dbSession DbSession) : ActiveRuleDto in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Change Variable Type inheritance : ActiveRule.Inheritance to inheritance : ActiveRuleInheritance in method private isSame(change ActiveRuleChange, activeRule ActiveRuleWrapper) : boolean in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inheritance : ActiveRule.Inheritance to inheritance : ActiveRuleInheritance in class org.sonar.server.qualityprofile.ActiveRuleChange | From | To |