b48765ede74a653404ae98f0a0255f4c2e31ea19
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package getProfile() : QProfileDto renamed to package getProfiles() : Collection<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Rename Method package switchToChild(to QProfileDto) : void renamed to package selectChild(to QProfileDto) : void in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Rename Variable | 2 | ||
Rename Variable rulesProfile : RulesProfileDto to ruleProfile : RulesProfileDto in method package selectChild(to QProfileDto) : void in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Rename Variable rulesProfile : RulesProfileDto to ruleProfile : RulesProfileDto in method private updateProfileDates(dbSession DbSession, context RuleActivationContext) : void in class org.sonar.server.qualityprofile.RuleActivator | From | To | |
Change Return Type | 1 | ||
Change Return Type QProfileDto to Collection<QProfileDto> in method package getProfiles() : Collection<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute currentProfile : QProfileDto to currentProfiles : Collection<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentProfile : QProfileDto to currentProfiles : Collection<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivationContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter rulesProfile : RulesProfileDto to ruleProfile : RulesProfileDto in method private doSwitch(ruleProfile RulesProfileDto, ruleId int) : void in class org.sonar.server.qualityprofile.RuleActivationContext | From | To |