|
Rename Method public setComponentUuid(componentUuid String) : Builder renamed to public setComponent(component Component) : Builder in class org.sonar.ce.task.CeTask.Builder |
From |
To |
|
Rename Method public count_by_status_and_component_uuids() : void renamed to public count_by_status_and_main_component_uuids() : void in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |
|
Rename Method public getComponentUuid() : String renamed to public getMainComponentUuid() : String in class org.sonar.db.ce.QueueCount |
From |
To |
|
Rename Method public execute_throws_BadRequestException_if_specified_component_has_in_progress_tasks() : void renamed to public execute_throws_BadRequestException_if_main_component_of_specified_component_has_in_progress_tasks() : void in class org.sonar.server.project.ws.UpdateVisibilityActionTest |
From |
To |
|
Rename Method public test_selectByComponentUuid() : void renamed to public test_selectByMainComponentUuid() : void in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |
|
Rename Method public submit_with_UNIQUE_QUEUE_PER_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_component() : void renamed to public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public fail_if_no_component_for_main_branches() : void renamed to public persist_fails_with_ISE_if_no_component_for_main_branches() : void in class org.sonar.ce.task.projectanalysis.component.BranchPersisterImplTest |
From |
To |
|
Rename Method public submit_with_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_component() : void renamed to public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public massSubmit_with_UNIQUE_QUEUE_PER_COMPONENT_creates_task_without_component_when_there_is_a_pending_task_without_component() : void renamed to public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_without_component_when_there_is_a_pending_task_without_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public select_by_query_returns_empty_list_when_empty_list_of_component_uuid() : void renamed to public select_by_query_returns_empty_list_when_empty_list_of_main_component_uuid() : void in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |
|
Rename Method public count_by_status_and_component_uuid() : void renamed to public count_by_status_and_main_component_uuid() : void in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |
|
Rename Method public setComponentUuid(s String) : Builder renamed to public setComponent(component Component) : Builder in class org.sonar.ce.queue.CeTaskSubmit.Builder |
From |
To |
|
Rename Method public massSubmit_with_UNIQUE_QUEUE_PER_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_component() : void renamed to public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public submit_with_UNIQUE_QUEUE_PER_COMPONENT_creates_task_without_component_when_there_is_a_pending_task_without_component() : void renamed to public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_without_component_when_there_is_a_pending_task_without_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public count_last_by_status_and_component_uuid() : void renamed to public count_last_by_status_and_main_component_uuid() : void in class org.sonar.db.ce.CeActivityDaoTest |
From |
To |
|
Rename Method public massSubmit_populates_component_name_and_key_of_CeTask_if_component_exists() : void renamed to public massSubmit_populates_component_name_and_key_of_CeTask_if_project_exists() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public setComponentUuid(s String) : CeTaskQuery renamed to public setMainComponentUuid(s String) : CeTaskQuery in class org.sonar.db.ce.CeTaskQuery |
From |
To |
|
Rename Method public countByStatusAndComponentUuids(dbSession DbSession, status CeQueueDto.Status, componentUuids Set<String>) : Map<String,Integer> renamed to public countByStatusAndMainComponentUuids(dbSession DbSession, status CeQueueDto.Status, projectUuids Set<String>) : Map<String,Integer> in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Method public massSubmit_without_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_one_pending_task_for_component() : void renamed to public massSubmit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_one_pending_task_for_other_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public massSubmit_with_UNIQUE_QUEUE_PER_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_component() : void renamed to public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public do_not_peek_multiple_tasks_on_same_project_at_the_same_time() : void renamed to public do_not_peek_multiple_tasks_on_same_main_component_at_the_same_time() : void in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |
|
Rename Method public massSubmit_with_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_component() : void renamed to public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public selectByComponentUuid(session DbSession, componentUuid String) : List<CeQueueDto> renamed to public selectByMainComponentUuid(session DbSession, projectUuid String) : List<CeQueueDto> in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Method public countByStatusAndComponentUuid(dbSession DbSession, status CeQueueDto.Status, componentUuid String) : int renamed to public countByStatusAndMainComponentUuid(dbSession DbSession, status CeQueueDto.Status, mainComponentUuid String) : int in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Method public submit_without_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_one_pending_task_for_component() : void renamed to public submit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public isShortCircuitedByComponentUuids() : boolean renamed to public isShortCircuitedByMainComponentUuids() : boolean in class org.sonar.db.ce.CeTaskQuery |
From |
To |
|
Rename Method public persist_secondary_branch() : void renamed to public persist_creates_row_in_PROJECTS_BRANCHES_for_long_branch(mergeBranchUuid String) : void in class org.sonar.ce.task.projectanalysis.component.BranchPersisterImplTest |
From |
To |
|
Rename Method public setComponentUuids(l List<String>) : CeTaskQuery renamed to public setMainComponentUuids(l List<String>) : CeTaskQuery in class org.sonar.db.ce.CeTaskQuery |
From |
To |
|
Rename Method public persist_pull_request_data() : void renamed to public persist_creates_row_in_PROJECTS_BRANCHES_for_pull_request(mergeBranchUuid String) : void in class org.sonar.ce.task.projectanalysis.component.BranchPersisterImplTest |
From |
To |
|
Rename Method public countLastByStatusAndComponentUuid(dbSession DbSession, status CeActivityDto.Status, componentUuid String) : int renamed to public countLastByStatusAndMainComponentUuid(dbSession DbSession, status CeActivityDto.Status, mainComponentUuid String) : int in class org.sonar.db.ce.CeActivityDao |
From |
To |
|
Rename Method public massSubmit_without_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_many_pending_task_for_component() : void renamed to public massSubmit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_many_pending_task_for_other_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public massSubmit_with_UNIQUE_QUEUE_PER_COMPONENT_creates_tasks_depending_on_whether_there_is_pending_task_for_component() : void renamed to public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_tasks_depending_on_whether_there_is_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method public getComponentUuids() : List<String> renamed to public getMainComponentUuids() : List<String> in class org.sonar.db.ce.CeTaskQuery |
From |
To |
|
Rename Method public submit_without_UNIQUE_QUEUE_PER_COMPONENT_creates_task_when_there_is_many_pending_task_for_component() : void renamed to public submit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Method private newComponentDto(uuid String) : ComponentDto renamed to private newProjectDto(uuid String) : ComponentDto in class org.sonar.ce.queue.InternalCeQueueImplTest |
From |
To |
|
Rename Method public submit_with_UNIQUE_QUEUE_PER_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_component() : void renamed to public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Change Parameter Type componentUuid : String to dto : ComponentDto in method private insertActivity(status CeActivityDto.Status, dto ComponentDto) : void in class org.sonar.server.ce.ws.ActivityStatusActionTest |
From |
To |
|
Change Parameter Type componentUuid : String to componentDto : ComponentDto in method private insertInQueue(status CeQueueDto.Status, componentDto ComponentDto) : void in class org.sonar.server.ce.ws.ActivityStatusActionTest |
From |
To |
|
Change Parameter Type componentUuid : String to componentDto : ComponentDto in method private submit(reportType String, componentDto ComponentDto) : CeTask in class org.sonar.ce.queue.InternalCeQueueImplTest |
From |
To |
|
Change Parameter Type componentUuid : String to componentDto : ComponentDto in method private createTaskSubmit(componentDto ComponentDto) : CeQueueDto in class org.sonar.server.ce.ws.CancelActionTest |
From |
To |
|
Change Parameter Type componentUuid : String to component : Component in method private insertPendingInQueue(component Component) : CeQueueDto in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Change Parameter Type componentUuid : String to component : Component in method private submit(reportType String, component Component) : CeTask in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Change Parameter Type s : String to component : Component in method public setComponent(component Component) : Builder in class org.sonar.ce.queue.CeTaskSubmit.Builder |
From |
To |
|
Change Parameter Type componentUuid : String to component : Component in method public setComponent(component Component) : Builder in class org.sonar.ce.task.CeTask.Builder |
From |
To |
|
Rename Variable otherComponentUuid : String to otherMainComponentUuid : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid1 : String to mainComponentUuid1 : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_tasks_depending_on_whether_there_is_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public massSubmit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_many_pending_task_for_other_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public submit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public massSubmit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_one_pending_task_for_other_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable taskDto : List<CeQueueDto> to taskDtos : List<CeQueueDto> in method public massSubmit(submissions Collection<CeTaskSubmit>, options SubmitOption...) : List<CeTask> in class org.sonar.ce.queue.CeQueueImpl |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable project : ComponentDto to component : ComponentDto in method public submit(organizationKey String, projectKey String, deprecatedBranch String, projectName String, characteristics Map<String,String>, reportInput InputStream) : CeTask in class org.sonar.server.ce.queue.ReportSubmitter |
From |
To |
|
Rename Variable otherComponentUuid : String to otherMainComponentUuid : String in method public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_does_not_create_task_when_there_is_many_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable dto : ComponentDto to mainComponent : ComponentDto in method public persist_creates_row_in_PROJECTS_BRANCHES_for_pull_request(mergeBranchUuid String) : void in class org.sonar.ce.task.projectanalysis.component.BranchPersisterImplTest |
From |
To |
|
Rename Variable component : Optional<ComponentDto> to existingComponent : Optional<ComponentDto> in method public submit(organizationKey String, projectKey String, deprecatedBranch String, projectName String, characteristics Map<String,String>, reportInput InputStream) : CeTask in class org.sonar.server.ce.queue.ReportSubmitter |
From |
To |
|
Rename Variable dto : ComponentDto to mainComponent : ComponentDto in method public persist_creates_row_in_PROJECTS_BRANCHES_for_long_branch(mergeBranchUuid String) : void in class org.sonar.ce.task.projectanalysis.component.BranchPersisterImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public submit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_a_pending_task_for_another_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid5 : String to mainComponentUuid5 : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_tasks_depending_on_whether_there_is_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid3 : String to mainComponentUuid3 : String in method public massSubmit_with_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_tasks_depending_on_whether_there_is_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuid : String to mainComponentUuid : String in method public submit_without_UNIQUE_QUEUE_PER_MAIN_COMPONENT_creates_task_when_there_is_one_pending_task_for_same_main_component() : void in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Variable componentUuids : Set<String> to mainComponentUuids : Set<String> in method private filterBySubmitOptions(options SubmitOption[], submissions Collection<CeTaskSubmit>, dbSession DbSession) : Predicate<CeTaskSubmit> in class org.sonar.ce.queue.CeQueueImpl |
From |
To |
|
Rename Parameter componentUuid : String to component : Component in method private insertPendingInQueue(component Component) : CeQueueDto in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Parameter componentUuid : String to componentDto : ComponentDto in method private createTaskSubmit(componentDto ComponentDto) : CeQueueDto in class org.sonar.server.ce.ws.CancelActionTest |
From |
To |
|
Rename Parameter componentUuids : Set<String> to projectUuids : Set<String> in method private NoPendingTaskFilter(dbSession DbSession, projectUuids Set<String>) in class org.sonar.ce.queue.CeQueueImpl.NoPendingTaskFilter |
From |
To |
|
Rename Parameter componentUuid : String to dto : ComponentDto in method private insertActivity(status CeActivityDto.Status, dto ComponentDto) : void in class org.sonar.server.ce.ws.ActivityStatusActionTest |
From |
To |
|
Rename Parameter componentUuid : String to mainComponentUuid : String in method public countLastByStatusAndMainComponentUuid(dbSession DbSession, status CeActivityDto.Status, mainComponentUuid String) : int in class org.sonar.db.ce.CeActivityDao |
From |
To |
|
Rename Parameter componentUuid : String to projectUuid : String in method public selectByMainComponentUuid(session DbSession, projectUuid String) : List<CeQueueDto> in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Parameter componentUuid : String to componentDto : ComponentDto in method private insertInQueue(status CeQueueDto.Status, componentDto ComponentDto) : void in class org.sonar.server.ce.ws.ActivityStatusActionTest |
From |
To |
|
Rename Parameter componentUuid : String to componentDto : ComponentDto in method private submit(reportType String, componentDto ComponentDto) : CeTask in class org.sonar.ce.queue.InternalCeQueueImplTest |
From |
To |
|
Rename Parameter s : String to component : Component in method public setComponent(component Component) : Builder in class org.sonar.ce.queue.CeTaskSubmit.Builder |
From |
To |
|
Rename Parameter componentUuid : String to component : Component in method private submit(reportType String, component Component) : CeTask in class org.sonar.ce.queue.CeQueueImplTest |
From |
To |
|
Rename Parameter componentUuid : String to component : Component in method public setComponent(component Component) : Builder in class org.sonar.ce.task.CeTask.Builder |
From |
To |
|
Rename Parameter componentUuid : String to mainComponentUuid : String in method public countByStatusAndMainComponentUuid(dbSession DbSession, status CeQueueDto.Status, mainComponentUuid String) : int in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Parameter componentUuids : Set<String> to projectUuids : Set<String> in method public countByStatusAndMainComponentUuids(dbSession DbSession, status CeQueueDto.Status, projectUuids Set<String>) : Map<String,Integer> in class org.sonar.db.ce.CeQueueDao |
From |
To |
|
Rename Parameter componentUuid : String to mainComponentUuid : String in method private insert(uuid String, type String, mainComponentUuid String, status CeActivityDto.Status) : CeActivityDto in class org.sonar.db.ce.CeActivityDaoTest |
From |
To |
|
Rename Parameter componentUuid : String to mainComponentUuid : String in method private insertPending(uuid String, mainComponentUuid String) : CeQueueDto in class org.sonar.db.ce.CeQueueDaoTest |
From |
To |