d79cd20db14afdc65967ec478c9ea5869d40a9d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public fail_if_project_does_not_exists() : void renamed to public fail_if_project_does_not_exist() : void in class org.sonar.server.webhook.ws.CreateActionTest | From | To | |
Rename Method public update_a_project_webhook() : void renamed to public update_a_project_webhook_with_required_fields() : void in class org.sonar.server.webhook.ws.UpdateActionTest | From | To | |
Rename Method public fail_if_organization_does_not_exists() : void renamed to public fail_if_organization_does_not_exist() : void in class org.sonar.server.webhook.ws.CreateActionTest | From | To | |
Rename Variable | 1 | ||
Rename Variable webhookDto : WebhookDto to dto : WebhookDto in method public handle(request Request, response Response) : void in class org.sonar.server.webhook.ws.CreateAction | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PROJECT_KEY_PARAM_MAXIMUN_LENGTH : int to PROJECT_KEY_PARAM_MAXIMUM_LENGTH : int in class org.sonar.server.webhook.ws.WebhooksWsParameters | From | To | |
Rename Parameter | 2 | ||
Rename Parameter element : WebhookDto to dto : WebhookDto in method private writeResponse(request Request, response Response, dto WebhookDto) : void in class org.sonar.server.webhook.ws.CreateAction | From | To | |
Rename Parameter webhookDto : WebhookDto to dto : WebhookDto in method private updateWebhook(dbSession DbSession, dto WebhookDto, name String, url String, secret String) : void in class org.sonar.server.webhook.ws.UpdateAction | From | To |