8767617b9d142cd617a22933089947796c97090c
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method package toBranchBuilder(branch BranchDto, mergeBranch Optional<BranchDto>, measuresByMetricKey Map<String,MeasureDto>) : WsBranches.Branch.Builder from class org.sonar.server.projectbranch.ws.BranchDtoToWsBranch to private toBranchBuilder(branch BranchDto, mergeBranch Optional<BranchDto>) : WsBranches.Branch.Builder from class org.sonar.server.projectbranch.ws.ListAction | From | To | |
| Rename Variable | 2 | ||
| Rename Variable measuresByComponentUuids : Multimap<String,MeasureDto> to qualityGateMeasuresByComponentUuids : Map<String,MeasureDto> in method public handle(request Request, response Response) : void in class org.sonar.server.projectbranch.ws.ListAction | From | To | |
| Rename Variable metrics : List<MetricDto> to qualityGateMetric : MetricDto in method public handle(request Request, response Response) : void in class org.sonar.server.projectbranch.ws.ListAction | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type metrics : List<MetricDto> to qualityGateMetric : MetricDto in method public handle(request Request, response Response) : void in class org.sonar.server.projectbranch.ws.ListAction | From | To | |
| Change Variable Type measuresByComponentUuids : Multimap<String,MeasureDto> to qualityGateMeasuresByComponentUuids : Map<String,MeasureDto> in method public handle(request Request, response Response) : void in class org.sonar.server.projectbranch.ws.ListAction | From | To |