7910adc3515b2bcfae1ba0437a67973e1490f260
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public send_does_not_throw_exception_on_errors() : void renamed to public silently_catch_error_when_external_server_does_not_answer() : void in class org.sonar.server.computation.task.projectanalysis.webhook.WebhookCallerImplTest | From | To | |
Extract Method | 1 | ||
Extract Method private buildHttpRequest(webhook Webhook, payload WebhookPayload) : Request extracted from public call(webhook Webhook, payload WebhookPayload) : WebhookDelivery in class org.sonar.server.computation.task.projectanalysis.webhook.WebhookCallerImpl | From | To |