|
Change Return Type List<ComponentDto> to List<ComponentDtoWithSnapshotId> in method public selectDirectChildren(dbSession DbSession, componentQuery ComponentTreeQuery) : List<ComponentDtoWithSnapshotId> in class org.sonar.db.component.ComponentDao |
From |
To |
|
Change Return Type List<ComponentDto> to List<ComponentDtoWithSnapshotId> in method public selectAllChildren(dbSession DbSession, componentQuery ComponentTreeQuery) : List<ComponentDtoWithSnapshotId> in class org.sonar.db.component.ComponentDao |
From |
To |
|
Change Return Type List<ComponentDto> to List<ComponentDtoWithSnapshotId> in method public selectDirectChildren(componentTreeQuery ComponentTreeQuery, rowBounds RowBounds) : List<ComponentDtoWithSnapshotId> in class org.sonar.db.component.ComponentMapper |
From |
To |
|
Change Return Type List<ComponentDto> to List<ComponentDtoWithSnapshotId> in method public selectAllChildren(componentTreeQuery ComponentTreeQuery, rowBounds RowBounds) : List<ComponentDtoWithSnapshotId> in class org.sonar.db.component.ComponentMapper |
From |
To |
|
Change Variable Type components : List<ComponentDto> to components : List<ComponentDtoWithSnapshotId> in method private doHandle(treeWsRequest TreeWsRequest) : TreeWsResponse in class org.sonar.server.component.ws.TreeAction |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_all_files_of_a_project_paginated_and_ordered() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_with_order_by_path() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_all_children_of_a_project() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_with_pagination() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_of_a_module() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_of_a_project() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_with_key_query() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |
|
Change Variable Type result : List<ComponentDto> to result : List<ComponentDtoWithSnapshotId> in method public select_direct_children_with_name_query() : void in class org.sonar.db.component.ComponentDaoTest |
From |
To |