|
Change Variable Type customRuleReloaded : RuleDto to customRuleReloaded : RuleDefinitionDto in method public delete_custom_rule() : void in class org.sonar.server.rule.RuleDeleterMediumTest |
From |
To |
|
Change Variable Type result : RuleDto to result : RuleDefinitionDto in method public reactivate_custom_rule_if_already_exists_in_removed_status() : void in class org.sonar.server.rule.RuleCreatorMediumTest |
From |
To |
|
Change Variable Type rule : RuleDto to rule : RuleDefinitionDto in method public ignore_activation_errors_when_setting_parent() : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type templateRule : RuleDto to templateRule : RuleDefinitionDto in method public disable_custom_rules_if_template_disabled() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |
|
Change Variable Type rule : RuleDto to rule : RuleDefinitionDto in method public delete(ruleKey RuleKey) : void in class org.sonar.server.rule.RuleDeleter |
From |
To |
|
Change Variable Type customRule : RuleDto to customRule : RuleDefinitionDto in method public update_custom_rule_on_template_change() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |
|
Change Variable Type rule : RuleDto to rule : RuleDefinitionDto in method public selectOrFailByKey() : void in class org.sonar.db.rule.RuleDaoTest |
From |
To |
|
Change Variable Type rule : RuleDto to rule : RuleDefinitionDto in method protected setRuleStatistics(dbSession DbSession, stats NewIssuesStatistics.Stats) : void in class org.sonar.server.issue.notification.NewIssuesNotification |
From |
To |
|
Change Variable Type ruleDto : RuleDto to ruleDto : RuleDefinitionDto in method public insert() : void in class org.sonar.db.rule.RuleDaoTest |
From |
To |
|
Change Variable Type templateRule : RuleDto to templateRule : RuleDefinitionDto in method public do_not_update_custom_rule_params_from_template() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |
|
Change Variable Type template : RuleDto to template : RuleDefinitionDto in method public do_not_update_custom_rule_if_no_template_change() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |
|
Change Variable Type rule : RuleDto to rule : RuleDefinitionDto in method public allow_to_deactivate_removed_rule() : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type ruleDto : RuleDto to ruleDto : RuleDefinitionDto in method public update_RuleDefinitionDto() : void in class org.sonar.db.rule.RuleDaoTest |
From |
To |
|
Change Variable Type ruleDto : RuleDto to ruleDto : RuleDefinitionDto in method public fail_to_activate_if_rule_with_removed_status() : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type template : RuleDto to template : RuleDefinitionDto in method public update_custom_rule_on_template_change() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |
|
Change Variable Type customRuleReloaded : RuleDto to customRuleReloaded : RuleDefinitionDto in method public do_not_update_custom_rule_if_no_template_change() : void in class org.sonar.server.rule.RegisterRulesMediumTest |
From |
To |