|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method public delete_custom_rule() : void in class org.sonar.server.rule.RuleDeleterMediumTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRule> to activeRules : List<ActiveRuleDoc> in method private verifyOneActiveRule(profileKey String, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileCopierMediumTest |
From |
To |
|
Change Variable Type activeRule : ActiveRule to activeRule : ActiveRuleDoc in method private verifyOneActiveRule(profileKey String, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileCopierMediumTest |
From |
To |