6c182ed77e91b266e56f1321b8ea7dc3bd960e8c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public setTimeout(timeout long, unit TimeUnit) : void inlined to public RedisClient(group EventLoopGroup, socketChannelClass Class<? extends SocketChannel>, host String, port int, timeout int) in class org.redisson.client.RedisClient | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type SELECT : RedisCommand<String> to SELECT : RedisStringCommand in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type CLIENT_GETNAME : RedisCommand<String> to CLIENT_GETNAME : RedisStringCommand in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type CLIENT_SETNAME : RedisCommand<String> to CLIENT_SETNAME : RedisStringCommand in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type AUTH : RedisCommand<String> to AUTH : RedisStringCommand in class org.redisson.client.protocol.RedisCommands | From | To |