e239729da04831366515cfccb28b2ed8d0d87cee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type componentCache : ComponentCache to componentDtoCache : ComponentDtoCache in method private formatQueue(dto CeQueueDto, componentDtoCache ComponentDtoCache) : WsCe.Task in class org.sonar.server.computation.ws.TaskFormatter | From | To | |
Change Parameter Type componentCache : ComponentCache to componentDtoCache : ComponentDtoCache in method private formatActivity(dto CeActivityDto, componentDtoCache ComponentDtoCache) : WsCe.Task in class org.sonar.server.computation.ws.TaskFormatter | From | To | |
Change Return Type | 2 | ||
Change Return Type List<WsCe.Task> to Iterable<WsCe.Task> in method public formatActivity(dbSession DbSession, dtos List<CeActivityDto>) : Iterable<WsCe.Task> in class org.sonar.server.computation.ws.TaskFormatter | From | To | |
Change Return Type List<WsCe.Task> to Iterable<WsCe.Task> in method public formatQueue(dbSession DbSession, dtos List<CeQueueDto>) : Iterable<WsCe.Task> in class org.sonar.server.computation.ws.TaskFormatter | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.ws.TaskFormatter.ComponentCache renamed to org.sonar.server.computation.ws.TaskFormatter.ComponentDtoCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type wsTasks : List<WsCe.Task> to wsTasks : Iterable<WsCe.Task> in method public formatQueues() : void in class org.sonar.server.computation.ws.TaskFormatterTest | From | To | |
Change Variable Type wsTasks : List<WsCe.Task> to wsTasks : Iterable<WsCe.Task> in method public formatActivities() : void in class org.sonar.server.computation.ws.TaskFormatterTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter componentCache : ComponentCache to componentDtoCache : ComponentDtoCache in method private formatQueue(dto CeQueueDto, componentDtoCache ComponentDtoCache) : WsCe.Task in class org.sonar.server.computation.ws.TaskFormatter | From | To | |
Rename Parameter componentCache : ComponentCache to componentDtoCache : ComponentDtoCache in method private formatActivity(dto CeActivityDto, componentDtoCache ComponentDtoCache) : WsCe.Task in class org.sonar.server.computation.ws.TaskFormatter | From | To |