aec2f0ae207a821f195043f6cc9b7c2e682d90ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public fail_on_missing_language() : void renamed to public throw_NotFoundException_if_profile_does_not_exist() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest | From | To | |
Rename Method public fail_on_missing_arguments() : void renamed to public throw_ISE_if_deleting_default_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest | From | To | |
Inline Method | 1 | ||
Inline Method private logInAsQProfileAdministrator() : void inlined to public throw_ISE_if_deleting_default_profile() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest | From | To | |
Extract Method | 1 | ||
Extract Method private logInAsQProfileAdministrator(organization OrganizationDto) : void extracted from public throw_ForbiddenException_if_not_profile_administrator() : void in class org.sonar.server.qualityprofile.ws.DeleteActionTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tester : WsTester to tester : WsActionTester in class org.sonar.server.qualityprofile.ws.DeleteActionTest | From | To |