c12d2300129641d6b46dc19a2739da8d44798ba2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public export_with_format() : void renamed to public export_profile_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Rename Method public fail_on_unknown_exporter() : void renamed to public throw_IAE_if_export_with_specified_key_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Rename Method public fail_on_unknown_profile() : void renamed to public throw_NotFoundException_if_profile_with_specified_name_does_not_exist_in_default_organization() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private XOO_LANGUAGE : String in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute qProfileWsSupport : QProfileWsSupport to wsSupport : QProfileWsSupport in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Rename Attribute qProfileWsSupport : QProfileWsSupport to wsSupport : QProfileWsSupport in class org.sonar.server.qualityprofile.ws.ExportAction | From | To | |
Extract Variable | 1 | ||
Extract Variable tester : WsActionTester in method public export_profile_in_default_organization() : void from class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Extract Method | 2 | ||
Extract Method private createProfile(organization OrganizationDto, isDefault boolean) : QualityProfileDto extracted from public export_default_profile() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Extract Method private createProfile(organization OrganizationDto, isDefault boolean) : QualityProfileDto extracted from public export_with_format() : void in class org.sonar.server.qualityprofile.ws.ExportActionTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter qProfileWsSupport : QProfileWsSupport to wsSupport : QProfileWsSupport in method public ExportAction(dbClient DbClient, backuper QProfileBackuper, exporters QProfileExporters, languages Languages, wsSupport QProfileWsSupport) in class org.sonar.server.qualityprofile.ws.ExportAction | From | To |