0ef3791c0f945ff5e2d9f3befac08871088a0e17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getBranchName() : Optional<String> renamed to public getBranch() : Optional<Branch> in class org.sonar.server.ce.queue.BranchSupport.ComponentKeyImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable nonExistingProject : ComponentDto to existingProject : ComponentDto in method public submit_a_report_on_missing_branch_but_existing_project() : void in class org.sonar.server.ce.queue.BranchReportSubmitterTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<String> to Optional<Branch> in method public getBranch() : Optional<Branch> in class org.sonar.server.ce.queue.BranchSupport.ComponentKeyImpl | From | To | |
Extract Method | 1 | ||
Extract Method public insertMainBranch(project ComponentDto) : ComponentDto extracted from public insertMainBranch(organization OrganizationDto, dtoPopulators Consumer<ComponentDto>...) : ComponentDto in class org.sonar.db.component.ComponentDbTester | From | To |