e80f6ae26761d68ff7e9e2775cc9e33e715c43af
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private profilesByLanguage() : ListMultimap<String,RulesProfile> renamed to private buildRulesProfilesByLanguage() : ListMultimap<String,RulesProfile> in class org.sonar.server.qualityprofile.RegisterQualityProfiles | From | To | |
Rename Variable | 1 | ||
Rename Variable profilesByLanguage : ListMultimap<String,RulesProfile> to rulesProfilesByLanguage : ListMultimap<String,RulesProfile> in method public start() : void in class org.sonar.server.qualityprofile.RegisterQualityProfiles | From | To | |
Extract Method | 2 | ||
Extract Method private assertEqual(writtenDto QualityProfileDto, readDto QualityProfileDto) : void extracted from public checkAndCreate() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest | From | To | |
Extract Method private assertEqual(writtenDto QualityProfileDto, readDto QualityProfileDto) : void extracted from public create() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest | From | To |