841cfd567ca37afb94b948b8a3b7b74f781a641a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type activeRules : List<ActiveRule> to activeRules : Iterator<ActiveRule> in method private writeXml(writer Writer, profile QualityProfileDto, activeRules Iterator<ActiveRule>) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<ActiveRule> to Iterator<ActiveRule> in method public findByProfile(key String) : Iterator<ActiveRule> in class org.sonar.server.qualityprofile.index.ActiveRuleIndex | From | To | |
| Change Return Type List<ActiveRule> to Iterator<ActiveRule> in method public findActiveRulesByProfile(key String) : Iterator<ActiveRule> in class org.sonar.server.qualityprofile.QProfileLoader | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type activeRules : List<ActiveRule> to activeRules : Iterator<ActiveRule> in method package backup(key String, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To |