7d6936e86173ebc3f8dcf156c1424797ea1dfce9
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type executor : ScheduledExecutorService to scheduler : Scheduler in method private call(callable AsyncCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler, future RecurrentFuture<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent | From | To | |
Change Parameter Type executor : ExecutorService to scheduler : Scheduler in method package RecurrentFuture(scheduler Scheduler) in class net.jodah.recurrent.RecurrentFuture | From | To | |
Change Parameter Type executor : ScheduledExecutorService to scheduler : Scheduler in method package initialize(invocation Invocation, future RecurrentFuture<T>, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncCallable | From | To | |
Inline Method | 2 | ||
Inline Method private retryableSend(address String, message Object, retryStats RetryStats, replyHandler Handler<AsyncResult<Message<T>>>) : void inlined to public example() : void in class net.jodah.recurrent.examples.VertxExample | From | To | |
Rename Attribute | 2 | ||
Rename Attribute executor : ExecutorService to scheduler : Scheduler in class net.jodah.recurrent.RecurrentFuture | From | To | |
Rename Attribute executor : ScheduledExecutorService to scheduler : Scheduler in class net.jodah.recurrent.AsyncCallable | From | To | |
Extract Method | 2 | ||
Extract Method public future(callable Callable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, scheduler Scheduler) : CompletableFuture<T> extracted from public future(callable Callable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent | From | To | |
Extract Method public future(callable ContextualCallable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, scheduler Scheduler) : CompletableFuture<T> extracted from public future(callable ContextualCallable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type executor : ExecutorService to scheduler : Scheduler in class net.jodah.recurrent.RecurrentFuture | From | To | |
Change Attribute Type executor : ScheduledExecutorService to scheduler : Scheduler in class net.jodah.recurrent.AsyncCallable | From | To | |
Rename Parameter | 3 | ||
Rename Parameter executor : ScheduledExecutorService to scheduler : Scheduler in method private call(callable AsyncCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler, future RecurrentFuture<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent | From | To | |
Rename Parameter executor : ExecutorService to scheduler : Scheduler in method package RecurrentFuture(scheduler Scheduler) in class net.jodah.recurrent.RecurrentFuture | From | To | |
Rename Parameter executor : ScheduledExecutorService to scheduler : Scheduler in method package initialize(invocation Invocation, future RecurrentFuture<T>, scheduler Scheduler) : void in class net.jodah.recurrent.AsyncCallable | From | To |