16d38f24d578b80de03d46cdb3c6ba6c37760d06
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private uuidOfCeActivityDtos(ceActivityDtos Collection<CeActivityDto>) : Set<String> renamed to private getComponentUuidsOfCeActivities(ceActivityDtos Collection<CeActivityDto>) : Set<String> in class org.sonar.server.ce.ws.TaskFormatter.DtoCache | From | To | |
| Rename Method private uuidOfCeQueueDtos(ceQueueDtos Collection<CeQueueDto>) : Set<String> renamed to private componentUuidsOfCeQueues(ceQueueDtos Collection<CeQueueDto>) : Set<String> in class org.sonar.server.ce.ws.TaskFormatter.DtoCache | From | To |