|
Change Parameter Type leftRule : ActiveRule to leftRule : ActiveRuleDto in method private compareActivationParams(session DbSession, leftRule ActiveRuleDto, rightRule ActiveRuleDto, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type activeRules : Map<RuleKey,ActiveRule> to activeRules : Map<RuleKey,ActiveRuleDto> in method private writeRules(json JsonWriter, activeRules Map<RuleKey,ActiveRuleDto>, rulesByKey Map<RuleKey,Rule>) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Parameter Type rightRule : ActiveRule to rightRule : ActiveRuleDto in method private compareActivationParams(session DbSession, leftRule ActiveRuleDto, rightRule ActiveRuleDto, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Return Type Map<RuleKey,ActiveRule> to Map<RuleKey,ActiveRuleDto> in method public inLeft() : Map<RuleKey,ActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type Map<RuleKey,ActiveRule> to Map<RuleKey,ActiveRuleDto> in method public same() : Map<RuleKey,ActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type Map<RuleKey,ActiveRule> to Map<RuleKey,ActiveRuleDto> in method public inRight() : Map<RuleKey,ActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Variable Type rightActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDoc> to rightActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDto> in method private compare(session DbSession, leftKey String, rightKey String, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Variable Type value : ActiveRule to value : ActiveRuleDto in method private writeRules(json JsonWriter, activeRules Map<RuleKey,ActiveRuleDto>, rulesByKey Map<RuleKey,Rule>) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Variable Type leftActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDoc> to leftActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDto> in method private compare(session DbSession, leftKey String, rightKey String, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Variable Type activeRule : Entry<RuleKey,ActiveRule> to activeRule : Entry<RuleKey,ActiveRuleDto> in method private writeRules(json JsonWriter, activeRules Map<RuleKey,ActiveRuleDto>, rulesByKey Map<RuleKey,Rule>) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |