4f9a3a3e0e228eff6663fc264f9f678d5395c591
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private executeWebhook(webhook SingularityWebhook, payload Object, handler AbstractSingularityWebhookAsyncHandler<T>) : void renamed to private executeWebhookAsync(webhook SingularityWebhook, payload Object, handler AbstractSingularityWebhookAsyncHandler<T>) : CompletableFuture<Void> in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Rename Variable | 1 | ||
| Rename Variable possibleTasksToShuffle : List<TaskIdWithUsage> to usageFutures : List<CompletableFuture<Void>> in method public runActionOnPoll() : void in class com.hubspot.singularity.scheduler.SingularityUsagePoller | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to CompletableFuture<Void> in method private executeWebhookAsync(webhook SingularityWebhook, payload Object, handler AbstractSingularityWebhookAsyncHandler<T>) : CompletableFuture<Void> in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type possibleTasksToShuffle : List<TaskIdWithUsage> to usageFutures : List<CompletableFuture<Void>> in method public runActionOnPoll() : void in class com.hubspot.singularity.scheduler.SingularityUsagePoller | From | To |