a67c0b97c2c476745eeb06ff2bfd24f1ee77540a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 3 | ||
| Parameterize Variable project : ComponentDto to component : ComponentDto in method private insertEventComponentChanges(component ComponentDto, analysis SnapshotDto, changes EventComponentChangeDto...) : void in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To | |
| Parameterize Variable eventDto : EventDto to event : EventDto in method private generateEventComponentChange(event EventDto, category ChangeCategory, name String, key String, branch String, componentUuid String) : EventComponentChangeDto in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To | |
| Parameterize Variable a3 : SnapshotDto to analysis : SnapshotDto in method private insertEventComponentChanges(component ComponentDto, analysis SnapshotDto, changes EventComponentChangeDto...) : void in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To | |
| Extract Method | 3 | ||
| Extract Method private insertEventComponentChanges(component ComponentDto, analysis SnapshotDto, changes EventComponentChangeDto...) : void extracted from public json_example() : void in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To | |
| Extract Method private generateEventComponentChange(event EventDto, category ChangeCategory, name String, key String, branch String, componentUuid String) : EventComponentChangeDto extracted from public json_example() : void in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To | |
| Extract Method private generateEventComponentChange(event EventDto, category ChangeCategory, name String, key String, branch String, componentUuid String) : EventComponentChangeDto extracted from public incorrect_quality_gate_information() : void in class org.sonar.server.projectanalysis.ws.SearchActionTest | From | To |