999428ebb9bf66b92e71123da3fdda1079616e4e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable promise : RemotePromise<Void> to result : RemotePromise<Void> in method public submitAsync(task Runnable) : RFuture<?> in class org.redisson.RedissonExecutorService | From | To | |
| Rename Variable promise : RemotePromise<T> to result : RemotePromise<T> in method public submitAsync(task Callable<T>) : RFuture<T> in class org.redisson.RedissonExecutorService | From | To | |
| Extract Method | 2 | ||
| Extract Method public submitAsync(task Callable<T>) : RFuture<T> extracted from public submit(task Callable<T>) : Future<T> in class org.redisson.RedissonExecutorService | From | To | |
| Extract Method public submitAsync(task Runnable) : RFuture<?> extracted from public submit(task Runnable) : Future<?> in class org.redisson.RedissonExecutorService | From | To |