3dec1d76c61bb37e5fbc2394cae766c02dcf8a9d
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public branchChangedFiles(targetBranchName String, rootBaseDir Path) : Set<Path> from class org.sonar.api.batch.scm.ScmBranchProvider to public branchChangedFiles(targetBranchName String, rootBaseDir Path) : Set<Path> from class org.sonar.api.batch.scm.ScmProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type scmProvider : ScmBranchProvider to scmProvider : ScmProvider in class org.sonar.scanner.scm.ScmChangedFilesProviderTest | From | To |