0142095c82a17751e081aaf1aa6b178ead7ea31b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public read(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : R renamed to public write(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : R in class org.redisson.CommandExecutor | From | To | |
Rename Method public read(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : R renamed to public write(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : R in class org.redisson.CommandExecutorService | From | To | |
Rename Method public readAsync(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : Future<R> renamed to public writeAsync(slot Integer, codec Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.CommandExecutorService | From | To | |
Rename Variable | 1 | ||
Rename Variable mainPromise : Promise<R> to attemptPromise : Promise<R> in method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, slots List<Integer>, params Object...) : void in class org.redisson.CommandExecutorService | From | To | |
Extract Method | 1 | ||
Extract Method private retryReadRandomAsync(command RedisCommand<T>, mainPromise Promise<R>, slots List<Integer>, params Object...) : void extracted from public readRandomAsync(command RedisCommand<T>, codec Codec, params Object...) : Future<R> in class org.redisson.CommandExecutorService | From | To |