e31a01aedd82182ca124964325ddf73e32c71f12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type branchName : String to branchDto : BranchDto in method public newProjectBranch(project ComponentDto, branchDto BranchDto) : ComponentDto in class org.sonar.db.component.ComponentTesting | From | To | |
| Rename Variable | 1 | ||
| Rename Variable response : TestResponse to request : TestRequest in method private callStream(componentKey String, branch String) : CloseableIterator<ServerIssue> in class org.sonar.server.batch.IssuesActionTest | From | To | |
| Change Return Type | 7 | ||
| Change Return Type void to BranchDto in method public setBranchType(b BranchType) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setKeeType(t BranchKeyType) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setKey(s String) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setMergeBranchUuid(s String) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setUuid(s String) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setProjectUuid(s String) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Return Type void to BranchDto in method public setPullRequestTitle(s String) : BranchDto in class org.sonar.db.component.BranchDto | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type response : TestResponse to request : TestRequest in method private callStream(componentKey String, branch String) : CloseableIterator<ServerIssue> in class org.sonar.server.batch.IssuesActionTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable key : String in method public newDirectory(module ComponentDto, uuid String, path String) : ComponentDto from class org.sonar.db.component.ComponentTesting | From | To | |
| Extract Method | 1 | ||
| Extract Method private loadComponent(dbSession DbSession, request Request) : ComponentDto extracted from public handle(request Request, response Response) : void in class org.sonar.server.batch.IssuesAction | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter branchName : String to branchDto : BranchDto in method public newProjectBranch(project ComponentDto, branchDto BranchDto) : ComponentDto in class org.sonar.db.component.ComponentTesting | From | To |