387343e304db7d33fb054756281c5dc4f248e8d7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private doReConnect(group EventLoopGroup, connection RedisConnection, attempts int) : void renamed to private tryReconnect(group EventLoopGroup, connection RedisConnection, attempts int) : void in class org.redisson.client.handler.ConnectionWatchdog | From | To | |
Extract Method | 1 | ||
Extract Method private reconnect(connection RedisConnection, channel Channel) : void extracted from private doReConnect(group EventLoopGroup, connection RedisConnection, attempts int) : void in class org.redisson.client.handler.ConnectionWatchdog | From | To |