|
Change Parameter Type activeRules : Iterator<ActiveRuleDto> to activeRules : Iterator<OrgActiveRuleDto> in method private writeXml(dbSession DbSession, writer Writer, profile QProfileDto, activeRules Iterator<OrgActiveRuleDto>) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profileUuids : Collection<String> to profiles : Collection<QProfileDto> in method public delete(dbSession DbSession, profiles Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Parameter Type activeRule : ActiveRuleDto to activeRule : OrgActiveRuleDto in method private buildActiveRuleResponse(activeRule OrgActiveRuleDto, parameters List<ActiveRuleParamDto>) : Rules.Active in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Parameter Type s : String to p : QProfileDto in method public setQProfile(p QProfileDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Change Parameter Type organizationUuid : String to o : OrganizationDto in method public setOrganization(o OrganizationDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Change Parameter Type qualityProfileKey : String to profile : QProfileDto in method protected getChildren(session DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type activeRuleById : Map<Integer,ActiveRuleDto> to activeRuleById : Map<Integer,OrgActiveRuleDto> in method private ActiveRuleParamToActiveRule(activeRuleById Map<Integer,OrgActiveRuleDto>) in class org.sonar.server.rule.RuleUpdater.ActiveRuleParamToActiveRule |
From |
To |
|
Change Parameter Type key : ActiveRuleKey to profile : QProfileDto in method public deactivate(dbSession DbSession, profile QProfileDto, ruleKey RuleKey, force boolean) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profileKey : String to profile : QProfileDto in method public setParent(dbSession DbSession, profile QProfileDto, parent QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Parameter Type profileKeys : Collection<String> to ruleKeys : Collection<RuleKey> in method public deleteByRuleKeys(ruleKeys Collection<RuleKey>) : void in class org.sonar.server.qualityprofile.index.ActiveRuleIndexer |
From |
To |
|
Change Parameter Type activeRules : Collection<ActiveRuleDto> to activeRules : Collection<OrgActiveRuleDto> in method private writeActiveRules(ruleKey RuleKey, activeRules Collection<OrgActiveRuleDto>, activeRuleParamsByActiveRuleKey ListMultimap<ActiveRuleKey,ActiveRuleParamDto>, activesBuilder Rules.Actives.Builder) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Parameter Type profileKey : String to profile : QProfileDto in method private initActiveRules(profile QProfileDto, ruleKey RuleKey, context RuleActivatorContext, session DbSession, parent boolean) : void in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Move Attribute private profile1 : QProfileDto from class org.sonar.server.qualityprofile.index.ActiveRuleResultSetIteratorTest to private profile1 : QProfileDto from class org.sonar.server.qualityprofile.index.ActiveRuleIndexerTest |
From |
To |
|
Move Attribute private dbSession : DbSession from class org.sonar.server.rule.ws.SearchActionMediumTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private organization : OrganizationDto from class org.sonar.server.qualityprofile.QProfileBackuperMediumTest to private organization : OrganizationDto from class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Move Attribute package dbSession : DbSession from class org.sonar.server.qualityprofile.RuleActivatorMediumTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.QProfileCopierMediumTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private organization : OrganizationDto from class org.sonar.server.qualityprofile.QProfileCopierMediumTest to private organization : OrganizationDto from class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Move Attribute private dbSession : DbSession from class org.sonar.server.qualityprofile.QProfileCopierMediumTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private dbSession : DbSession from class org.sonar.server.qualityprofile.QProfileFactoryMediumTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Move Attribute package dbSession : DbSession from class org.sonar.server.qualityprofile.QProfileExportersTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private dbSession : DbSession from class org.sonar.server.qualityprofile.QProfileBackuperMediumTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.RegisterQualityProfiles to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.rule.ws.SearchActionMediumTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private profile2 : QProfileDto from class org.sonar.server.qualityprofile.index.ActiveRuleResultSetIteratorTest to private profile2 : QProfileDto from class org.sonar.server.qualityprofile.index.ActiveRuleIndexerTest |
From |
To |
|
Move Attribute public db : DbTester from class org.sonar.server.qualityprofile.index.ActiveRuleResultSetIteratorTest to public db : DbTester from class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Move Attribute package activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.RuleActivatorMediumTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private esClient : EsClient from class org.sonar.server.qualityprofile.ws.InheritanceActionTest to private esClient : EsClient from class org.sonar.server.qualityprofile.index.ActiveRuleIndexer |
From |
To |
|
Move Attribute private esClient : EsClient from class org.sonar.server.rule.ws.ShowActionTest to private esClient : EsClient from class org.sonar.server.qualityprofile.index.ActiveRuleIndexer |
From |
To |
|
Move Attribute private organization : OrganizationDto from class org.sonar.server.qualityprofile.RuleActivatorMediumTest to private organization : OrganizationDto from class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Move Attribute package activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.QProfileExportersTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.ws.InheritanceActionTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private dbSession : DbSession from class org.sonar.server.qualityprofile.ws.InheritanceActionTest to private dbSession : DbSession from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.RegisterQualityProfiles to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Move Attribute private org : OrganizationDto from class org.sonar.server.qualityprofile.index.ActiveRuleResultSetIteratorTest to private org : OrganizationDto from class org.sonar.server.qualityprofile.index.ActiveRuleIndexerTest |
From |
To |
|
Move Attribute private organization : OrganizationDto from class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest to private organization : OrganizationDto from class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Move Attribute private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.QProfileBackuperMediumTest to private activeRuleIndexer : ActiveRuleIndexer from class org.sonar.server.qualityprofile.BuiltInQProfileInsertImplTest |
From |
To |
|
Change Variable Type activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method package completeShow(dbSession DbSession, organization OrganizationDto, rule RuleDefinitionDto) : List<Rules.Active> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRules1 : List<ActiveRuleDto> to activeRules1 : List<OrgActiveRuleDto> in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type activeRules1 : List<ActiveRuleDto> to activeRules1 : List<OrgActiveRuleDto> in method public change_parent_with_no_parent_before() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type activeRuleDto : ActiveRuleDto to activeRuleDto : OrgActiveRuleDto in method package completeShow(dbSession DbSession, organization OrganizationDto, rule RuleDefinitionDto) : List<Rules.Active> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRules2 : List<ActiveRuleDto> to activeRules2 : List<OrgActiveRuleDto> in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type activeRules : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method public backup(dbSession DbSession, profile QProfileDto, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Variable Type activeRuleDtos : List<ActiveRuleDto> to activeRuleDtos : List<OrgActiveRuleDto> in method private getActiveRuleParamsByActiveRule(dbSession DbSession, organization OrganizationDto, customRule RuleDto) : Multimap<ActiveRuleDto,ActiveRuleParamDto> in class org.sonar.server.rule.RuleUpdater |
From |
To |
|
Change Variable Type activeRule : ActiveRuleDto to activeRule : OrgActiveRuleDto in method private writeActiveRules(ruleKey RuleKey, activeRules Collection<OrgActiveRuleDto>, activeRuleParamsByActiveRuleKey ListMultimap<ActiveRuleKey,ActiveRuleParamDto>, activesBuilder Rules.Actives.Builder) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRules2 : List<ActiveRuleDto> to activeRules2 : List<OrgActiveRuleDto> in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type harvestedProfileKeys : Collection<String> to profileUuids : Set<String> in method package completeSearch(dbSession DbSession, query RuleQuery, rules List<RuleDto>, searchResponse SearchResponse.Builder) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRuleDto : ActiveRuleDto to activeRule : OrgActiveRuleDto in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRule : ActiveRuleDto to activeRule : OrgActiveRuleDto in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type rightActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDto> to rightActiveRulesByRuleKey : Map<RuleKey,OrgActiveRuleDto> in method public compare(dbSession DbSession, left QProfileDto, right QProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Variable Type leftActiveRulesByRuleKey : Map<RuleKey,ActiveRuleDto> to leftActiveRulesByRuleKey : Map<RuleKey,OrgActiveRuleDto> in method public compare(dbSession DbSession, left QProfileDto, right QProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Variable Type activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type qProfileKeys : Collection<String> to profileUuids : Set<String> in method private writeActiveRules(ruleKey RuleKey, activeRules Collection<OrgActiveRuleDto>, activeRuleParamsByActiveRuleKey ListMultimap<ActiveRuleKey,ActiveRuleParamDto>, activesBuilder Rules.Actives.Builder) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type activeRuleById : Map<Integer,ActiveRuleDto> to activeRuleById : Map<Integer,OrgActiveRuleDto> in method private getActiveRuleParamsByActiveRule(dbSession DbSession, organization OrganizationDto, customRule RuleDto) : Multimap<ActiveRuleDto,ActiveRuleParamDto> in class org.sonar.server.rule.RuleUpdater |
From |
To |
|
Change Variable Type activeRules : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type activeRuleDtos : List<ActiveRuleDto> to activeRuleDtos : List<OrgActiveRuleDto> in method private wrap(dbSession DbSession, profile QProfileDto) : RulesProfile in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Variable Type profileKey : String to profile : QProfileDto in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Method private activeRuleDtosToActiveRuleParamDtos(dbSession DbSession, activeRuleDtos List<ActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> renamed to private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Method private createRandomProfile(org OrganizationDto) : QProfileDto renamed to private createCustomProfile(org OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Rename Method public test_index() : void renamed to public before() : void in class org.sonar.server.qualityprofile.index.ActiveRuleIndexerTest |
From |
To |
|
Rename Method public initialize_makes_first_qp_of_a_language_default_when_none_flagged_as_so() : void renamed to public initialize_makes_first_profile_of_a_language_default_when_none_flagged_as_so() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public setKey(s String) : QProfileChangeDto renamed to public setUuid(s String) : QProfileChangeDto in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Method public setOrganizationUuid(s String) : ActiveRuleDoc renamed to package setRuleProfileUuid(s String) : ActiveRuleDoc in class org.sonar.server.qualityprofile.index.ActiveRuleDoc |
From |
To |
|
Rename Method public ruleKey() : RuleKey renamed to public getRuleKey() : RuleKey in class org.sonar.db.qualityprofile.ActiveRuleKey |
From |
To |
|
Rename Method public deleteByUuids(dbSession DbSession, profileUuids Collection<String>) : void renamed to public deleteOrgQProfilesByUuids(dbSession DbSession, profileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Method public deleteByProfileKeys(profileKeys Collection<String>) : void renamed to public deleteByRuleKeys(ruleKeys Collection<RuleKey>) : void in class org.sonar.server.qualityprofile.index.ActiveRuleIndexer |
From |
To |
|
Rename Method public selectByQuery_mapping() : void renamed to public test_selectByQuery_mapping() : void in class org.sonar.db.qualityprofile.QProfileChangeDaoTest |
From |
To |
|
Rename Method public getQProfilesByLanguage() : Map<String,List<BuiltInQProfile>> renamed to public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl |
From |
To |
|
Rename Method public countForProfileUuid(dbSession DbSession, profileUuid String) : int renamed to public countForQProfileUuid(dbSession DbSession, profileUuid String) : int in class org.sonar.db.qualityprofile.QProfileChangeDao |
From |
To |
|
Rename Method private toKeys(profile QProfileDto, descendants List<QProfileDto>) : List<String> renamed to private merge(profile QProfileDto, descendants List<QProfileDto>) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Rename Method public countActiveRulesForRuleStatusByProfileKey(dbSession DbSession, organization OrganizationDto, ruleStatus RuleStatus) : Map<String,Long> renamed to public countActiveRulesForRuleStatusByProfileUuid(dbSession DbSession, organization OrganizationDto, ruleStatus RuleStatus) : Map<String,Long> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method public fail_to_insert_param_when_active_rule_param_id_is_null() : void renamed to public insertParam_fails_when_active_rule_param_id_is_null() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public deleteParametersByProfileKeys_does_nothing_if_keys_are_empty() : void renamed to public deleteParametersByRuleProfileUuids_does_nothing_if_keys_are_empty() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public deleteByKeys_does_not_fail_when_profile_with_specified_key_does_not_exist() : void renamed to public deleteByRuleProfileUuids_does_not_fail_when_rules_profile_with_specified_key_does_not_exist() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public should_find_by_language() : void renamed to public selectByLanguage() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Rename Method public selectWithoutQualityProfile(dbSession DbSession, profileLanguage String, profileName String) : List<OrganizationDto> renamed to public selectAllUuids(dbSession DbSession) : List<String> in class org.sonar.db.organization.OrganizationDao |
From |
To |
|
Rename Method public deleteOrganizationsIfExists(orchestrator Orchestrator, organizationKeys String...) : void renamed to public deleteOrganizations(orchestrator Orchestrator) : void in class util.ItUtils |
From |
To |
|
Rename Method public getQProfilesByLanguage() : Map<String,List<BuiltInQProfile>> renamed to public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryRule |
From |
To |
|
Rename Method public does_not_fail_to_delete_param_by_rule_param_when_active_param_name_not_found() : void renamed to public deleteParamsByRuleParamOfAllOrganizations() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public getKey() : String renamed to public getUuid() : String in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Method public getQProfilesByLanguage() : Map<String,List<BuiltInQProfile>> renamed to public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepository |
From |
To |
|
Rename Method public setOrganizationUuid(organizationUuid String) : RuleQuery renamed to public setOrganization(o OrganizationDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Method public selectByQuery_returns_empty_list_if_no_profile_changes() : void renamed to public selectByQuery_returns_empty_list_if_profile_does_not_exist() : void in class org.sonar.db.qualityprofile.QProfileChangeDaoTest |
From |
To |
|
Rename Method public select_by_profile() : void renamed to public selectByProfile() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method package severity() : String renamed to package getSeverity() : String in class org.sonar.server.qualityprofile.index.ActiveRuleDoc |
From |
To |
|
Rename Method public setProfileKey(s String) : QProfileChangeDto renamed to public setRulesProfileUuid(s String) : QProfileChangeDto in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Method public deleteByProfileKeys(dbSession DbSession, profileKeys Collection<String>) : void renamed to public deleteByRuleProfileUuids(dbSession DbSession, rulesProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method public find_changelog_by_profileKey() : void renamed to public find_changelog_by_profile_key() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Rename Method public select_param_by_key_and_name() : void renamed to public insertParam() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public deleteByKeys(dbSession DbSession, profileUuids Collection<String>) : void renamed to public delete(dbSession DbSession, profiles Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Rename Method public initialize_create_qp_as_default_even_if_only_one_profile_with_given_name_has_default_flag_true() : void renamed to public initialize_creates_profile_as_default_even_if_only_one_profile_with_given_name_has_default_flag_true() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public getQProfilesByLanguage_throws_ISE_if_called_before_initialize() : void renamed to public get_throws_ISE_if_called_before_initialize() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public fail_to_insert_param_when_active_rule_id_is_null() : void renamed to public insertParam_fails_when_active_rule_id_is_null() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public countActiveRulesByProfileKey(dbSession DbSession, organization OrganizationDto) : Map<String,Long> renamed to public countActiveRulesByProfileUuid(dbSession DbSession, organization OrganizationDto) : Map<String,Long> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method public selectAllParams(dbSession DbSession) : List<ActiveRuleParamDto> renamed to public selectByProfileUuid(dbSession DbSession, uuid String) : List<OrgActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method public deleteParametersByProfileKeys(dbSession DbSession, profileKeys Collection<String>) : void renamed to public deleteParametersByRuleProfileUuids(dbSession DbSession, rulesProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method public select_by_key() : void renamed to public selectByKey() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method package inheritance() : ActiveRule.Inheritance renamed to package getInheritance() : ActiveRule.Inheritance in class org.sonar.server.qualityprofile.index.ActiveRuleDoc |
From |
To |
|
Rename Method public deleteByKeys_deletes_rows_from_table() : void renamed to public deleteByRuleProfileUuids_deletes_rows_from_table() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public countActiveRulesForInheritanceByProfileKey(dbSession DbSession, organization OrganizationDto, inheritance String) : Map<String,Long> renamed to public countActiveRulesForInheritanceByProfileUuid(dbSession DbSession, organization OrganizationDto, inheritance String) : Map<String,Long> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Method package organizationUuid() : String renamed to package getRuleProfileUuid() : String in class org.sonar.server.qualityprofile.index.ActiveRuleDoc |
From |
To |
|
Rename Method public to_dto() : void renamed to public toDto() : void in class org.sonar.server.qualityprofile.ActiveRuleChangeTest |
From |
To |
|
Rename Method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void renamed to public selectUuidsOfCustomRulesProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Rename Method public qProfile() : String renamed to public getRuleProfileUuid() : String in class org.sonar.db.qualityprofile.ActiveRuleKey |
From |
To |
|
Rename Method public get_default_profile() : void renamed to public selectDefaultProfile() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Rename Method public start_creates_different_qps_and_their_loaded_templates_if_several_profile_has_same_name_for_different_languages() : void renamed to public dont_persist_built_in_profiles_that_are_already_persisted() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Rename Method public deleteParametersByProfileKeys_deletes_rows_by_profile_keys() : void renamed to public deleteParametersByRuleProfileUuids_deletes_rows_by_rule_profile_uuids() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method private toQualityProfilesByLanguage(rulesProfilesByLanguage ListMultimap<String,RulesProfile>) : Map<String,List<BuiltInQProfile>> renamed to private toFlatList(rulesProfilesByLanguage ListMultimap<String,RulesProfile>) : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl |
From |
To |
|
Rename Method public getProfileKey() : String renamed to public getRulesProfileUuid() : String in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Method public setQProfileKey(s String) : RuleQuery renamed to public setQProfile(p QProfileDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Method public deleteByKeys_accepts_empty_list_of_keys() : void renamed to public delete_accepts_empty_list_of_keys() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Rename Method public rename_custom_outdated_profiles_if_same_name_than_builtin_profile() : void renamed to public rename_custom_outdated_profiles_if_same_name_than_built_in_profile() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Rename Method public initialize_fails_with_ISE_when_two_sq_with_different_name_are_default_for_the_same_language() : void renamed to public initialize_fails_with_ISE_when_two_profiles_with_different_name_are_default_for_the_same_language() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public createForUser_creates_QualityProfile_for_each_DefinedQProfile_in_repository_and_index_ActiveRule_changes_in_order() : void renamed to public createForUser_associates_to_built_in_quality_profiles() : void in class org.sonar.server.organization.OrganizationCreationImplTest |
From |
To |
|
Rename Method public deleteByProfileKeys(dbSession DbSession, profileUuids Collection<String>) : void renamed to public deleteByRulesProfileUuids(dbSession DbSession, ruleProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.QProfileChangeDao |
From |
To |
|
Rename Method public initialize_creates_no_DefinedQProfile_when_there_is_no_definition() : void renamed to public initialize_creates_no_BuiltInQProfile_when_there_is_no_definition() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public deleteParamByKeyAndName_deletes_rows_by_key_and_name() : void renamed to public updateParam() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public get_default_profiles() : void renamed to public selectDefaultProfiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Rename Method public fail_to_insert_param_when_id_is_not_null() : void renamed to public insertParam_fails_when_id_is_not_null() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Method public initialize_creates_no_DefinedQProfile_when_all_definitions_apply_to_non_defined_languages() : void renamed to public initialize_creates_no_BuiltInQProfile_when_all_definitions_apply_to_non_defined_languages() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Method public select_by_profile_ignore_removed_rules() : void renamed to public selectByProfileUuid_ignores_removed_rules() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Variable builtInQProfile1 : BuiltInQProfile to builtIn1 : BuiltInQProfile in method public createForUser_associates_to_built_in_quality_profiles() : void in class org.sonar.server.organization.OrganizationCreationImplTest |
From |
To |
|
Rename Variable profileKey : String to profile : QProfileDto in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable qualityProfile : QProfileDto to profile : QProfileDto in method public find_changelog_by_profile_key() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Rename Variable key : String to ruleProfileUuid : String in method public parse(s String) : ActiveRuleKey in class org.sonar.db.qualityprofile.ActiveRuleKey |
From |
To |
|
Rename Variable builtInQProfile2 : BuiltInQProfile to nonPersistedBuiltIn : BuiltInQProfile in method public dont_persist_built_in_profiles_that_are_already_persisted() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Rename Variable adminOrganizationService : OrganizationService to service : OrganizationService in method public deleteOrganizations(orchestrator Orchestrator) : void in class util.ItUtils |
From |
To |
|
Rename Variable activeRuleParam1 : ActiveRuleParamDto to activeRuleParam : ActiveRuleParamDto in method public insertParam() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Variable activeRuleResponse : Rules.Active.Builder to builder : Rules.Active.Builder in method private buildActiveRuleResponse(activeRule OrgActiveRuleDto, parameters List<ActiveRuleParamDto>) : Rules.Active in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable activeRuleDto : ActiveRuleDto to activeRule : OrgActiveRuleDto in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable profile1 : QProfileDto to profile : QProfileDto in method public delete_accepts_empty_list_of_keys() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Rename Variable activeRuleParamDtos : List<ActiveRuleParamDto> to activeRuleParams : List<ActiveRuleParamDto> in method package completeShow(dbSession DbSession, organization OrganizationDto, rule RuleDefinitionDto) : List<Rules.Active> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable activeRuleParam1 : ActiveRuleParamDto to activeRuleParam : ActiveRuleParamDto in method public updateParam() : void in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Rename Variable activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable qProfileKeys : Collection<String> to profileUuids : Set<String> in method private writeActiveRules(ruleKey RuleKey, activeRules Collection<OrgActiveRuleDto>, activeRuleParamsByActiveRuleKey ListMultimap<ActiveRuleKey,ActiveRuleParamDto>, activesBuilder Rules.Actives.Builder) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable qualityProfile : QProfileDto to profile : QProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Rename Variable secondQPName : String to secondName : String in method public initialize_makes_first_profile_of_a_language_default_when_none_flagged_as_so() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Variable activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method package completeShow(dbSession DbSession, organization OrganizationDto, rule RuleDefinitionDto) : List<Rules.Active> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable builtInQProfile1 : BuiltInQProfile to persistedBuiltIn : BuiltInQProfile in method public dont_persist_built_in_profiles_that_are_already_persisted() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Rename Variable qualityProfileKey : String to profileUuid : String in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Rename Variable qualityProfileOptional : QProfileDto to profileOptional : QProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Rename Variable ruleDto : RuleDefinitionDto to rule : RuleDefinitionDto in method public search_name_with_protected_chars() : void in class org.sonar.server.rule.index.RuleIndexTest |
From |
To |
|
Rename Variable harvestedProfileKeys : Collection<String> to profileUuids : Set<String> in method package completeSearch(dbSession DbSession, query RuleQuery, rules List<RuleDto>, searchResponse SearchResponse.Builder) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable activeRuleParamDtos : List<ActiveRuleParamDto> to activeRuleParams : List<ActiveRuleParamDto> in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Variable builtInQProfile : BuiltInQProfile to builtIn : BuiltInQProfile in method public add(language Language, profileName String, isDefault boolean) : BuiltInQProfile in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryRule |
From |
To |
|
Rename Variable builtInQProfile2 : BuiltInQProfile to builtIn2 : BuiltInQProfile in method public createForUser_associates_to_built_in_quality_profiles() : void in class org.sonar.server.organization.OrganizationCreationImplTest |
From |
To |
|
Rename Variable firstQPName : String to firstName : String in method public initialize_makes_first_profile_of_a_language_default_when_none_flagged_as_so() : void in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImplTest |
From |
To |
|
Rename Variable activeRuleCompleter : ActiveRuleCompleter to underTest : ActiveRuleCompleter in method public test_completeShow() : void in class org.sonar.server.rule.ws.ActiveRuleCompleterTest |
From |
To |
|
Rename Variable session : DbSession to dbSession : DbSession in method public start() : void in class org.sonar.server.rule.RegisterRules |
From |
To |
|
Rename Variable activeRuleParamDto : ActiveRuleParamDto to activeRuleParam : ActiveRuleParamDto in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Return Type Map<String,List<BuiltInQProfile>> to List<BuiltInQProfile> in method public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryRule |
From |
To |
|
Change Return Type void to QProfileChangeDto in method private insertChange(rulesProfileUuid String, type String, login String, data String) : QProfileChangeDto in class org.sonar.db.qualityprofile.QProfileChangeDaoTest |
From |
To |
|
Change Return Type List<OrganizationDto> to List<String> in method public selectAllUuids(dbSession DbSession) : List<String> in class org.sonar.db.organization.OrganizationDao |
From |
To |
|
Change Return Type List<ActiveRuleParamDto> to List<OrgActiveRuleDto> in method public selectByProfileUuid(dbSession DbSession, uuid String) : List<OrgActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Change Return Type Map<String,List<BuiltInQProfile>> to List<BuiltInQProfile> in method private toFlatList(rulesProfilesByLanguage ListMultimap<String,RulesProfile>) : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl |
From |
To |
|
Change Return Type Map<String,List<BuiltInQProfile>> to List<BuiltInQProfile> in method public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepository |
From |
To |
|
Change Return Type Collection<String> to Set<String> in method private writeActiveRules(ruleKey RuleKey, activeRules Collection<OrgActiveRuleDto>, activeRuleParamsByActiveRuleKey ListMultimap<ActiveRuleKey,ActiveRuleParamDto>, activesBuilder Rules.Actives.Builder) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Return Type Map<String,List<BuiltInQProfile>> to List<BuiltInQProfile> in method public get() : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl |
From |
To |
|
Change Return Type List<ActiveRuleDto> to List<OrgActiveRuleDto> in method public selectByRuleId(organizationUuid String, ruleId int) : List<OrgActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleMapper |
From |
To |
|
Change Return Type void to Optional<ActiveRuleDto> in method public delete(dbSession DbSession, key ActiveRuleKey) : Optional<ActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Change Return Type List<String> to List<QProfileDto> in method private merge(profile QProfileDto, descendants List<QProfileDto>) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Return Type Map<RuleKey,ActiveRuleDto> to Map<RuleKey,OrgActiveRuleDto> in method private loadActiveRules(dbSession DbSession, profile QProfileDto) : Map<RuleKey,OrgActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Return Type Collection<String> to Set<String> in method private writeActiveRules(dbSession DbSession, response SearchResponse.Builder, query RuleQuery, rules List<RuleDto>) : Set<String> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Return Type List<ActiveRuleDto> to List<OrgActiveRuleDto> in method public selectByRuleIds(organizationUuid String, partitionOfRuleIds List<Integer>) : List<OrgActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleMapper |
From |
To |
|
Change Return Type List<ActiveRuleDto> to List<OrgActiveRuleDto> in method public selectByRuleId(dbSession DbSession, organization OrganizationDto, ruleId int) : List<OrgActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Change Return Type ActiveRuleDto to OrgActiveRuleDto in method public apply(input ActiveRuleParamDto) : OrgActiveRuleDto in class org.sonar.server.rule.RuleUpdater.ActiveRuleParamToActiveRule |
From |
To |
|
Rename Attribute key : String to uuid : String in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Attribute qualityProfileKey : String to ruleProfileUuid : String in class org.sonar.db.qualityprofile.ActiveRuleKey |
From |
To |
|
Rename Attribute tester : EsTester to es : EsTester in class org.sonar.server.rule.index.RuleIndexTest |
From |
To |
|
Rename Attribute organizationUuid : String to organization : OrganizationDto in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Attribute MY_LOGIN : String to A_LOGIN : String in class org.sonar.server.qualityprofile.ActiveRuleChangeTest |
From |
To |
|
Rename Attribute ruleParams : Map<RuleKey,Set<RuleParamDto>> to params : Map<RuleKey,Set<RuleParamDto>> in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl.RuleRepository |
From |
To |
|
Rename Attribute index : RuleIndex to underTest : RuleIndex in class org.sonar.server.rule.index.RuleIndexTest |
From |
To |
|
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.organization.OrganizationCreationImplTest |
From |
To |
|
Rename Attribute profileKey : String to rulesProfileUuid : String in class org.sonar.db.qualityprofile.QProfileChangeDto |
From |
To |
|
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.rule.index.RuleIndexTest |
From |
To |
|
Rename Attribute qProfileKey : String to profile : QProfileDto in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Attribute qProfilesByLanguage : Map<String,List<BuiltInQProfile>> to qProfiles : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl |
From |
To |
|
Rename Attribute profileKey : String to ruleProfileUuid : String in class org.sonar.db.qualityprofile.ActiveRuleDto |
From |
To |
|
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Rename Attribute FIELD_ACTIVE_RULE_ORGANIZATION_UUID : String to FIELD_ACTIVE_RULE_PROFILE_UUID : String in class org.sonar.server.rule.index.RuleIndexDefinition |
From |
To |
|
Rename Attribute qProfilesbyLanguage : Map<String,List<BuiltInQProfile>> to profiles : List<BuiltInQProfile> in class org.sonar.server.qualityprofile.BuiltInQProfileRepositoryRule |
From |
To |
|
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Rename Attribute FIELD_ACTIVE_RULE_PROFILE_KEY : String to FIELD_ACTIVE_RULE_PROFILE_UUID : String in class org.sonar.server.rule.index.RuleIndexDefinition |
From |
To |
|
Rename Attribute ruleDefinitions : Map<RuleKey,RuleDefinitionDto> to definitions : Map<RuleKey,RuleDefinitionDto> in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl.RuleRepository |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectByNameAndLanguages(dbSession DbSession, organization OrganizationDto, name String, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter profileKey : String to profile : QProfileDto in method public setParent(dbSession DbSession, profile QProfileDto, parent QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectByNameAndLanguage(dbSession DbSession, organization OrganizationDto, name String, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectSelectedProjects(dbSession DbSession, organization OrganizationDto, profile QProfileDto, query String) : List<ProjectQprofileAssociationDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter profileKey : String to rulesProfileUuid : String in method private insertChange(rulesProfileUuid String, type String, login String, data String) : QProfileChangeDto in class org.sonar.db.qualityprofile.QProfileChangeDaoTest |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectProjectAssociations(dbSession DbSession, organization OrganizationDto, profile QProfileDto, query String) : List<ProjectQprofileAssociationDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter qualityProfile : BuiltInQProfile to builtIn : BuiltInQProfile in method public create(dbSession DbSession, batchDbSession DbSession, builtIn BuiltInQProfile) : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest.DummyBuiltInQProfileInsert |
From |
To |
|
Rename Parameter key : String to uuid : String in method public newQProfileDto(organization OrganizationDto, name QProfileName, uuid String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public insert(dbSession DbSession, item ActiveRuleDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectDescendants(dbSession DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public deleteParam(dbSession DbSession, activeRuleParam ActiveRuleParamDto) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public insert(dbSession DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private cascadeActivation(dbSession DbSession, activation RuleActivation, profile QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter qualityProfileKey : String to ruleProfileUuid : String in method protected ActiveRuleKey(ruleProfileUuid String, ruleKey RuleKey) in class org.sonar.db.qualityprofile.ActiveRuleKey |
From |
To |
|
Rename Parameter populaters : Consumer<RuleDefinitionDto>... to consumers : Consumer<RuleDefinitionDto>... in method private createRule(consumers Consumer<RuleDefinitionDto>...) : RuleDefinitionDto in class org.sonar.server.rule.index.RuleIndexTest |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectDefaultProfile(dbSession DbSession, organization OrganizationDto, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private create(ruleKey RuleKey, dbSession DbSession, context RuleActivatorContext) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectDefaultProfiles(dbSession DbSession, organization OrganizationDto, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter profileDto : QProfileDto to profile : QProfileDto in method private removeParent(dbSession DbSession, profile QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private initRuleRepository(dbSession DbSession) : void in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Rename Parameter profileUuids : Collection<String> to profiles : Collection<QProfileDto> in method public delete(dbSession DbSession, profiles Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public updateParam(dbSession DbSession, activeRuleParam ActiveRuleParamDto) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectOrFailByUuid(dbSession DbSession, uuid String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private insertActiveRule(dbSession DbSession, rulesProfileDto RulesProfileDto, activeRule ActiveRule, now long) : ActiveRuleChange in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectDeselectedProjects(dbSession DbSession, organization OrganizationDto, profile QProfileDto, query String) : List<ProjectQprofileAssociationDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter s : String to p : QProfileDto in method public setQProfile(p QProfileDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public insertParam(dbSession DbSession, activeRule ActiveRuleDto, activeRuleParam ActiveRuleParamDto) : ActiveRuleParamDto in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter profileKeys : Collection<String> to rulesProfileUuids : Collection<String> in method public deleteByRuleProfileUuids(dbSession DbSession, rulesProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectAssociatedToProjectAndLanguage(dbSession DbSession, project ComponentDto, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private mapper(dbSession DbSession) : ActiveRuleMapper in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter profileKeys : Collection<String> to ruleKeys : Collection<RuleKey> in method public deleteByRuleKeys(ruleKeys Collection<RuleKey>) : void in class org.sonar.server.qualityprofile.index.ActiveRuleIndexer |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private mapper(dbSession DbSession) : QualityProfileMapper in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter profileDto : QProfileDto to profile : QProfileDto in method public backup(dbSession DbSession, profile QProfileDto, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Rename Parameter organizationUuid : String to o : OrganizationDto in method public setOrganization(o OrganizationDto) : RuleQuery in class org.sonar.server.rule.index.RuleQuery |
From |
To |
|
Rename Parameter profileDto : QProfileDto to profile : QProfileDto in method public createFor(profile QProfileDto, ruleDto RuleDefinitionDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDto |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public update(dbSession DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectByUuid(dbSession DbSession, uuid String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method package getActiveRule(dbSession DbSession, key ActiveRuleKey) : Optional<ActiveRuleDto> in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public deleteParamById(dbSession DbSession, id int) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter profileKey : String to ruleProfileUuid : String in method public selectByKey(ruleProfileUuid String, repository String, rule String) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleMapper |
From |
To |
|
Rename Parameter ruleDto : RuleDefinitionDto to rule : RuleDefinitionDto in method public deactivateOfAllOrganizations(dbSession DbSession, rule RuleDefinitionDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter profileKey : String to profile : QProfileDto in method private initActiveRules(profile QProfileDto, ruleKey RuleKey, context RuleActivatorContext, session DbSession, parent boolean) : void in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public delete(dbSession DbSession, key ActiveRuleKey) : Optional<ActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectChildren(dbSession DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public update(dbSession DbSession, item ActiveRuleDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter organizationUuid : String to s : String in method public setOrganizationUuid(s String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Rename Parameter qProfileDto : QProfileDto to profile : QProfileDto in method private cascadeActivation(dbSession DbSession, activation RuleActivation, profile QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectByUuids(dbSession DbSession, uuids List<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method package getActiveRuleParams(dbSession DbSession, activeRuleDto ActiveRuleDto) : List<ActiveRuleParamDto> in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Rename Parameter profileUuids : Collection<String> to ruleProfileUuids : Collection<String> in method public deleteByRulesProfileUuids(dbSession DbSession, ruleProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.QProfileChangeDao |
From |
To |
|
Rename Parameter activeRuleDtos : List<ActiveRuleDto> to activeRules : List<OrgActiveRuleDto> in method private loadParams(dbSession DbSession, activeRules List<OrgActiveRuleDto>) : ListMultimap<ActiveRuleKey,ActiveRuleParamDto> in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Rename Parameter profileKeys : Collection<String> to rulesProfileUuids : Collection<String> in method public deleteParametersByRuleProfileUuids(dbSession DbSession, rulesProfileUuids Collection<String>) : void in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method private loadActiveRules(dbSession DbSession, profile QProfileDto) : Map<RuleKey,OrgActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Rename Parameter qualityProfileKey : String to profile : QProfileDto in method protected getChildren(session DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter key : ActiveRuleKey to profile : QProfileDto in method public deactivate(dbSession DbSession, profile QProfileDto, ruleKey RuleKey, force boolean) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectAssociatedToProjectUuidAndLanguages(dbSession DbSession, project ComponentDto, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Rename Parameter session : DbSession to dbSession : DbSession in method public selectByKey(dbSession DbSession, key ActiveRuleKey) : Optional<ActiveRuleDto> in class org.sonar.db.qualityprofile.ActiveRuleDao |
From |
To |