7f656ec61c7557f1856edb3d5c5d967293b6f754
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fn : BiFunction<RuleActivationContext,RuleKey,List<ActiveRuleChange>> to fn : BiFunction<RuleActivationContext,RuleDefinitionDto,List<ActiveRuleChange>> in method private doBulk(dbSession DbSession, profile QProfileDto, ruleQuery RuleQuery, fn BiFunction<RuleActivationContext,RuleDefinitionDto,List<ActiveRuleChange>>) : BulkChangeResult in class org.sonar.server.qualityprofile.QProfileRulesImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type List<RuleActivation> to List<Rule> in method private parseRuleActivations(rulesCursor SMInputCursor) : List<Rule> in class org.sonar.server.qualityprofile.QProfileBackuperImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type activations : List<RuleActivation> to activations : List<Rule> in method private parseRuleActivations(rulesCursor SMInputCursor) : List<Rule> in class org.sonar.server.qualityprofile.QProfileBackuperImpl | From | To |