5f1631810d6e071e5698daa3c88dd472da66172a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package getTimeout() : long renamed to public getCommandTimeout() : long in class org.redisson.client.RedisClient | From | To | |
Rename Method public asyncWithTimeout(encoder Codec, command RedisCommand<T>, params Object...) : Future<R> renamed to public async(timeout long, encoder Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.client.RedisConnection | From | To | |
Rename Variable | 1 | ||
Rename Variable r : Future<R> to promise : Promise<R> in method public sync(encoder Codec, command RedisCommand<T>, params Object...) : R in class org.redisson.client.RedisConnection | From | To | |
Change Variable Type | 1 | ||
Change Variable Type r : Future<R> to promise : Promise<R> in method public sync(encoder Codec, command RedisCommand<T>, params Object...) : R in class org.redisson.client.RedisConnection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter timeout : int to connectTimeout : int in method public RedisClient(group EventLoopGroup, socketChannelClass Class<? extends SocketChannel>, host String, port int, connectTimeout int) in class org.redisson.client.RedisClient | From | To |