012d2e7fbb69ae5a70fe48b2653a96849330381e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setSchedulerTasksName(schedulerTasksName String) : void renamed to public setTasksName(tasksName String) : void in class org.redisson.executor.RemoteExecutorServiceImpl | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public setSchedulerTasksName(schedulerTasksName String) : void from class org.redisson.executor.ScheduledExecutorRemoteService to public setTasksName(tasksName String) : void from class org.redisson.executor.ExecutorRemoteService | From | To | |
Pull Up Method public cancelExecution(requestId String) : boolean from class org.redisson.executor.ScheduledExecutorRemoteService to public cancelExecutionAsync(requestId String) : RFuture<Boolean> from class org.redisson.executor.ExecutorRemoteService | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type future1 : ScheduledFuture<?> to future : RExecutorFuture<?> in method private cancel(future RExecutorFuture<?>) : void in class org.redisson.executor.RedissonExecutorServiceTest | From | To | |
Change Return Type | 11 | ||
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submit(task Runnable, result T) : RExecutorFuture<T> in class org.redisson.api.RExecutorService | From | To | |
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submitAsync(task Callable<T>) : RExecutorFuture<T> in class org.redisson.api.RExecutorServiceAsync | From | To | |
Change Return Type RFuture<?> to RExecutorFuture<?> in method public submit(task Runnable) : RExecutorFuture<?> in class org.redisson.api.RExecutorService | From | To | |
Change Return Type RFuture<?> to RExecutorFuture<?> in method public submit(task Runnable) : RExecutorFuture<?> in class org.redisson.RedissonExecutorService | From | To | |
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submit(task Callable<T>) : RExecutorFuture<T> in class org.redisson.api.RExecutorService | From | To | |
Change Return Type RFuture<?> to RExecutorFuture<?> in method public submitAsync(task Runnable) : RExecutorFuture<?> in class org.redisson.api.RExecutorServiceAsync | From | To | |
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submitAsync(task Callable<T>) : RExecutorFuture<T> in class org.redisson.RedissonExecutorService | From | To | |
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submit(task Runnable, result T) : RExecutorFuture<T> in class org.redisson.RedissonExecutorService | From | To | |
Change Return Type RFuture<T> to RExecutorFuture<T> in method public submit(task Callable<T>) : RExecutorFuture<T> in class org.redisson.RedissonExecutorService | From | To | |
Change Return Type RFuture<?> to RExecutorFuture<?> in method public submitAsync(task Runnable) : RExecutorFuture<?> in class org.redisson.RedissonExecutorService | From | To | |
Change Return Type boolean to RFuture<Boolean> in method public cancelExecutionAsync(requestId String) : RFuture<Boolean> in class org.redisson.executor.ExecutorRemoteService | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private schedulerTasksName : String renamed to protected tasksName : String and moved from class org.redisson.executor.ScheduledExecutorRemoteService to class org.redisson.executor.ExecutorRemoteService | From | To | |
Rename Attribute | 2 | ||
Rename Attribute schedulerTasksName : String to tasksName : String in class org.redisson.executor.RemoteExecutorServiceImpl | From | To | |
Rename Attribute schedulerTasksName : String to tasksName : String in class org.redisson.RedissonExecutorService | From | To | |
Extract Interface | 1 | ||
Extract Interface org.redisson.api.RExecutorFuture from classes [org.redisson.api.RScheduledFuture] | From | To | |
Rename Parameter | 3 | ||
Rename Parameter schedulerTasksName : String to tasksName : String in method public setTasksName(tasksName String) : void in class org.redisson.executor.RemoteExecutorServiceImpl | From | To | |
Rename Parameter schedulerTasksName : String to tasksName : String in method public setTasksName(tasksName String) : void in class org.redisson.executor.ExecutorRemoteService | From | To | |
Rename Parameter future1 : ScheduledFuture<?> to future : RExecutorFuture<?> in method private cancel(future RExecutorFuture<?>) : void in class org.redisson.executor.RedissonExecutorServiceTest | From | To |