f334975c430c943984c1b23f40571b81400f1f39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type activeRules : Iterator<ActiveRule> to activeRules : Iterator<ActiveRuleDoc> in method private writeXml(writer Writer, profile QualityProfileDto, activeRules Iterator<ActiveRuleDoc>) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
Change Parameter Type index : IndexClient to activeRuleIndex : ActiveRuleIndex2 in method public QProfileBackuper(reset QProfileReset, db DbClient, activeRuleIndex ActiveRuleIndex2) in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
Rename Attribute | 1 | ||
Rename Attribute index : IndexClient to activeRuleIndex : ActiveRuleIndex2 in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public backup(key String, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type index : IndexClient to activeRuleIndex : ActiveRuleIndex2 in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter index : IndexClient to activeRuleIndex : ActiveRuleIndex2 in method public QProfileBackuper(reset QProfileReset, db DbClient, activeRuleIndex ActiveRuleIndex2) in class org.sonar.server.qualityprofile.QProfileBackuper | From | To |