c66d0c7ed2394d9d2da36819d18a524fc9f1a545
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 3 | ||
| Parameterize Variable requestUpdate : SingularityRequestHistory to requestHistory : SingularityRequestHistory in method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Parameterize Variable deployUpdate : SingularityDeployUpdate to requestHistory : SingularityRequestHistory in method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Parameterize Variable taskUpdate : SingularityTaskHistoryUpdate to requestHistory : SingularityRequestHistory in method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type taskUpdate : SingularityTaskHistoryUpdate to requestHistory : SingularityRequestHistory in method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Change Variable Type deployUpdate : SingularityDeployUpdate to requestHistory : SingularityRequestHistory in method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Extract Method | 3 | ||
| Extract Method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String extracted from private checkTaskUpdates(webhook SingularityWebhook, webhookFutures List<CompletableFuture<Response>>) : int in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Extract Method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String extracted from private checkRequestUpdates(webhook SingularityWebhook, webhookFutures List<CompletableFuture<Response>>) : int in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Extract Method private applyPlaceholders(uri String, requestHistory SingularityRequestHistory) : String extracted from private checkDeployUpdates(webhook SingularityWebhook, webhookFutures List<CompletableFuture<Response>>) : int in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To |