|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public getOrganization(dbSession DbSession, profile QProfileDto) : OrganizationDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method private call(project ComponentDto, qualityProfile QProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type qp : RulesProfileDto to qp : QProfileDto in method private assertQualityProfileIsUpdated(qp QProfileDto) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public checkNotBuiltInt(profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private importXml(profileDto QProfileDto, importerKey String, xml Reader, dbSession DbSession) : QProfileResult in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type children : List<RulesProfileDto> to children : List<QProfileDto> in method private buildChildren(children List<QProfileDto>, statistics Statistics) : Iterable<QualityProfile> in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public setProfile(profile QProfileDto) : QProfileResult in class org.sonar.server.qualityprofile.QProfileResult |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public deleteProjectProfileAssociation(dbSession DbSession, project ComponentDto, profile QProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private importProfile(profileDto QProfileDto, rulesProfile RulesProfile, dbSession DbSession) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private loadActiveRules(session DbSession, profile QProfileDto) : Map<RuleKey,ActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeLanguageFields(profileBuilder QualityProfile.Builder, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Parameter Type list : Collection<RulesProfileDto> to list : Collection<QProfileDto> in method private addAll(qualityProfiles Map<String,QProfileDto>, list Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private xmlForProfileWithoutRules(profile QProfileDto) : String in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public activateRule(profile QProfileDto, rule RuleDefinitionDto, consumer Consumer<ActiveRuleDto>) : ActiveRuleDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type qp : RulesProfileDto to qp : QProfileDto in method private assertQualityProfileIsTheSame(qp QProfileDto) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Parameter Type rulesProfile : RulesProfileDto to rulesProfile : QProfileDto in method public checkPermission(dbSession DbSession, rulesProfile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Parameter Type writtenDto : RulesProfileDto to writtenDto : QProfileDto in method private assertEqual(writtenDto QProfileDto, readDto QProfileDto) : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method package isDefault(profile QProfileDto) : boolean in class org.sonar.server.qualityprofile.ws.SearchData |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, profile QProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.RestoreActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertThatIsDefault(org OrganizationDto, profile QProfileDto) : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Parameter Type consumers : Consumer<RulesProfileDto>... to consumer : Consumer<QProfileDto> in method public insert(organization OrganizationDto, consumer Consumer<QProfileDto>) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type descendants : List<RulesProfileDto> to descendants : List<QProfileDto> in method private ensureNoneIsMarkedAsDefault(dbSession DbSession, profile QProfileDto, descendants List<QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, profile QProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.CopyActionTest.TestBackuper |
From |
To |
|
Change Parameter Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method private buildResponse(profile QProfileDto, ancestors List<QProfileDto>, children List<QProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type otherProfiles : RulesProfileDto... to otherProfiles : QProfileDto... in method public insert(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public backup(dbSession DbSession, profile QProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.ExportActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertQualityProfileFromDb(profile QProfileDto) : AbstractObjectAssert<?,QProfileDto> in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method private buildAncestors(ancestors List<QProfileDto>, statistics Statistics) : Iterable<QualityProfile> in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private backup(dbSession DbSession, profile QProfileDto, backupFile File) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type right : RulesProfileDto to right : QProfileDto in method public QProfileComparisonResult(left QProfileDto, right QProfileDto) in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private associateProjectsWithProfile(dbSession DbSession, profile QProfileDto, projects ComponentDto...) : void in class org.sonar.server.qualityprofile.ws.ProjectsActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeProfile(profilesResponse Map<String,Rules.QProfile>, profile QProfileDto) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, profile QProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuper |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to project : ComponentDto in method public associateWithProject(project ComponentDto, profile QProfileDto, otherProfiles QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeXml(dbSession DbSession, writer Writer, profile QProfileDto, activeRules Iterator<ActiveRuleDto>) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, profile QProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.ExportActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private verifyProfileExists(profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private verifyProfileDoesNotExist(profile QProfileDto, organization OrganizationDto) : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile QProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private languageIsSupported(profile QProfileDto) : boolean in class org.sonar.server.rule.ws.AppAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private newActiveRule(profile QProfileDto, rule RuleDefinitionDto) : ActiveRuleDto in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private addAll(qualityProfiles Map<String,QProfileDto>, list Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private toKeys(profile QProfileDto, descendants List<QProfileDto>) : List<String> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type children : List<RulesProfileDto> to children : List<QProfileDto> in method private buildResponse(profile QProfileDto, ancestors List<QProfileDto>, children List<QProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profileLoader : Function<QProfileName,RulesProfileDto> to profileLoader : Function<QProfileName,QProfileDto> in method private restore(dbSession DbSession, backup Reader, profileLoader Function<QProfileName,QProfileDto>) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type parent : RulesProfileDto to parent : QProfileDto in method private setParent(profile QProfileDto, parent QProfileDto) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type dtos : List<RulesProfileDto> to dtos : List<QProfileDto> in method private getAncestors(dbSession DbSession, dtos List<QProfileDto>) : List<QProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public ancestors(profile QProfileDto, session DbSession) : List<QProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile QProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Parameter Type right : RulesProfileDto to right : QProfileDto in method public compare(dbSession DbSession, left QProfileDto, right QProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private removeParent(dbSession DbSession, profileDto QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private doInsert(mapper QualityProfileMapper, profile QProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public export(profile QProfileDto, exporterKey String, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method private call(organization OrganizationDto, project ComponentDto, qualityProfile QProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public setDefault(dbSession DbSession, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.SetDefaultAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public update(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRuleWithParam(rule RuleDefinitionDto, profile QProfileDto, value String) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private setParent(profile QProfileDto, parent QProfileDto) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type childProfile : RulesProfileDto to childProfile : QProfileDto in method package isDescendant(dbSession DbSession, childProfile QProfileDto, parentProfile QProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public backup(dbSession DbSession, profile QProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.RestoreActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private newRow(profile QProfileDto, rule RuleDefinitionDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public reset(dbSession DbSession, profile QProfileDto, activations Collection<RuleActivation>) : BulkChangeResult in class org.sonar.server.qualityprofile.QProfileReset |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private incrementAncestors(profile QProfileDto, ancestors List<QProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method package isDescendant(dbSession DbSession, childProfile QProfileDto, parentProfile QProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public backup(dbSession DbSession, profileDto QProfileDto, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type left : RulesProfileDto to left : QProfileDto in method public QProfileComparisonResult(left QProfileDto, right QProfileDto) in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile QProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private buildResponse(profile QProfileDto, ancestors List<QProfileDto>, children List<QProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type descendants : List<RulesProfileDto> to descendants : List<QProfileDto> in method private toKeys(profile QProfileDto, descendants List<QProfileDto>) : List<String> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method public copyToName(dbSession DbSession, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type rulesProfileDto : RulesProfileDto to qProfileDto : QProfileDto in method private cascadeActivation(session DbSession, activation RuleActivation, qProfileDto QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private restore(dbSession DbSession, backupFile File, profile QProfileDto) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private wrap(profile QProfileDto) : RulesProfile in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public insertProjectProfileAssociation(dbSession DbSession, project ComponentDto, profile QProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public QProfileRestoreSummary(profile QProfileDto, ruleChanges BulkChangeResult) in class org.sonar.server.qualityprofile.QProfileRestoreSummary |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to profile : QProfileDto in method public insert(profile QProfileDto, others QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public createFor(profileDto QProfileDto, ruleDto RuleDefinitionDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDto |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeProfile(json JsonWriter, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public importXml(profileDto QProfileDto, importerKey String, xml InputStream, dbSession DbSession) : QProfileResult in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private lookupByModule(dbSession DbSession, qualityProfiles Map<String,QProfileDto>, languageKeys Set<String>, project ComponentDto) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public from(profile QProfileDto) : DefaultQProfileDto in class org.sonar.db.qualityprofile.DefaultQProfileDto |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method private buildProfile(qualityProfile QProfileDto, statistics Statistics) : QualityProfile in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private ensureNoneIsMarkedAsDefault(dbSession DbSession, profile QProfileDto, descendants List<QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private insertActiveRule(session DbSession, profileDto QProfileDto, activeRule ActiveRule, now long) : ActiveRuleChange in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile QProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Parameter Type otherProfiles : RulesProfileDto... to otherProfiles : QProfileDto... in method public update(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method package setProfile(profile QProfileDto) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContext |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private selectDescendants(dbSession DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method private incrementAncestors(session DbSession, profile QProfileDto, ancestors List<QProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type left : RulesProfileDto to left : QProfileDto in method public compare(dbSession DbSession, left QProfileDto, right QProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private createActiveRuleWithSeverity(rule RuleDefinitionDto, profile QProfileDto, severity String) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type readDto : RulesProfileDto to readDto : QProfileDto in method private assertEqual(writtenDto QProfileDto, readDto QProfileDto) : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Parameter Type profilesByKey : Map<String,RulesProfileDto> to profilesByKey : Map<String,QProfileDto> in method private writeParentFields(profileBuilder QualityProfile.Builder, profile QProfileDto, profilesByKey Map<String,QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Parameter Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method private call(project ComponentDto, qualityProfile QProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private lookupDefaults(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QProfileDto>, languageKeys Set<String>) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method package create(profile QProfileDto, ruleKey RuleKey, session DbSession) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeResponse(dbSession DbSession, profile QProfileDto, exporterKey String, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Parameter Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public activate(dbSession DbSession, activation RuleActivation, profileDto QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type fromProfile : RulesProfileDto to fromProfile : QProfileDto in method private verify(fromProfile QProfileDto, toProfileName QProfileName) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public backup(dbSession DbSession, profile QProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.CopyActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public reset(dbSession DbSession, profile QProfileDto, activations Collection<RuleActivation>) : BulkChangeResult in class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private lookupByProfileName(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,QProfileDto>, languageKeys Set<String>, profileName String) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private overrideActiveRuleSeverity(rule RuleDefinitionDto, profile QProfileDto, severity String) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public backup(dbSession DbSession, profile QProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper |
From |
To |
|
Change Parameter Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method public setProfiles(profiles List<QProfileDto>) : SearchData in class org.sonar.server.qualityprofile.ws.SearchData |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, profile QProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method private incrementAncestors(profile QProfileDto, ancestors List<QProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method public insert(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private incrementAncestors(session DbSession, profile QProfileDto, ancestors List<QProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type profile : RulesProfileDto to profile : QProfileDto in method private writeParentFields(profileBuilder QualityProfile.Builder, profile QProfileDto, profilesByKey Map<String,QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method package getQualityProfileDto(session DbSession, profileKey String) : QProfileDto in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public right() : QProfileDto in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(lang String, name String, key String) : QProfileDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setParentKee(s String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectByLanguage(organizationUuid String, language String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectDefaultProfile(session DbSession, organization OrganizationDto, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP2(organization OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectByUuid(session DbSession, uuid String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setRulesUpdatedAtAsDate(d Date) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setKee(s String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectByNameAndLanguages(organizationUuid String, name String, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public checkAndCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method package getOrCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile() : QProfileDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newQProfileDto(organization OrganizationDto, name QProfileName, key String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method private selectDescendants(dbSession DbSession, profile QProfileDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Return Type Collection<RulesProfileDto> to Collection<QProfileDto> in method private findDefaultProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private newProfile(org OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectByUuids(session DbSession, uuids List<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setIsBuiltIn(b boolean) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method private getAncestors(dbSession DbSession, dtos List<QProfileDto>) : List<QProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectAll(session DbSession, organization OrganizationDto) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP1(organizationUuid String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP2(organizationUuid String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public getProfiles() : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchData |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP3(organizationUuid String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type Optional<RulesProfileDto> to Optional<QProfileDto> in method public selectByUuid(uuid String) : Optional<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectDescendants(session DbSession, uuid String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type void to QualityProfileDbTester in method public associateWithProject(project ComponentDto, profile QProfileDto, otherProfiles QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method private findDefaultProfiles(dbSession DbSession, organization OrganizationDto, languageKeys Set<String>) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private doCreate(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean, isBuiltIn boolean) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setName(name String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private get(profileName QProfileName) : QProfileDto in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(organization OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectChildren(uuid String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setLanguage(language String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setUserUpdatedAt(userUpdatedAt Long) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectByLanguage(dbSession DbSession, organization OrganizationDto, language String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newQualityProfileDto() : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileTesting |
From |
To |
|
Change Return Type List<RulesProfileDto> to Collection<QProfileDto> in method public profiles(dbSession DbSession, language String, organization OrganizationDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectAll(organizationUuid String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public insert(organization OrganizationDto, consumer Consumer<QProfileDto>) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type RulesProfileDto to QualityProfileDbTester in method public insert(profile QProfileDto, others QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private insertQualityProfile(organization OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public ancestors(profile QProfileDto, session DbSession) : List<QProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectChildren(session DbSession, uuid String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(lang String, name String, key String) : QProfileDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP3(organization OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type Collection<RulesProfileDto> to Collection<QProfileDto> in method private findProjectProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectByNameAndLanguage(session DbSession, organization OrganizationDto, name String, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private loadProfile(dbSession DbSession, organization OrganizationDto, language String, name String) : QProfileDto in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public getProfile() : QProfileDto in class org.sonar.server.qualityprofile.QProfileRestoreSummary |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectAssociatedToProjectUuidAndLanguages(organizationUuid String, projectUuid String, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public profile() : QProfileDto in class org.sonar.server.qualityprofile.QProfileResult |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectByNameAndLanguages(session DbSession, organization OrganizationDto, name String, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private insertQualityProfile(dbSession DbSession, builtInQProfile BuiltInQProfile, organization OrganizationDto, now Date) : QProfileDto in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public allProfiles(dbSession DbSession, organization OrganizationDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(lang String) : QProfileDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public left() : QProfileDto in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type void to QualityProfileDbTester in method public setAsDefault(profile QProfileDto, others QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectAssociatedToProjectUuidAndLanguage(organizationUuid String, projectUuid String, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newXooP1(organization OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectDefaultProfile(organizationUuid String, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method package findProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectDefaultProfiles(session DbSession, organization OrganizationDto, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public getProfile(dbSession DbSession, ref QProfileReference) : QProfileDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectDefaultProfiles(organizationUuid String, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectOrFailByUuid(session DbSession, uuid String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectAssociatedToProjectAndLanguage(session DbSession, project ComponentDto, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method private findProfiles(request SearchWsRequest, project ComponentDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public createFor(key String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type List<RulesProfileDto> to Collection<QProfileDto> in method private findAllProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type AbstractObjectAssert<?,RulesProfileDto> to AbstractObjectAssert<?,QProfileDto> in method private assertQualityProfileFromDb(profile QProfileDto) : AbstractObjectAssert<?,QProfileDto> in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setId(id Integer) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private getProfileByKey(dbSession DbSession, key String) : QProfileDto in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(organization OrganizationDto, isDefault boolean) : QProfileDto in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setLastUsed(lastUsed Long) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createProfile(keySuffix String, language Language, org OrganizationDto, name String) : QProfileDto in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setKey(s String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setOrganizationUuid(organizationUuid String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method package profile() : QProfileDto in class org.sonar.server.qualityprofile.RuleActivatorContext |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method public selectAssociatedToProjectUuidAndLanguages(session DbSession, project ComponentDto, languages Collection<String>) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<RulesProfileDto> to List<QProfileDto> in method protected getChildren(session DbSession, qualityProfileKey String) : List<QProfileDto> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private createRandomProfile(org OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public createBuiltIn(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method private loadProfile(dbSession DbSession, qProfileKey String) : QProfileDto in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public newQProfileDto(organizationUuid String, name QProfileName, key String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public selectByNameAndLanguage(organizationUuid String, name String, language String) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public copyToName(dbSession DbSession, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Return Type RulesProfileDto to QProfileDto in method public setRulesUpdatedAt(s String) : QProfileDto in class org.sonar.db.qualityprofile.QProfileDto |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public should_fail_if_not_organization_quality_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeactivateRulesActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public change_association_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type remi : RulesProfileDto to remi : QProfileDto in method public inheritance_no_family() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public renameAndCommit_does_nothing_if_empty_keys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public getProfile_throws_NotFoundException_if_specified_name_does_not_exist_on_specified_organization() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type dtos : List<RulesProfileDto> to dtos : List<QProfileDto> in method public execute() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public search_all_active_rules_params() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile1Language1 : RulesProfileDto to profile1Language1 : QProfileDto in method public changing_association_does_not_change_other_language_associations() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public returns_backup_of_profile_with_specified_key() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public changelog_empty() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type profileInOrg2 : RulesProfileDto to profileInOrg2 : QProfileDto in method public throw_NotFoundException_if_profile_is_not_found_in_specified_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_ISE_if_deleting_default_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type php : RulesProfileDto to php : QProfileDto in method public bulk_deactivate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type defaultProfile : RulesProfileDto to defaultProfile : QProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public test_deleteProjectAssociationsByProfileUuids() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type outdatedProfile1 : RulesProfileDto to outdatedProfile1 : QProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type jsProfile : RulesProfileDto to jsProfile : QProfileDto in method public test_selectAssociatedToProjectAndLanguage() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public getProfile_returns_the_profile_specified_by_name_and_default_organization() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo1 : RulesProfileDto to qualityProfileOnXoo1 : QProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type writtenDto : RulesProfileDto to writtenDto : QProfileDto in method public checkAndCreate() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CopyAction |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public create(session DbSession, batchSession DbSession, builtInQProfile BuiltInQProfile, organization OrganizationDto) : void in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.BackupAction |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method private createNewValidQualityProfileKey() : String in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type defaultJavaInOrg1 : RulesProfileDto to defaultJavaInOrg1 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public backup() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type javaProfile : RulesProfileDto to javaProfile : QProfileDto in method public test_selectAssociatedToProjectUuidAndLanguages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type nonDefaultXooInOrg1 : RulesProfileDto to nonDefaultXooInOrg1 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public should_fail_if_not_organization_quality_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type differentLanguage : RulesProfileDto to differentLanguage : QProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type readDto : RulesProfileDto to readDto : QProfileDto in method public checkAndCreate() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private addDefaultProfile() : void in class org.sonar.server.batch.ProjectDataLoaderMediumTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public fail_activate_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangeParentAction |
From |
To |
|
Change Variable Type right : RulesProfileDto to right : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_IAE_if_missing_name_parameter() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type childProfile : RulesProfileDto to childProfile : QProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profileWithoutProjects : RulesProfileDto to profileWithoutProjects : QProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public removal_does_not_fail_if_profile_is_not_associated_to_project() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type parent : RulesProfileDto to parent : QProfileDto in method public inheritance_parent_child() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo1 : RulesProfileDto to qualityProfileOnXoo1 : QProfileDto in method public search_for_project_qp() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method private getAncestors(dbSession DbSession, dtos List<QProfileDto>) : List<QProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public add_project_on_profile_of_specified_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public find_changelog_by_language_and_name() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type p2 : RulesProfileDto to p2 : QProfileDto in method public test_deleteByUuids() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private updateProfileDates(dbSession DbSession, context RuleActivatorContext) : void in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public selectWithoutQualityProfile_returns_() : void in class org.sonar.db.organization.OrganizationDaoTest |
From |
To |
|
Change Variable Type reloaded : RulesProfileDto to reloaded : QProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type javaProfile : RulesProfileDto to javaProfile : QProfileDto in method public does_not_return_warnings_when_bulk_activate_on_profile_and_rules_exist_on_another_language_than_profile() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type otherProfile : RulesProfileDto to otherProfile : QProfileDto in method public update(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private buildResponse(data SearchData) : SearchWsResponse in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method private deleteQualityProfiles(dbSession DbSession, organization OrganizationDto) : void in class org.sonar.server.organization.ws.DeleteAction |
From |
To |
|
Change Variable Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.AddProjectAction |
From |
To |
|
Change Variable Type results : List<RulesProfileDto> to results : List<QProfileDto> in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public export_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public fail_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.ActivateRulesActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public activate_rule_in_specific_organization() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type defaultXooInOrg2 : RulesProfileDto to defaultXooInOrg2 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public isDefault_returns_true_if_profile_is_marked_as_default() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type forProject1 : RulesProfileDto to forProject1 : QProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type dto1 : RulesProfileDto to dto1 : QProfileDto in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public change_association_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public getProfile(dbSession DbSession, ref QProfileReference) : QProfileDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Variable Type qProfilesByKey : Map<String,RulesProfileDto> to qProfilesByKey : Map<String,QProfileDto> in method private buildQProfiles(dbSession DbSession, harvestedProfileKeys Collection<String>) : Rules.QProfiles.Builder in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type parent : RulesProfileDto to parent : QProfileDto in method private writeParentFields(profileBuilder QualityProfile.Builder, profile QProfileDto, profilesByKey Map<String,QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public import_xml() : void in class org.sonar.server.qualityprofile.QProfileExportersTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createProfile(lang String) : QProfileDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type defaultProfile : RulesProfileDto to defaultProfile : QProfileDto in method private verifyDefaultProfile(organization OrganizationDto, language String, name String) : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createProfile(lang String, name String, key String) : QProfileDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public search_profile_active_rules_with_inheritance() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profileOrg2 : RulesProfileDto to profileOrg2 : QProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public remove_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public find_changelog_by_profileKey() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method public restore_profile_with_zero_rules() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public delete_profile_by_language_and_name_in_specified_organization() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type builtInProfile : RulesProfileDto to builtInProfile : QProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method public create_profile_with_same_parent_as_source_profile() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type writtenDto : RulesProfileDto to writtenDto : QProfileDto in method public create() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public delete_profile_by_language_and_name_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method public create_profile_from_backup_xml() : void in class org.sonar.server.qualityprofile.ws.CreateActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private cascadeDeactivation(key ActiveRuleKey, dbSession DbSession, isCascade boolean, force boolean) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method public checkAndCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type dto2 : RulesProfileDto to dto2 : QProfileDto in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public selectDescendants(session DbSession, uuid String) : List<QProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public select_selected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public response_contains_statistics_on_active_rules() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type bar : RulesProfileDto to bar : QProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_activate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type other : RulesProfileDto to other : QProfileDto in method public insert(session DbSession, profile QProfileDto, otherProfiles QProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo2 : RulesProfileDto to qualityProfileOnXoo2 : QProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method public ancestors(profile QProfileDto, session DbSession) : List<QProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Variable Type outdatedProfileInOrg2 : RulesProfileDto to outdatedProfileInOrg2 : QProfileDto in method public rename_custom_outdated_profiles_if_same_name_than_builtin_profile() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Change Variable Type results : List<RulesProfileDto> to results : List<QProfileDto> in method public should_not_find_by_language_with_wrong_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type copiedProfile : RulesProfileDto to copiedProfile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CopyAction |
From |
To |
|
Change Variable Type nonDefaultProfile : RulesProfileDto to nonDefaultProfile : QProfileDto in method public export_default_profile() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_ForbiddenException_if_not_project_nor_organization_administrator() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public inheritance_parent_child() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public search_profile_active_rules_with_inheritance() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public fail_if_missing_permission() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type java : RulesProfileDto to java : QProfileDto in method public bulk_activate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public should_fail_if_not_organization_quality_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.ActivateRulesActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public deactivate_rule_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type descendants : List<RulesProfileDto> to descendants : List<QProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Variable Type profile2Language2 : RulesProfileDto to profile2Language2 : QProfileDto in method public changing_association_does_not_change_other_language_associations() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeactivateRulesAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_NotFoundException_if_project_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public return_backup_when_exporter_is_not_specified() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type nonDefaultXooInOrg2 : RulesProfileDto to nonDefaultXooInOrg2 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method public create_profile_with_specified_name_and_copy_rules_from_source_profile() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type fooInOrg2 : RulesProfileDto to fooInOrg2 : QProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type loadedProfile : RulesProfileDto to loadedProfile : QProfileDto in method public copy_rules_on_existing_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_activate_rule_by_query_with_severity() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type currentProfile : RulesProfileDto to currentProfile : QProfileDto in method public fail_when_profile_is_linked_to_unknown_parent() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private writeResponse(json JsonWriter, result QProfileRestoreSummary) : void in class org.sonar.server.qualityprofile.ws.OldRestoreAction |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public fail_if_profile_key_and_name_both_set() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method private cascadeActivation(session DbSession, activation RuleActivation, qProfileDto QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ActivateRuleAction |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public use_quality_profiles_language_if_available() : void in class org.sonar.server.rule.ws.RuleQueryFactoryTest |
From |
To |
|
Change Variable Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type to : RulesProfileDto to to : QProfileDto in method public copyToName(dbSession DbSession, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private loadProfile(dbSession DbSession, organization OrganizationDto, language String, name String) : QProfileDto in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public test_completeShow() : void in class org.sonar.server.rule.ws.ActiveRuleCompleterTest |
From |
To |
|
Change Variable Type parent : RulesProfileDto to parent : QProfileDto in method public remove_parent_with_empty_key() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public fail_if_organization_and_quality_profile_are_contradictory() : void in class org.sonar.server.rule.ws.RuleQueryFactoryTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public fail_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.DeactivateRulesActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.SetDefaultAction |
From |
To |
|
Change Variable Type defaultXooInOrg1 : RulesProfileDto to defaultXooInOrg1 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public select_project_associations() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to other : QProfileDto in method public setAsDefault(profile QProfileDto, others QProfileDto...) : QualityProfileDbTester in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Variable Type profileInOtherOrg : RulesProfileDto to profileInOtherOrg : QProfileDto in method public request_also_deletes_quality_profiles_of_specified_organization() : void in class org.sonar.server.organization.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public select_deselected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangelogAction |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public compare_nominal() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private assertProfileHasBeenUpdatedManually(profileKey String) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type right : RulesProfileDto to right : QProfileDto in method public should_not_allow_to_compare_quality_profiles_from_different_organizations() : void in class org.sonar.server.qualityprofile.ws.CompareActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_activate_rule_by_query() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type forProject2 : RulesProfileDto to forProject2 : QProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type nonDefaultJavaInOrg1 : RulesProfileDto to nonDefaultJavaInOrg1 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type qualityProfile1 : RulesProfileDto to qualityProfile1 : QProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profile3Language1 : RulesProfileDto to profile3Language1 : QProfileDto in method public changing_association_does_not_change_other_language_associations() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_IAE_if_missing_language_parameter() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public activate_rule_override_severity() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_ForbiddenException_if_not_profile_administrator_of_organization() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profileLang1 : RulesProfileDto to profileLang1 : QProfileDto in method public remove_profile_from_project_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public compare_param_on_left() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type javaProfile1 : RulesProfileDto to javaProfile1 : QProfileDto in method public test_updateProjectProfileAssociation() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public do_not_reset_default_profile_if_still_valid() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesMediumTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public compare_param_on_right() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type qualityProfile1 : RulesProfileDto to qualityProfile1 : QProfileDto in method public fail_renaming_if_name_already_exists() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public compare_param_on_right() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public fail_if_missing_permission_for_this_organization() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public show_rule_with_activation() : void in class org.sonar.server.rule.ws.ShowActionTest |
From |
To |
|
Change Variable Type qualityProfile2 : RulesProfileDto to qualityProfile2 : QProfileDto in method public fail_renaming_if_name_already_exists() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profileInOrg1 : RulesProfileDto to profileInOrg1 : QProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method public get_by_name_and_languages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type children : List<RulesProfileDto> to children : List<QProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type defaultProfile : RulesProfileDto to defaultProfile : QProfileDto in method public export_default_profile() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private doHandle(dbSession DbSession, createRequest CreateRequest, request Request, organization OrganizationDto) : CreateWsResponse in class org.sonar.server.qualityprofile.ws.CreateAction |
From |
To |
|
Change Variable Type result : RulesProfileDto to result : QProfileDto in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public get_note_as_markdown_and_html() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method package getOrCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public delete_profile_by_key() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public project_administrator_can_remove_profile() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public selectExistingQProfileUuids_filters_defaults() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method private doCreate(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean, isBuiltIn boolean) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type children : List<RulesProfileDto> to children : List<QProfileDto> in method private cascadeActivation(session DbSession, activation RuleActivation, qProfileDto QProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type p1 : RulesProfileDto to p1 : QProfileDto in method public test_deleteByUuids() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private assertProfileHasBeenUpdatedAutomatically(profileKey String) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method package create(profileKey String, ruleKey RuleKey, session DbSession) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Variable Type javaProfile : RulesProfileDto to javaProfile : QProfileDto in method public test_selectAssociatedToProjectAndLanguage() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private buildQProfiles(dbSession DbSession, harvestedProfileKeys Collection<String>) : Rules.QProfiles.Builder in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public deleteByKeys_accepts_empty_list_of_keys() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public restore_and_create_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public insert(organization OrganizationDto, consumer Consumer<QProfileDto>) : QProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Variable Type qualityProfileOnXoo2 : RulesProfileDto to qualityProfileOnXoo2 : QProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type jsProfile : RulesProfileDto to jsProfile : QProfileDto in method public test_updateProjectProfileAssociation() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method package doHandle(newName String, profileKey String) : void in class org.sonar.server.qualityprofile.ws.RenameAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public findDefaults() : void in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public select_deselected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public show_rule_when_activated() : void in class org.sonar.server.rule.ws.ShowActionMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createProfile(lang String, name String, key String) : QProfileDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type defaultJavaInOrg2 : RulesProfileDto to defaultJavaInOrg2 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type qualityProfile2 : RulesProfileDto to qualityProfile2 : QProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type php : RulesProfileDto to php : QProfileDto in method public bulk_activate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type target : RulesProfileDto to target : QProfileDto in method public restore_and_override_profile_name() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public create_query() : void in class org.sonar.server.rule.ws.RuleQueryFactoryTest |
From |
To |
|
Change Variable Type childProfile : RulesProfileDto to childProfile : QProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type loadedProfile : RulesProfileDto to loadedProfile : QProfileDto in method public create_profile_with_same_parent_as_source_profile() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type java : List<RulesProfileDto> to java : List<QProfileDto> in method public get_default_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Variable Type subProfile : RulesProfileDto to subProfile : QProfileDto in method public reset() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type currentProfile : RulesProfileDto to currentProfile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.AddProjectAction |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method private load(request SearchWsRequest) : SearchData in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type nonDefaultJavaInOrg2 : RulesProfileDto to nonDefaultJavaInOrg2 : QProfileDto in method public do_not_mismatch_profiles_with_other_organizations_and_languages() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public restore_and_update_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public isDefault_returns_true_if_profile_is_marked_as_default() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public selectExistingQProfileUuids_filters_defaults() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method public throw_ISE_if_a_descendant_is_marked_as_default() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public remove_parent_with_empty_key() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type parent2 : RulesProfileDto to parent2 : QProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public update_active_rule_parameters_when_updating_custom_rule() : void in class org.sonar.server.rule.RuleUpdaterTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public should_not_find_by_language_with_wrong_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public insertOrUpdate_inserts_row_when_does_not_exist() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public deactivate_rule_in_specific_organization() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type profileInOtherOrg : RulesProfileDto to profileInOtherOrg : QProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private writeResponse(json JsonWriter, organization OrganizationDto, summary QProfileRestoreSummary) : void in class org.sonar.server.qualityprofile.ws.RestoreAction |
From |
To |
|
Change Variable Type parent1 : RulesProfileDto to parent1 : QProfileDto in method public change_parent_with_no_parent_before() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public delete_profile_by_language_and_name_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type parent1 : RulesProfileDto to parent1 : QProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_deactivate_rule_by_profile() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type companyWide : RulesProfileDto to companyWide : QProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public activate_rule_diff_languages() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type sourceProfile : RulesProfileDto to sourceProfile : QProfileDto in method public copy_rules_on_existing_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type results : List<RulesProfileDto> to results : List<QProfileDto> in method public should_not_find_by_language_in_wrong_organization() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public delete_profile_by_key() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public inheritance_ignores_removed_rules() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type outdatedProfile2 : RulesProfileDto to outdatedProfile2 : QProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type parentDto : RulesProfileDto to parentDto : QProfileDto in method private incrementAncestors(profile QProfileDto, ancestors List<QProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ActivateRulesAction |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public activate_rule_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type dtos : List<RulesProfileDto> to dtos : List<QProfileDto> in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private addProfiles(dbSession DbSession, organization OrganizationDto, json JsonWriter) : void in class org.sonar.server.rule.ws.AppAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Variable Type javaProfile2 : RulesProfileDto to javaProfile2 : QProfileDto in method public test_updateProjectProfileAssociation() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type ancestors : List<RulesProfileDto> to ancestors : List<QProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_NotFoundException_if_project_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method public setParent(dbSession DbSession, profileKey String, parentKey String) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public compare_param_on_left() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type currentProfile : RulesProfileDto to currentProfile : QProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type phpProfile : RulesProfileDto to phpProfile : QProfileDto in method public does_not_return_warnings_when_bulk_activate_on_profile_and_rules_exist_on_another_language_than_profile() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public export_profile_in_specified_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public project_administrator_can_change_profile() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public restore(dbSession DbSession, backup Reader, organization OrganizationDto, overriddenProfileName String) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.RestoreActionTest.TestBackuper |
From |
To |
|
Change Variable Type buWide : RulesProfileDto to buWide : QProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private findProjectProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type anotherQualityProfileOnXoo1 : RulesProfileDto to anotherQualityProfileOnXoo1 : QProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public find_changelog_by_organization_and_language_and_name() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type targetProfile : RulesProfileDto to targetProfile : QProfileDto in method public copy_rules_on_existing_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_deactivate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile2Dto : RulesProfileDto to profile2Dto : QProfileDto in method public create_target_profile_with_same_parent_than_source() : void in class org.sonar.server.qualityprofile.QProfileCopierMediumTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profileInOrg2 : RulesProfileDto to profileInOrg2 : QProfileDto in method public throw_IAE_if_profile_and_project_are_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type p3 : RulesProfileDto to p3 : QProfileDto in method public test_deleteByUuids() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public getProfile_throws_NotFoundException_if_specified_name_does_not_exist_on_default_organization() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public fail_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type parentProfile : RulesProfileDto to parentProfile : QProfileDto in method public create_profile_with_same_parent_as_source_profile() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public should_fail_if_not_organization_quality_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public fail_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public activate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to profile : QProfileDto in method private loadProjects(profileKey String, session DbSession, selected String, query String) : List<ProjectQprofileAssociationDto> in class org.sonar.server.qualityprofile.ws.ProjectsAction |
From |
To |
|
Change Variable Type fooInOrg1 : RulesProfileDto to fooInOrg1 : QProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type left : RulesProfileDto to left : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Variable Type sonarway : RulesProfileDto to sonarway : QProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_IAE_if_too_many_parameters_to_reference_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type parentDto : RulesProfileDto to parentDto : QProfileDto in method private incrementAncestors(session DbSession, profile QProfileDto, ancestors List<QProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method private insertQualityProfiles(organization OrganizationDto) : void in class org.sonar.server.rule.ws.AppActionTest |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method private verifyOneActiveRule(profileName QProfileName, expectedSeverity String, expectedInheritance String, expectedParams Map<String,String>) : void in class org.sonar.server.qualityprofile.QProfileCopierMediumTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type jsProfile : RulesProfileDto to jsProfile : QProfileDto in method public test_selectAssociatedToProjectUuidAndLanguages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo1 : RulesProfileDto to qualityProfileOnXoo1 : QProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method private buildResponse(data SearchData) : SearchWsResponse in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public show_rule_without_activation() : void in class org.sonar.server.rule.ws.ShowActionTest |
From |
To |
|
Change Variable Type dto : RulesProfileDto to dto : QProfileDto in method public create_profile() : void in class org.sonar.server.qualityprofile.ws.CreateActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createProfile(organization OrganizationDto, isDefault boolean) : QProfileDto in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public delete_profile_by_language_and_name_in_specified_organization() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profileLang2 : RulesProfileDto to profileLang2 : QProfileDto in method public remove_profile_from_project_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type java : RulesProfileDto to java : QProfileDto in method public get_default_profile() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public throw_ForbiddenException_if_not_project_nor_organization_administrator() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type childProfile : RulesProfileDto to childProfile : QProfileDto in method public throw_ISE_if_a_descendant_is_marked_as_default() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profiles : Collection<RulesProfileDto> to profiles : Collection<QProfileDto> in method package findProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public findForProject() : void in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public compare_nominal() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public search_profile_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method public getProfile_returns_the_profile_specified_by_name_and_default_organization() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type parent : RulesProfileDto to parent : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangeParentAction |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public getProfile_returns_the_profile_specified_by_key() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type qualityProfiles : Map<String,RulesProfileDto> to qualityProfiles : Map<String,QProfileDto> in method private findDefaultProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public add_project_on_profile_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type defaultProfileOnXoo2 : RulesProfileDto to defaultProfileOnXoo2 : QProfileDto in method public search_for_project_qp() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public search_profile_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public reset() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private minimalValidSetup() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public change_parent_with_no_parent_before() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile QProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type dtos : List<RulesProfileDto> to dtos : List<QProfileDto> in method public find_all_is_sorted_by_profile_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public changelog_not_empty() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type parent : RulesProfileDto to parent : QProfileDto in method public remove_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method public backup() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public deactivate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type differentName : RulesProfileDto to differentName : QProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profileOrg1Old : RulesProfileDto to profileOrg1Old : QProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public do_not_find_changelog_by_wrong_organization_and_language_and_name() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public setParent(dbSession DbSession, profileKey String, parentKey String) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method public select_project_associations() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : RulesProfileDto to profile1 : QProfileDto in method private insertQualityProfiles(organization OrganizationDto) : void in class org.sonar.server.rule.ws.AppActionTest |
From |
To |
|
Change Variable Type profileInOrg2 : RulesProfileDto to profileInOrg2 : QProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type qualityProfile : RulesProfileDto to qualityProfile : QProfileDto in method public fail_deactivate_if_built_in_profile() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type defaultProfileD : RulesProfileDto to defaultProfileD : QProfileDto in method public search_default_profile_by_profile_name_and_org() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public fail_if_parent_key_and_name_both_set() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type targetProfile : RulesProfileDto to targetProfile : QProfileDto in method private restore(dbSession DbSession, backup Reader, profileLoader Function<QProfileName,QProfileDto>) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Variable Type loadedProfile : RulesProfileDto to loadedProfile : QProfileDto in method public create_profile_with_specified_name_and_copy_rules_from_source_profile() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectAction |
From |
To |
|
Change Variable Type defaultProfileOnXoo1 : RulesProfileDto to defaultProfileOnXoo1 : QProfileDto in method public search_for_project_qp() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profileInOrg : RulesProfileDto to profileInOrg : QProfileDto in method public request_also_deletes_quality_profiles_of_specified_organization() : void in class org.sonar.server.organization.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method private cascadeDeactivation(key ActiveRuleKey, dbSession DbSession, isCascade boolean, force boolean) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type loaded : RulesProfileDto to loaded : QProfileDto in method public getProfile_returns_the_profile_specified_by_key() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type outdatedProfileInOrg1 : RulesProfileDto to outdatedProfileInOrg1 : QProfileDto in method public rename_custom_outdated_profiles_if_same_name_than_builtin_profile() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesTest |
From |
To |
|
Change Variable Type readDto : RulesProfileDto to readDto : QProfileDto in method public create() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type currentParent : RulesProfileDto to currentParent : QProfileDto in method package isDescendant(dbSession DbSession, childProfile QProfileDto, parentProfile QProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile3 : RulesProfileDto to profile3 : QProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type left : RulesProfileDto to left : QProfileDto in method public should_not_allow_to_compare_quality_profiles_from_different_organizations() : void in class org.sonar.server.qualityprofile.ws.CompareActionTest |
From |
To |
|
Change Variable Type profile2 : RulesProfileDto to profile2 : QProfileDto in method public select_selected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profiles : List<RulesProfileDto> to profiles : List<QProfileDto> in method private checkQualityProfilesConsistency(metadata ScannerReport.Metadata, organization Organization) : void in class org.sonar.server.computation.task.projectanalysis.step.LoadReportAnalysisMetadataHolderStep |
From |
To |
|
Change Variable Type profileOrg1New : RulesProfileDto to profileOrg1New : QProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createProfile() : QProfileDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profileWithProjects : RulesProfileDto to profileWithProjects : QProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profileOnUnknownLang : RulesProfileDto to profileOnUnknownLang : QProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type anotherQualityProfileOnXoo1 : RulesProfileDto to anotherQualityProfileOnXoo1 : QProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type parent2 : RulesProfileDto to parent2 : QProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public should_not_find_by_language_in_wrong_organization() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type parent1 : RulesProfileDto to parent1 : QProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type qualityProfileOptional : RulesProfileDto to qualityProfileOptional : QProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public search_all_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type rootProfile : RulesProfileDto to rootProfile : QProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type defaultProfileC : RulesProfileDto to defaultProfileC : QProfileDto in method public search_default_profile_by_profile_name_and_org() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public bulk_deactivate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method private createRandomProfile(org OrganizationDto) : QProfileDto in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type profileDto : RulesProfileDto to profileDto : QProfileDto in method private insertQualityProfile(dbSession DbSession, builtInQProfile BuiltInQProfile, organization OrganizationDto, now Date) : QProfileDto in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Variable Type toProfile : RulesProfileDto to toProfile : QProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile QProfileDto, toName String) : QProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Variable Type child : RulesProfileDto to child : QProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type reloaded : RulesProfileDto to reloaded : QProfileDto in method public rename() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profile : RulesProfileDto to profile : QProfileDto in method public findAllForLanguage() : void in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |