410a07681d5cc51dfcfd1afee0c5f06df30a2d12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable qProfileDtos : List<QProfileDto> to rulesProfileDtos : List<RulesProfileDto> in method public selectBuiltInRuleProfilesWithActiveRules() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest | From | To | |
Rename Variable qProfileByLanguage : Map<String,QProfileDto> to rulesProfilesByLanguage : Map<String,RulesProfileDto> in method private ensureBuiltInDefaultQPContainsRules(dbSession DbSession) : void in class org.sonar.server.qualityprofile.RegisterQualityProfiles | From | To | |
Change Return Type | 2 | ||
Change Return Type List<QProfileDto> to List<RulesProfileDto> in method public selectBuiltInRuleProfilesWithActiveRules() : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper | From | To | |
Change Return Type List<QProfileDto> to List<RulesProfileDto> in method public selectBuiltInRuleProfilesWithActiveRules(dbSession DbSession) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao | From | To | |
Change Variable Type | 2 | ||
Change Variable Type qProfileDtos : List<QProfileDto> to rulesProfileDtos : List<RulesProfileDto> in method public selectBuiltInRuleProfilesWithActiveRules() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest | From | To | |
Change Variable Type qProfileByLanguage : Map<String,QProfileDto> to rulesProfilesByLanguage : Map<String,RulesProfileDto> in method private ensureBuiltInDefaultQPContainsRules(dbSession DbSession) : void in class org.sonar.server.qualityprofile.RegisterQualityProfiles | From | To |