|
Change Parameter Type qualityProfiles : QualityProfileDto... to qualityProfiles : RulesProfileDto... in method public associateProjectWithQualityProfile(project ComponentDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type parent : QualityProfileDto to parent : RulesProfileDto in method private setParent(profile RulesProfileDto, parent RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type fromProfile : QualityProfileDto to fromProfile : RulesProfileDto in method private verify(fromProfile RulesProfileDto, toProfileName QProfileName) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type left : QualityProfileDto to left : RulesProfileDto in method public QProfileComparisonResult(left RulesProfileDto, right RulesProfileDto) in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Parameter Type writtenDto : QualityProfileDto to writtenDto : RulesProfileDto in method private assertEqual(writtenDto RulesProfileDto, readDto RulesProfileDto) : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Parameter Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method private incrementAncestors(session DbSession, profile RulesProfileDto, ancestors List<RulesProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRuleWithSeverity(rule RuleDefinitionDto, profile RulesProfileDto, severity String) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type right : QualityProfileDto to right : RulesProfileDto in method public compare(dbSession DbSession, left RulesProfileDto, right RulesProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type left : QualityProfileDto to left : RulesProfileDto in method public compare(dbSession DbSession, left RulesProfileDto, right RulesProfileDto) : QProfileComparisonResult in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public restore(dbSession DbSession, backup Reader, profile RulesProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.ExportActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertThatIsDefault(org OrganizationDto, profile RulesProfileDto) : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public activate(dbSession DbSession, activation RuleActivation, profileDto RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private associateProjectsWithProfile(session DbSession, profile RulesProfileDto, projects ComponentDto...) : void in class org.sonar.server.qualityprofile.ws.ProjectsActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private incrementAncestors(profile RulesProfileDto, ancestors List<RulesProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile RulesProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private incrementAncestors(session DbSession, profile RulesProfileDto, ancestors List<RulesProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeResponse(dbSession DbSession, profile RulesProfileDto, exporterKey String, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile RulesProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private removeParent(dbSession DbSession, profileDto RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private xmlForProfileWithoutRules(profile RulesProfileDto) : String in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public createFor(profileDto RulesProfileDto, ruleDto RuleDefinitionDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDto |
From |
To |
|
Change Parameter Type children : List<QualityProfileDto> to children : List<RulesProfileDto> in method private buildResponse(profile RulesProfileDto, ancestors List<RulesProfileDto>, children List<RulesProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type consumers : Consumer<QualityProfileDto>... to consumers : Consumer<RulesProfileDto>... in method public insert(organization OrganizationDto, consumers Consumer<RulesProfileDto>...) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method private call(organization OrganizationDto, project ComponentDto, qualityProfile RulesProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private importProfile(profileDto RulesProfileDto, rulesProfile RulesProfile, dbSession DbSession) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method private call(project ComponentDto, qualityProfile RulesProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type qualityProfiles : QualityProfileDto... to qualityProfiles : RulesProfileDto... in method public insertProjectWithQualityProfileAssociations(project ComponentDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private toKeys(profile RulesProfileDto, descendants List<RulesProfileDto>) : List<String> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertQualityProfileFromDb(profile RulesProfileDto) : AbstractObjectAssert<?,RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Parameter Type qp : QualityProfileDto to qp : RulesProfileDto in method private assertQualityProfileIsUpdated(qp RulesProfileDto) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Parameter Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method private buildResponse(profile RulesProfileDto, ancestors List<RulesProfileDto>, children List<RulesProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public reset(dbSession DbSession, profile RulesProfileDto, activations Collection<RuleActivation>) : BulkChangeResult in class org.sonar.server.qualityprofile.QProfileReset |
From |
To |
|
Change Parameter Type qualityProfileDto : QualityProfileDto to rulesProfileDto : RulesProfileDto in method private cascadeActivation(session DbSession, activation RuleActivation, rulesProfileDto RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private lookupByProfileName(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,RulesProfileDto>, languageKeys Set<String>, profileName String) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public setProfile(profile RulesProfileDto) : QProfileResult in class org.sonar.server.qualityprofile.QProfileResult |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public backup(dbSession DbSession, profile RulesProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.ExportActionTest.TestBackuper |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private lookupDefaults(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,RulesProfileDto>, languageKeys Set<String>) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private verifyProfileExists(profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRuleWithParam(rule RuleDefinitionDto, profile RulesProfileDto, value String) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Parameter Type sourceProfile : QualityProfileDto to sourceProfile : RulesProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type list : Collection<QualityProfileDto> to list : Collection<RulesProfileDto> in method private addAll(qualityProfiles Map<String,RulesProfileDto>, list Collection<RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public importXml(profileDto RulesProfileDto, importerKey String, xml InputStream, dbSession DbSession) : QProfileResult in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public ancestors(profile RulesProfileDto, session DbSession) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private backup(dbSession DbSession, profile RulesProfileDto, backupFile File) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile RulesProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Parameter Type descendants : List<QualityProfileDto> to descendants : List<RulesProfileDto> in method private toKeys(profile RulesProfileDto, descendants List<RulesProfileDto>) : List<String> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public getOrganization(dbSession DbSession, profile RulesProfileDto) : OrganizationDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Parameter Type profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> in method public setProfiles(profiles List<RulesProfileDto>) : SearchData in class org.sonar.server.qualityprofile.ws.SearchData |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private wrap(profile RulesProfileDto) : RulesProfile in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type qualityProfiles : QualityProfileDto... to qualityProfiles : RulesProfileDto... in method public insertQualityProfiles(qualityProfile RulesProfileDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private buildProfile(profile RulesProfileDto, statistics Statistics) : QualityProfile in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method private incrementAncestors(profile RulesProfileDto, ancestors List<RulesProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Parameter Type childProfile : QualityProfileDto to childProfile : RulesProfileDto in method package isDescendant(dbSession DbSession, childProfile RulesProfileDto, parentProfile RulesProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public insert(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private importXml(profileDto RulesProfileDto, importerKey String, xml Reader, dbSession DbSession) : QProfileResult in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method private getAncestors(dbSession DbSession, dtos List<RulesProfileDto>) : List<RulesProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profiles : RulesProfileDto... in method public markAsDefault(profiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public restore(dbSession DbSession, backup Reader, profile RulesProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.RestoreActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private insertActiveRule(session DbSession, profileDto RulesProfileDto, activeRule ActiveRule, now long) : ActiveRuleChange in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public export(profile RulesProfileDto, exporterKey String, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileExporters |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private createActiveRule(rule RuleDefinitionDto, profile RulesProfileDto) : ActiveRuleDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type otherProfiles : QualityProfileDto... to otherProfiles : RulesProfileDto... in method public insert(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private loadActiveRules(session DbSession, profile RulesProfileDto) : Map<RuleKey,ActiveRuleDto> in class org.sonar.server.qualityprofile.QProfileComparison |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public backup(dbSession DbSession, profile RulesProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private buildResponse(profile RulesProfileDto, ancestors List<RulesProfileDto>, children List<RulesProfileDto>, statistics Statistics) : InheritanceWsResponse in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private newActiveRule(profile RulesProfileDto, rule RuleDefinitionDto) : ActiveRuleDto in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public restore(dbSession DbSession, backup Reader, profile RulesProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuper |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public activateRule(profile RulesProfileDto, rule RuleDefinitionDto, consumers Consumer<ActiveRuleDto>...) : ActiveRuleDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type readDto : QualityProfileDto to readDto : RulesProfileDto in method private assertEqual(writtenDto RulesProfileDto, readDto RulesProfileDto) : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public backup(dbSession DbSession, profile RulesProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.RestoreActionTest.TestBackuper |
From |
To |
|
Change Parameter Type right : QualityProfileDto to right : RulesProfileDto in method public QProfileComparisonResult(left RulesProfileDto, right RulesProfileDto) in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private verifyProfileDoesNotExist(profile RulesProfileDto, organization OrganizationDto) : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private newRow(profile RulesProfileDto, rule RuleDefinitionDto) : ActiveRuleDto in class org.sonar.db.qualityprofile.ActiveRuleDaoTest |
From |
To |
|
Change Parameter Type children : List<QualityProfileDto> to children : List<RulesProfileDto> in method private buildChildren(children List<RulesProfileDto>, statistics Statistics) : Iterable<QualityProfile> in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private ensureNoneIsMarkedAsDefault(dbSession DbSession, profile RulesProfileDto, descendants List<RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public insertQualityProfile(qualityProfile RulesProfileDto) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profilesByKey : Map<String,QualityProfileDto> to profilesByKey : Map<String,RulesProfileDto> in method private writeParentFields(profileBuilder QualityProfile.Builder, profile RulesProfileDto, profilesByKey Map<String,RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Parameter Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public insertQualityProfiles(qualityProfile RulesProfileDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private languageIsSupported(profile RulesProfileDto) : boolean in class org.sonar.server.rule.ws.AppAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public backup(dbSession DbSession, profile RulesProfileDto, backupWriter Writer) : void in class org.sonar.server.qualityprofile.ws.CopyActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public backup(dbSession DbSession, profileDto RulesProfileDto, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method package setProfile(profile RulesProfileDto) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContext |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public from(profile RulesProfileDto) : DefaultQProfileDto in class org.sonar.db.qualityprofile.DefaultQProfileDto |
From |
To |
|
Change Parameter Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto in method package isDescendant(dbSession DbSession, childProfile RulesProfileDto, parentProfile RulesProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public update(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method private call(project ComponentDto, qualityProfile RulesProfileDto) : TestResponse in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public reset(dbSession DbSession, profile RulesProfileDto, activations Collection<RuleActivation>) : BulkChangeResult in class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private lookupByModule(dbSession DbSession, organization OrganizationDto, qualityProfiles Map<String,RulesProfileDto>, languageKeys Set<String>, project ComponentDto) : Set<String> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type sourceProfile : QualityProfileDto to sourceProfile : RulesProfileDto in method public copyToName(dbSession DbSession, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type otherProfiles : QualityProfileDto... to otherProfiles : RulesProfileDto... in method public update(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private setParent(profile RulesProfileDto, parent RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method package create(profile RulesProfileDto, ruleKey RuleKey, session DbSession) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Parameter Type qp : QualityProfileDto to qp : RulesProfileDto in method private assertQualityProfileIsTheSame(qp RulesProfileDto) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Parameter Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method private buildAncestors(ancestors List<RulesProfileDto>, statistics Statistics) : Iterable<QualityProfile> in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeLanguageFields(profileBuilder QualityProfile.Builder, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public restore(dbSession DbSession, backup Reader, profile RulesProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeParentFields(profileBuilder QualityProfile.Builder, profile RulesProfileDto, profilesByKey Map<String,RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private overrideActiveRuleSeverity(rule RuleDefinitionDto, profile RulesProfileDto, severity String) : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Parameter Type descendants : List<QualityProfileDto> to descendants : List<RulesProfileDto> in method private ensureNoneIsMarkedAsDefault(dbSession DbSession, profile RulesProfileDto, descendants List<RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public restore(dbSession DbSession, backup Reader, profile RulesProfileDto) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.ws.CopyActionTest.TestBackuper |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeProfile(json JsonWriter, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private selectDescendants(dbSession DbSession, profile RulesProfileDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Parameter Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private addAll(qualityProfiles Map<String,RulesProfileDto>, list Collection<RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method public QProfileRestoreSummary(profile RulesProfileDto, ruleChanges BulkChangeResult) in class org.sonar.server.qualityprofile.QProfileRestoreSummary |
From |
To |
|
Change Parameter Type profileLoader : Function<QProfileName,QualityProfileDto> to profileLoader : Function<QProfileName,RulesProfileDto> in method private restore(dbSession DbSession, backup Reader, profileLoader Function<QProfileName,RulesProfileDto>) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeXml(dbSession DbSession, writer Writer, profile RulesProfileDto, activeRules Iterator<ActiveRuleDto>) : void in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeProfile(profilesResponse Map<String,Rules.QProfile>, profile RulesProfileDto) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private doInsert(mapper QualityProfileMapper, profile RulesProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private restore(dbSession DbSession, backupFile File, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Parameter Type profile : QualityProfileDto to profile : RulesProfileDto in method private doUpdate(mapper QualityProfileMapper, profile RulesProfileDto) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP1(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method private selectDescendants(dbSession DbSession, profile RulesProfileDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectDefaultProfile(session DbSession, organization OrganizationDto, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectChildren(session DbSession, key String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public allProfiles(dbSession DbSession, organization OrganizationDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public getProfile() : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileRestoreSummary |
From |
To |
|
Change Return Type Collection<QualityProfileDto> to Collection<RulesProfileDto> in method private findDefaultProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : Collection<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method package getQualityProfileDto(session DbSession, profileKey String) : RulesProfileDto in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setName(name String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public checkAndCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setParentKee(s String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public left() : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setIsBuiltIn(b boolean) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile(lang String, name String, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newQProfileDto(organization OrganizationDto, name QProfileName, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setLastUsed(lastUsed Long) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByKey(key String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setOrganizationUuid(organizationUuid String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByKeys(session DbSession, keys List<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectChildren(key String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newQualityProfileDto() : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileTesting |
From |
To |
|
Change Return Type Optional<QualityProfileDto> to Optional<RulesProfileDto> in method public selectByKey(key String) : Optional<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectDefaultProfile(organizationUuid String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setId(id Integer) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByProjectAndLanguages(session DbSession, organization OrganizationDto, project ComponentDto, languageKeys Collection<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectAll(organizationUuid String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByLanguage(dbSession DbSession, organization OrganizationDto, language String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectOrFailByKey(session DbSession, key String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByLanguage(organizationUuid String, language String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByNameAndLanguages(organizationUuid String, name String, languages List<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method private findDefaultProfiles(dbSession DbSession, organization OrganizationDto, languageKeys Set<String>) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method protected getChildren(session DbSession, qualityProfileKey String) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private get(profileName QProfileName) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectDescendants(session DbSession, key String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method private getAncestors(dbSession DbSession, dtos List<RulesProfileDto>) : List<RulesProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Return Type AbstractObjectAssert<?,QualityProfileDto> to AbstractObjectAssert<?,RulesProfileDto> in method private assertQualityProfileFromDb(profile RulesProfileDto) : AbstractObjectAssert<?,RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setRulesUpdatedAt(s String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private newProfile(org OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public createBuiltIn(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method package profile() : RulesProfileDto in class org.sonar.server.qualityprofile.RuleActivatorContext |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private insertQualityProfileDto(key String, name String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private loadProfile(dbSession DbSession, qProfileKey String) : RulesProfileDto in class org.sonar.server.rule.ws.ActiveRuleCompleter |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public right() : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileComparison.QProfileComparisonResult |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public profile() : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileResult |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile() : RulesProfileDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private getProfileByKey(dbSession DbSession, key String) : RulesProfileDto in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setRulesUpdatedAtAsDate(d Date) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public insertQualityProfile(qualityProfile RulesProfileDto) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method private findAllProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile(lang String, name String, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectDefaultProfiles(organizationUuid String, languages List<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public insert(organization OrganizationDto, consumers Consumer<RulesProfileDto>...) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public copyToName(dbSession DbSession, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public getProfile(dbSession DbSession, ref QProfileReference) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP3(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setLanguage(language String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByProjectAndLanguage(projectKey String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createRandomProfile(org OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method private findProfiles(request SearchWsRequest, project ComponentDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private loadProfile(dbSession DbSession, organization OrganizationDto, language String, name String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public profiles(dbSession DbSession, language String, organization OrganizationDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile(organization OrganizationDto, isDefault boolean) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setKey(s String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByKey(session DbSession, key String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private insertQualityProfile(dbSession DbSession, builtInQProfile BuiltInQProfile, organization OrganizationDto, now Date) : RulesProfileDto in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP3(organizationUuid String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method package findProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method package getOrCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByNameAndLanguage(organization OrganizationDto, name String, language String, session DbSession) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectAll(session DbSession, organization OrganizationDto) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private createProfile(lang String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Return Type Collection<QualityProfileDto> to Collection<RulesProfileDto> in method private findProjectProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : Collection<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newQProfileDto(organizationUuid String, name QProfileName, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP2(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP2(organizationUuid String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByNameAndLanguages(organization OrganizationDto, name String, languageKeys Collection<String>, session DbSession) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public ancestors(profile RulesProfileDto, session DbSession) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByNameAndLanguage(organizationUuid String, name String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setUserUpdatedAt(userUpdatedAt Long) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByKeys(keys List<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public setKee(s String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public getProfiles() : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchData |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private insertQualityProfile(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectDefaultProfiles(session DbSession, organization OrganizationDto, languageKeys Collection<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public createFor(key String) : RulesProfileDto in class org.sonar.db.qualityprofile.RulesProfileDto |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public newXooP1(organizationUuid String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileTesting |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method public selectByProjectAndLanguage(session DbSession, projectKey String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Return Type List<QualityProfileDto> to List<RulesProfileDto> in method public selectByProjectAndLanguages(organizationUuid String, projectKey String, input List<String>) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileMapper |
From |
To |
|
Change Return Type QualityProfileDto to RulesProfileDto in method private doCreate(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean, isBuiltIn boolean) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public selectExistingQProfileUuids_filters_defaults() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type p1 : QualityProfileDto to p1 : RulesProfileDto in method public test_deleteByKeys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectAction |
From |
To |
|
Change Variable Type forProject1 : QualityProfileDto to forProject1 : RulesProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public select_deselected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type right : QualityProfileDto to right : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public show_rule_without_activation() : void in class org.sonar.server.rule.ws.ShowActionTest |
From |
To |
|
Change Variable Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private findDefaultProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto) : Collection<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method private insertQualityProfiles(organization OrganizationDto) : void in class org.sonar.server.rule.ws.AppActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_activate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangeParentAction |
From |
To |
|
Change Variable Type parent1 : QualityProfileDto to parent1 : RulesProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type childProfile : QualityProfileDto to childProfile : RulesProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public checkPermission(dbSession DbSession, qualityProfileKey String) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Variable Type phpProfile : QualityProfileDto to phpProfile : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public reset_language_profile() : void in class org.sonar.server.qualityprofile.QProfileResetMediumTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public create_profile() : void in class org.sonar.server.qualityprofile.ws.CreateActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_ISE_if_deleting_default_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public search_profile_active_rules_with_inheritance() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public get_by_name_and_languages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public create_profile_from_backup_xml() : void in class org.sonar.server.qualityprofile.ws.CreateActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public deleteByKeys_accepts_empty_list_of_keys() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo1 : QualityProfileDto to qualityProfileOnXoo1 : RulesProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private createProfile() : RulesProfileDto in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type defaultJavaInOrg2 : QualityProfileDto to defaultJavaInOrg2 : RulesProfileDto 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 outdatedProfileInOrg2 : QualityProfileDto to outdatedProfileInOrg2 : RulesProfileDto 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 profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> 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 qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.CopyActionTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public selectDescendants(session DbSession, key String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type qProfilesByKey : Map<String,QualityProfileDto> to qProfilesByKey : Map<String,RulesProfileDto> 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 dto2 : QualityProfileDto to dto2 : RulesProfileDto in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type readDto : QualityProfileDto to readDto : RulesProfileDto in method public checkAndCreate() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type defaultProfile : QualityProfileDto to defaultProfile : RulesProfileDto in method public export_default_profile() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public select_project_associations() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1Language1 : QualityProfileDto to profile1Language1 : RulesProfileDto in method public update_project_profile_association() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public deleteProjectAssociationsByProfileKeys_deletes_rows_from_table_project_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profileDto : QualityProfileDto to profileDto : RulesProfileDto 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 currentParent : QualityProfileDto to currentParent : RulesProfileDto in method package isDescendant(dbSession DbSession, childProfile RulesProfileDto, parentProfile RulesProfileDto) : boolean in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public activate_rule_in_specific_organization() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type qualityProfile1 : QualityProfileDto to qualityProfile1 : RulesProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private createProfile(lang String, name String, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile3 : QualityProfileDto to profile3 : RulesProfileDto in method public deleteByKeys_deletes_profiles_in_db_and_elasticsearch() : void in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method private insertQualityProfileDto(key String, name String, language String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public insertProjectWithQualityProfileAssociations(project ComponentDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public fail_if_missing_permission() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public activate_rule_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method package create(profileKey String, ruleKey RuleKey, session DbSession) : RuleActivatorContext in class org.sonar.server.qualityprofile.RuleActivatorContextFactory |
From |
To |
|
Change Variable Type results : List<QualityProfileDto> to results : List<RulesProfileDto> in method public should_not_find_by_language_in_wrong_organization() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type descendants : List<QualityProfileDto> to descendants : List<RulesProfileDto> in method public selectDescendants(session DbSession, key String) : List<RulesProfileDto> in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type dto : List<QualityProfileDto> to dto : List<RulesProfileDto> in method public select_by_project_and_languages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profileLang2 : QualityProfileDto to profileLang2 : RulesProfileDto in method public remove_profile_from_project_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.BackupAction |
From |
To |
|
Change Variable Type parentDto : QualityProfileDto to parentDto : RulesProfileDto in method private incrementAncestors(session DbSession, profile RulesProfileDto, ancestors List<RulesProfileDto>) : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private buildResponse(data SearchData) : SearchWsResponse in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public select_selected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public response_contains_statistics_on_active_rules() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public export_profile_in_specified_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public inheritance_ignores_removed_rules() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profileOrg2 : QualityProfileDto to profileOrg2 : RulesProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_activate_rule_by_query() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type loadedProfile : QualityProfileDto to loadedProfile : RulesProfileDto 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 defaultJavaInOrg1 : QualityProfileDto to defaultJavaInOrg1 : RulesProfileDto 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 readDto : QualityProfileDto to readDto : RulesProfileDto in method public create() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public find_changelog_by_language_and_name() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method private getAncestors(dbSession DbSession, dtos List<RulesProfileDto>) : List<RulesProfileDto> in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public deactivate_rule_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type to : QualityProfileDto to to : RulesProfileDto in method public copyToName(dbSession DbSession, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 toProfile : QualityProfileDto to toProfile : RulesProfileDto in method private prepareTarget(dbSession DbSession, organization OrganizationDto, sourceProfile RulesProfileDto, toName String) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileCopier |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public return_backup_when_exporter_is_not_specified() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type profileInOrg : QualityProfileDto to profileInOrg : RulesProfileDto 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 qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public show_rule_when_activated() : void in class org.sonar.server.rule.ws.ShowActionMediumTest |
From |
To |
|
Change Variable Type java : QualityProfileDto to java : RulesProfileDto in method public bulk_activate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type parent : QualityProfileDto to parent : RulesProfileDto in method public remove_parent_with_empty_key() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public deleteProjectAssociationsByProfileKeys_deletes_rows_from_table_project_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public show_rule_with_activation() : void in class org.sonar.server.rule.ws.ShowActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 subProfile : QualityProfileDto to subProfile : RulesProfileDto in method public reset() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto 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 anotherQualityProfileOnXoo1 : QualityProfileDto to anotherQualityProfileOnXoo1 : RulesProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profileOrg1New : QualityProfileDto to profileOrg1New : RulesProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type descendants : List<QualityProfileDto> to descendants : List<RulesProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Variable Type parent2 : QualityProfileDto to parent2 : RulesProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type targetProfile : QualityProfileDto to targetProfile : RulesProfileDto 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 qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method private insertQualityProfile(organization OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Variable Type parent : QualityProfileDto to parent : RulesProfileDto in method private writeParentFields(profileBuilder QualityProfile.Builder, profile RulesProfileDto, profilesByKey Map<String,RulesProfileDto>) : void in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public select_project_associations() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type java : List<QualityProfileDto> to java : List<RulesProfileDto> in method public get_default_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type sourceProfile : QualityProfileDto to sourceProfile : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method private assertProfileHasBeenUpdatedAutomatically(profileKey String) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto 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 outdatedProfile2 : QualityProfileDto to outdatedProfile2 : RulesProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 copiedProfile : QualityProfileDto to copiedProfile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CopyAction |
From |
To |
|
Change Variable Type rootProfile : QualityProfileDto to rootProfile : RulesProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type nonDefaultJavaInOrg2 : QualityProfileDto to nonDefaultJavaInOrg2 : RulesProfileDto 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 profile2Language2 : QualityProfileDto to profile2Language2 : RulesProfileDto in method public update_project_profile_association() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type bar : QualityProfileDto to bar : RulesProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type childProfile : QualityProfileDto to childProfile : RulesProfileDto 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 currentProfile : QualityProfileDto to currentProfile : RulesProfileDto in method public ancestor_profiles_are_updated() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStepTest |
From |
To |
|
Change Variable Type java : QualityProfileDto to java : RulesProfileDto in method public get_default_profile() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public register_existing_profile_definitions() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesMediumTest |
From |
To |
|
Change Variable Type dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method public execute() : void in class org.sonar.server.computation.task.projectanalysis.step.UpdateQualityProfilesLastUsedDateStep |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public get_by_name_and_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_deactivate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public should_not_find_by_language_with_wrong_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profileOrg1Old : QualityProfileDto to profileOrg1Old : RulesProfileDto in method public should_not_change_other_organizations() : void in class org.sonar.server.qualityprofile.ws.SetDefaultActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public insertOrUpdate_inserts_row_when_does_not_exist() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public find_changelog_by_profileKey() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public deactivate_rule_in_specific_organization() : void in class org.sonar.server.qualityprofile.ws.DeactivateRuleActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public search_profile_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type childProfile : QualityProfileDto to childProfile : RulesProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public compare_param_on_left() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type parentDto : QualityProfileDto to parentDto : RulesProfileDto in method private incrementAncestors(profile RulesProfileDto, ancestors List<RulesProfileDto>, session DbSession) : void in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profileWithoutProjects : QualityProfileDto to profileWithoutProjects : RulesProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public delete_profile_by_key() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type parent : QualityProfileDto to parent : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangeParentAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_UnauthorizedException_if_not_logged_in() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type parent : QualityProfileDto to parent : RulesProfileDto in method public inheritance_parent_child() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public returns_backup_of_profile_with_specified_name_and_organization() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public select_selected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public activate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type otherProfile : QualityProfileDto to otherProfile : RulesProfileDto in method public update(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type sourceProfile : QualityProfileDto to sourceProfile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CopyAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public search_all_active_rules_params() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_IAE_if_missing_name_parameter() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public select_by_project_key_and_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public insert(organization OrganizationDto, consumers Consumer<RulesProfileDto>...) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Variable Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto in method public setParent(dbSession DbSession, profileKey String, parentKey String) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type defaultProfile : QualityProfileDto to defaultProfile : RulesProfileDto in method private verifyDefaultProfile(organization OrganizationDto, language String, name String) : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public getProfile_returns_the_profile_specified_by_key() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public changelog_not_empty() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type outdatedProfileInOrg1 : QualityProfileDto to outdatedProfileInOrg1 : RulesProfileDto 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 groupWide : QualityProfileDto to groupWide : RulesProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.SetDefaultAction |
From |
To |
|
Change Variable Type writtenDto : QualityProfileDto to writtenDto : RulesProfileDto in method public create() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public project_administrator_can_remove_profile() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 children : List<QualityProfileDto> to children : List<RulesProfileDto> in method private cascadeActivation(session DbSession, activation RuleActivation, rulesProfileDto RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public change_parent_with_no_parent_before() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public deactivate_rule() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public change_parent_with_names() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public insert() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public renameAndCommit_does_nothing_if_empty_keys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 qualityProfileOnXoo2 : QualityProfileDto to defaultProfileOnXoo2 : RulesProfileDto in method public search_for_project_qp() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public compare_param_on_right() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto 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 nonDefaultXooInOrg1 : QualityProfileDto to nonDefaultXooInOrg1 : RulesProfileDto 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 qualityProfileOnXoo1 : QualityProfileDto to qualityProfileOnXoo1 : RulesProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type defaultXooInOrg1 : QualityProfileDto to defaultXooInOrg1 : RulesProfileDto 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 : QualityProfileDto to sourceProfile : RulesProfileDto 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 : QualityProfileDto to qualityProfile : RulesProfileDto in method public test_completeShow() : void in class org.sonar.server.rule.ws.ActiveRuleCompleterTest |
From |
To |
|
Change Variable Type results : List<QualityProfileDto> to results : List<RulesProfileDto> 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 : QualityProfileDto to profile : RulesProfileDto in method public add_project_on_profile_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method private createNewValidQualityProfileKey() : String in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type fooInOrg2 : QualityProfileDto to fooInOrg2 : RulesProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type builtInProfile : QualityProfileDto to builtInProfile : RulesProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto 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 profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> 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 qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public use_quality_profiles_language_if_available() : void in class org.sonar.server.rule.ws.RuleQueryFactoryTest |
From |
To |
|
Change Variable Type children : List<QualityProfileDto> to children : List<RulesProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type nonDefaultXooInOrg2 : QualityProfileDto to nonDefaultXooInOrg2 : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public search_profile_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public reset_language_profile_param_when_rule_definition_has_changed() : void in class org.sonar.server.qualityprofile.QProfileResetMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public project_administrator_can_change_profile() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method private cascadeActivation(session DbSession, activation RuleActivation, rulesProfileDto RulesProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public import_xml() : void in class org.sonar.server.qualityprofile.QProfileExportersTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 differentLanguage : QualityProfileDto to differentLanguage : RulesProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type currentProfile : QualityProfileDto to currentProfile : RulesProfileDto 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 dto : QualityProfileDto to dto : RulesProfileDto in method public newQualityProfileDto() : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileTesting |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public associateProjectWithQualityProfile(project ComponentDto, qualityProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDbTester |
From |
To |
|
Change Variable Type qualityProfile1 : QualityProfileDto to qualityProfile1 : RulesProfileDto in method public fail_renaming_if_name_already_exists() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> in method private buildResponse(data SearchData) : SearchWsResponse in class org.sonar.server.qualityprofile.ws.SearchAction |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public compare_param_on_right() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private createProfile(lang String, name String, key String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public inheritance_parent_child() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public selectOrFailByKey(session DbSession, key String) : RulesProfileDto in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type right : QualityProfileDto to right : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public activate_rule_override_severity() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> in method private deleteQualityProfiles(dbSession DbSession, organization OrganizationDto) : void in class org.sonar.server.organization.ws.DeleteAction |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public change_association_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile2Dto : QualityProfileDto to profile2Dto : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public findAllForLanguage() : void in class org.sonar.server.qualityprofile.ws.SearchDataLoaderTest |
From |
To |
|
Change Variable Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method public ancestors(profile RulesProfileDto, session DbSession) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.QProfileLookup |
From |
To |
|
Change Variable Type fooInOrg1 : QualityProfileDto to fooInOrg1 : RulesProfileDto in method public renameAndCommit_updates_name_of_specified_profiles() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public compare_param_on_left() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type dto1 : QualityProfileDto to dto1 : RulesProfileDto in method public find_all() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeResponse(json JsonWriter, organization OrganizationDto, summary QProfileRestoreSummary) : void in class org.sonar.server.qualityprofile.ws.RestoreAction |
From |
To |
|
Change Variable Type profile3Language1 : QualityProfileDto to profile3Language1 : RulesProfileDto 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 profileInOrg2 : QualityProfileDto to profileInOrg2 : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method private createRandomProfile(org OrganizationDto) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactoryTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private loadProfile(dbSession DbSession, organization OrganizationDto, language String, name String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Variable Type ancestors : List<QualityProfileDto> to ancestors : List<RulesProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction |
From |
To |
|
Change Variable Type results : List<QualityProfileDto> to results : List<RulesProfileDto> in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type defaultProfile : QualityProfileDto to defaultProfile : RulesProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type qualityProfileOptional : QualityProfileDto to qualityProfileOptional : RulesProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public setParent(dbSession DbSession, profileKey String, parentKey String) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_NotFoundException_if_project_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangelogAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public returns_backup_of_profile_with_specified_name_on_default_organization() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type left : QualityProfileDto to left : RulesProfileDto 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 qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public createRuleQuery(dbSession DbSession, request Request) : RuleQuery in class org.sonar.server.rule.ws.RuleQueryFactory |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_activate_rule_by_query_with_severity() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public compare_nominal() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_IAE_if_missing_language_parameter() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.AddProjectAction |
From |
To |
|
Change Variable Type profile1Language1 : QualityProfileDto to profile1Language1 : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public restore_and_create_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto 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 profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public update_active_rule_parameters_when_updating_custom_rule() : void in class org.sonar.server.rule.RuleUpdaterTest |
From |
To |
|
Change Variable Type profileWithProjects : QualityProfileDto to profileWithProjects : RulesProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public selectExistingQProfileUuids_filters_defaults() : void in class org.sonar.db.qualityprofile.DefaultQProfileDaoTest |
From |
To |
|
Change Variable Type profiles : Collection<QualityProfileDto> to profiles : Collection<RulesProfileDto> in method package findProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : List<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method public find_all_is_sorted_by_profile_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method private insertQualityProfiles(organization OrganizationDto) : void in class org.sonar.server.rule.ws.AppActionTest |
From |
To |
|
Change Variable Type sourceProfile : QualityProfileDto to sourceProfile : RulesProfileDto 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 differentName : QualityProfileDto to differentName : RulesProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public changelog_empty() : void in class org.sonar.server.qualityprofile.ws.ChangelogActionDatabaseTest |
From |
To |
|
Change Variable Type targetProfile : QualityProfileDto to targetProfile : RulesProfileDto in method private restore(dbSession DbSession, backup Reader, profileLoader Function<QProfileName,RulesProfileDto>) : QProfileRestoreSummary in class org.sonar.server.qualityprofile.QProfileBackuperImpl |
From |
To |
|
Change Variable Type profiles : List<QualityProfileDto> to profiles : List<RulesProfileDto> in method public restore_profile_with_zero_rules() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public add_project_on_profile_of_specified_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type outdatedProfile1 : QualityProfileDto to outdatedProfile1 : RulesProfileDto in method public selectOutdatedProfiles_returns_the_custom_profiles_with_specified_name() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type loadedProfile : QualityProfileDto to loadedProfile : RulesProfileDto 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 parent1 : QualityProfileDto to parent1 : RulesProfileDto in method public change_parent_with_no_parent_before() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public update() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_deactivate_rule_by_profile() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profileInOrg2 : QualityProfileDto to profileInOrg2 : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto 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 other : QualityProfileDto to other : RulesProfileDto in method public insert(session DbSession, profile RulesProfileDto, otherProfiles RulesProfileDto...) : void in class org.sonar.db.qualityprofile.QualityProfileDao |
From |
To |
|
Change Variable Type profileLang1 : QualityProfileDto to profileLang1 : RulesProfileDto in method public remove_profile_from_project_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.RemoveProjectActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private writeResponse(json JsonWriter, result QProfileRestoreSummary) : void in class org.sonar.server.qualityprofile.ws.OldRestoreAction |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public export_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type loadedProfile : QualityProfileDto to loadedProfile : RulesProfileDto 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 dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method public get_by_name_and_languages() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfile2 : QualityProfileDto to qualityProfile2 : RulesProfileDto in method public fail_renaming_if_name_already_exists() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type companyWide : QualityProfileDto to companyWide : RulesProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public reset() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method private doCreate(dbSession DbSession, organization OrganizationDto, name QProfileName, isDefault boolean, isBuiltIn boolean) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type qualityProfile2 : QualityProfileDto to qualityProfile2 : RulesProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public activate_rule_diff_languages() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 javaProfile : QualityProfileDto to javaProfile : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public register_profile_definitions() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesMediumTest |
From |
To |
|
Change Variable Type dto : QualityProfileDto to dto : RulesProfileDto in method public checkAndCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type qualityProfileOnXoo2 : QualityProfileDto to qualityProfileOnXoo2 : RulesProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type buWide : QualityProfileDto to buWide : RulesProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public search_all_active_rules() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 parent2 : QualityProfileDto to parent2 : RulesProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method package getOrCreateCustom(dbSession DbSession, organization OrganizationDto, name QProfileName) : RulesProfileDto in class org.sonar.server.qualityprofile.QProfileFactory |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public getProfile(dbSession DbSession, ref QProfileReference) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.QProfileWsSupport |
From |
To |
|
Change Variable Type p1 : QualityProfileDto to p1 : RulesProfileDto in method public deleteByKeys_does_nothing_if_empty_keys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile2Language2 : QualityProfileDto to profile2Language2 : RulesProfileDto 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 : QualityProfileDto to profile : RulesProfileDto in method public backup() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type anotherQualityProfileOnXoo1 : QualityProfileDto to anotherQualityProfileOnXoo1 : RulesProfileDto in method public search_for_default_qp_with_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto 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 profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public backup() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type reloaded : QualityProfileDto to reloaded : RulesProfileDto in method public rename() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type currentProfile : QualityProfileDto to currentProfile : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.AddProjectAction |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public search_profile_active_rules_with_inheritance() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type defaultXooInOrg2 : QualityProfileDto to defaultXooInOrg2 : RulesProfileDto 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 reloaded : QualityProfileDto to reloaded : RulesProfileDto in method public allow_same_name_in_different_organizations() : void in class org.sonar.server.qualityprofile.ws.RenameActionTest |
From |
To |
|
Change Variable Type profileInOrg1 : QualityProfileDto to profileInOrg1 : RulesProfileDto in method public throws_NotFoundException_if_profile_name_exists_but_in_another_organization() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public delete_profile_by_key() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private assertProfileHasBeenUpdatedManually(profileKey String) : void in class org.sonar.server.qualityprofile.RuleActivatorMediumTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public select_deselected_projects() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto in method private assertProjectIsAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type result : QualityProfileDto to result : RulesProfileDto in method public should_find_by_language() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method public bulk_deactivate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type php : QualityProfileDto to php : RulesProfileDto in method public bulk_activate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private insertQualityProfile(dbSession DbSession, builtInQProfile BuiltInQProfile, organization OrganizationDto, now Date) : RulesProfileDto in class org.sonar.server.qualityprofile.BuiltInQProfileInsertImpl |
From |
To |
|
Change Variable Type profileInOrg2 : QualityProfileDto to profileInOrg2 : RulesProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto in method private assertProjectIsNotAssociatedToProfile(project ComponentDto, profile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto 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 php : QualityProfileDto to php : RulesProfileDto in method public bulk_deactivate_rule_not_all() : void in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type p3 : QualityProfileDto to p3 : RulesProfileDto in method public test_deleteByKeys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public returns_backup_of_profile_with_specified_key() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public index_from_changes_index_new_active_rule() : void in class org.sonar.server.qualityprofile.index.ActiveRuleIndexerTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public throw_NotFoundException_if_project_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type remi : QualityProfileDto to remi : RulesProfileDto in method public inheritance_no_family() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo1 : QualityProfileDto to qualityProfileOnXoo1 : RulesProfileDto in method public search_for_project_qp() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profileOnUnknownLang : QualityProfileDto to profileOnUnknownLang : RulesProfileDto in method public ws_returns_the_profiles_of_default_organization() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type left : QualityProfileDto to left : RulesProfileDto in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.CompareAction |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method package doHandle(newName String, profileKey String) : void in class org.sonar.server.qualityprofile.ws.RenameAction |
From |
To |
|
Change Variable Type dto2 : QualityProfileDto to dto2 : RulesProfileDto in method public find_all() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile3Language1 : QualityProfileDto to profile3Language1 : RulesProfileDto in method public update_project_profile_association() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type forProject2 : QualityProfileDto to forProject2 : RulesProfileDto in method public inheritance_nominal() : void in class org.sonar.server.qualityprofile.ws.InheritanceActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public get_note_as_markdown_and_html() : void in class org.sonar.server.rule.ws.SearchActionMediumTest |
From |
To |
|
Change Variable Type profileInOtherOrg : QualityProfileDto to profileInOtherOrg : RulesProfileDto in method public countProjectsByProfileKey() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type parentProfile : QualityProfileDto to parentProfile : RulesProfileDto 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 profileDto : QualityProfileDto to profileDto : RulesProfileDto in method private addDefaultProfile() : void in class org.sonar.server.batch.ProjectDataLoaderMediumTest |
From |
To |
|
Change Variable Type qualityProfile : QualityProfileDto to qualityProfile : RulesProfileDto in method public create_query() : void in class org.sonar.server.rule.ws.RuleQueryFactoryTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public should_not_find_by_language_in_wrong_organization() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type nonDefaultJavaInOrg1 : QualityProfileDto to nonDefaultJavaInOrg1 : RulesProfileDto 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 profileInOtherOrg : QualityProfileDto to profileInOtherOrg : RulesProfileDto 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 profile : QualityProfileDto to profile : RulesProfileDto in method private addProfiles(dbSession DbSession, organization OrganizationDto, json JsonWriter) : void in class org.sonar.server.rule.ws.AppAction |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public compare_nominal() : void in class org.sonar.server.qualityprofile.ws.CompareActionMediumTest |
From |
To |
|
Change Variable Type profileDto : QualityProfileDto to profileDto : RulesProfileDto in method public restore_and_update_profile() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto 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 profileInOrg2 : QualityProfileDto to profileInOrg2 : RulesProfileDto in method public throws_NotFoundException_if_profile_name_exists_but_in_another_organization() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private updateProfileDates(dbSession DbSession, context RuleActivatorContext) : void in class org.sonar.server.qualityprofile.RuleActivator |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method public selectWithoutQualityProfile_returns_() : void in class org.sonar.db.organization.OrganizationDaoTest |
From |
To |
|
Change Variable Type p2 : QualityProfileDto to p2 : RulesProfileDto in method public test_deleteByKeys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type dtos : List<QualityProfileDto> to dtos : List<RulesProfileDto> in method public find_all() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private createProfile(lang String) : RulesProfileDto in class org.sonar.server.qualityprofile.ws.QProfilesWsMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public remove_parent_with_empty_key() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type parent1 : QualityProfileDto to parent1 : RulesProfileDto in method public replace_existing_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type target : QualityProfileDto to target : RulesProfileDto in method public restore_and_override_profile_name() : void in class org.sonar.server.qualityprofile.QProfileBackuperMediumTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public remove_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile1 : QualityProfileDto to profile1 : RulesProfileDto in method public deleteProjectAssociationsByProfileKeys_does_nothing_if_empty_keys() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type loaded : QualityProfileDto to loaded : RulesProfileDto in method public getProfile_returns_the_profile_specified_by_key() : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupportTest |
From |
To |
|
Change Variable Type nonDefaultProfile : QualityProfileDto to nonDefaultProfile : RulesProfileDto in method public export_default_profile() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest |
From |
To |
|
Change Variable Type child : QualityProfileDto to child : RulesProfileDto in method public fail_if_missing_permission_for_this_organization() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type dto1 : QualityProfileDto to dto1 : RulesProfileDto in method public find_children() : void in class org.sonar.db.qualityprofile.QualityProfileDaoTest |
From |
To |
|
Change Variable Type qualityProfiles : Map<String,QualityProfileDto> to qualityProfiles : Map<String,RulesProfileDto> in method private findProjectProfiles(dbSession DbSession, request SearchWsRequest, organization OrganizationDto, project ComponentDto) : Collection<RulesProfileDto> in class org.sonar.server.qualityprofile.ws.SearchDataLoader |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto in method public change_association_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.AddProjectActionTest |
From |
To |
|
Change Variable Type writtenDto : QualityProfileDto to writtenDto : RulesProfileDto in method public checkAndCreate() : void in class org.sonar.server.qualityprofile.QProfileFactoryMediumTest |
From |
To |
|
Change Variable Type qualityProfileOnXoo2 : QualityProfileDto to qualityProfileOnXoo2 : RulesProfileDto in method public search_by_profile_name() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto 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 parent : QualityProfileDto to parent : RulesProfileDto in method public remove_parent() : void in class org.sonar.server.qualityprofile.ws.ChangeParentActionTest |
From |
To |
|
Change Variable Type profile2 : QualityProfileDto to profile2 : RulesProfileDto 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 profileInOrg1 : QualityProfileDto to profileInOrg1 : RulesProfileDto in method public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest |
From |
To |
|
Change Variable Type profile : QualityProfileDto to profile : RulesProfileDto in method private resetProfile(dbSession DbSession, organization OrganizationDto, builtInQProfile BuiltInQProfile) : void in class org.sonar.server.qualityprofile.QProfileResetImpl |
From |
To |