a2e88e9141e5f9d5bda8b62414b816685e767227
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public paginate_results() : void renamed to public limit_results() : void in class org.sonar.server.ce.ws.ActivityActionTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type paging : Paging to pageSize : int in method public selectByQueryInDescOrder(dbSession DbSession, query CeTaskQuery, pageSize int) : List<CeQueueDto> in class org.sonar.db.ce.CeQueueDao | From | To | |
Change Parameter Type paging : Paging to pageSize : int in method private buildResponse(queuedTasks Iterable<WsCe.Task>, pastTasks Iterable<WsCe.Task>, pageSize int) : ActivityResponse in class org.sonar.server.ce.ws.ActivityAction | From | To | |
Extract Method | 2 | ||
Extract Method public addPageParam() : NewAction extracted from public addPagingParams(defaultPageSize int, maxPageSize int) : NewAction in class org.sonar.api.server.ws.WebService.NewAction | From | To | |
Extract Method public addPageSize(defaultPageSize int, maxPageSize int) : NewAction extracted from public addPagingParams(defaultPageSize int, maxPageSize int) : NewAction in class org.sonar.api.server.ws.WebService.NewAction | From | To | |
Rename Parameter | 2 | ||
Rename Parameter paging : Paging to pageSize : int in method public selectByQueryInDescOrder(dbSession DbSession, query CeTaskQuery, pageSize int) : List<CeQueueDto> in class org.sonar.db.ce.CeQueueDao | From | To | |
Rename Parameter paging : Paging to pageSize : int in method private buildResponse(queuedTasks Iterable<WsCe.Task>, pastTasks Iterable<WsCe.Task>, pageSize int) : ActivityResponse in class org.sonar.server.ce.ws.ActivityAction | From | To |