3c77c1642ca07b4587e038926626c0e38248691f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private mockComponents(componentKeys String...) : ComponentDto[] renamed to private insertFiles(componentKeys String...) : ComponentDto[] in class org.sonar.server.computation.task.projectanalysis.filemove.FileMoveDetectionStepTest | From | To | |
| Rename Method private mockContentOfFileInDb(key String, content String[]) : void renamed to private insertContentOfFileInDb(key String, content String[]) : FileSourceDto in class org.sonar.server.computation.task.projectanalysis.filemove.FileMoveDetectionStepTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to FileSourceDto in method private insertContentOfFileInDb(key String, content String[]) : FileSourceDto in class org.sonar.server.computation.task.projectanalysis.filemove.FileMoveDetectionStepTest | From | To |