|
Push Down Method private doReset(dbSession DbSession, profile QualityProfileDto, activations Collection<RuleActivation>) : BulkChangeResult from class org.sonar.server.qualityprofile.QProfileReset to private doReset(dbSession DbSession, profile QualityProfileDto, activations Collection<RuleActivation>) : BulkChangeResult from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method public QProfileReset(db DbClient, activator RuleActivator, activeRuleIndexer ActiveRuleIndexer, factory QProfileFactory, qProfileWsSupport QProfileWsSupport) from class org.sonar.server.qualityprofile.QProfileReset to public QProfileResetImpl(db DbClient, activator RuleActivator, activeRuleIndexer ActiveRuleIndexer, factory QProfileFactory) from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method public QProfileReset(db DbClient, activator RuleActivator, activeRuleIndexer ActiveRuleIndexer, factory QProfileFactory, qProfileWsSupport QProfileWsSupport, definitions ProfileDefinition...) from class org.sonar.server.qualityprofile.QProfileReset to public QProfileResetImpl(db DbClient, activator RuleActivator, activeRuleIndexer ActiveRuleIndexer, factory QProfileFactory, definitions ProfileDefinition...) from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method package reset(dbSession DbSession, organization OrganizationDto, profileName QProfileName, activations Collection<RuleActivation>) : QProfileRestoreSummary from class org.sonar.server.qualityprofile.QProfileReset to public reset(dbSession DbSession, organization OrganizationDto, profileName QProfileName, activations Collection<RuleActivation>) : QProfileRestoreSummary from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method public resetLanguage(dbSession DbSession, language String) : void from class org.sonar.server.qualityprofile.QProfileReset to public resetLanguage(dbSession DbSession, organization OrganizationDto, language String) : void from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method private processValidationMessages(messages ValidationMessages) : void from class org.sonar.server.qualityprofile.QProfileReset to private processValidationMessages(messages ValidationMessages) : void from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Push Down Method private loadDefinitionsGroupedByName(language String) : ListMultimap<QProfileName,RulesProfile> from class org.sonar.server.qualityprofile.QProfileReset to private loadDefinitionsGroupedByName(language String) : ListMultimap<QProfileName,RulesProfile> from class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |