a42e0a794703ef9b8c9c0ab7d849df3b720fdc43
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type descendants : List<QProfileDto> to descendants : Collection<QProfileDto> in method private ensureNoneIsMarkedAsDefault(dbSession DbSession, profile QProfileDto, descendants Collection<QProfileDto>) : void in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
Change Parameter Type descendants : List<QProfileDto> to descendants : Collection<QProfileDto> in method private merge(profile QProfileDto, descendants Collection<QProfileDto>) : List<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
Rename Variable | 1 | ||
Rename Variable builtInQProfileDto : QProfileDto to builtInProfile : QProfileDto in method public notification_does_not_include_inherited_profiled_when_rule_is_changed() : void in class org.sonar.server.qualityprofile.RegisterQualityProfilesNotificationTest | From | To | |
Change Return Type | 1 | ||
Change Return Type List<QProfileDto> to Collection<QProfileDto> in method private selectDescendants(dbSession DbSession, profile QProfileDto) : Collection<QProfileDto> in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
Change Variable Type | 1 | ||
Change Variable Type descendants : List<QProfileDto> to descendants : Collection<QProfileDto> in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To |