504f7980e59b1c4045c87c87bc8a460a1bafbf9c
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type webhookSender : SingularityWebhookSender to webhookSender : AbstractWebhookChecker in method public SingularityWebhookPoller(webhookSender AbstractWebhookChecker, configuration SingularityConfiguration) in class com.hubspot.singularity.hooks.SingularityWebhookPoller | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CompletableFuture<PublishResult> to CompletableFuture<Void> in method private publish(type WebhookType, content T) : CompletableFuture<Void> in class com.hubspot.singularity.hooks.SnsWebhookQueue | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.hubspot.singularity.hooks.AbstractWebhookChecker from classes [com.hubspot.singularity.hooks.SingularityWebhookSender] | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type webhookSender : SingularityWebhookSender to webhookSender : AbstractWebhookChecker in class com.hubspot.singularity.hooks.SingularityWebhookPoller | From | To | |
| Change Attribute Type publishSemaphore : AsyncSemaphore<PublishResult> to publishSemaphore : AsyncSemaphore<Void> in class com.hubspot.singularity.hooks.SnsWebhookQueue | From | To |