|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public create_profile_with_xml() : void in class org.sonar.server.qualityprofile.QProfileServiceMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public restore_and_override_profile_name() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public restore_child_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public restore_and_update_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRuleIndex : ActiveRuleIndex to activeRuleIndex : ActiveRuleIndex2 in method public before() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type leftActiveRulesByRuleKey : Map<RuleKey,ActiveRule> to leftActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDoc> in method private compare(leftKey String, rightKey String, session DbSession, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public keep_other_inherited_rules() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRuleIterator : Iterator<ActiveRule> to activeRuleIterator : Iterator<ActiveRuleDoc> in method private wrap(profile QualityProfileDto) : RulesProfile in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public restore_and_create_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public restore_parent_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public import_xml() : void in class org.sonar.server.qualityprofile.QProfileExportersTest |
From |
To |
|
Change Variable Type rightActiveRulesByRuleKey : Map<RuleKey,ActiveRule> to rightActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDoc> in method private compare(leftKey String, rightKey String, session DbSession, result QProfileComparisonResult) : void in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |