53d8ba3743133aacd7c1cbb5a242e1bd70db6cc6
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type connectionListener : ConnectionInitializer to connectionManager : ConnectionManager in method public ClientConnectionsEntry(client RedisClient, poolMinSize int, poolMaxSize int, subscribePoolMinSize int, subscribePoolMaxSize int, connectionManager ConnectionManager, serverMode NodeType, config MasterSlaveServersConfig) in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Extract Method | 2 | ||
Extract Method private checkForReconnect(entry ClientConnectionsEntry) : void extracted from private promiseFailure(entry ClientConnectionsEntry, promise Promise<T>, cause Throwable) : void in class org.redisson.misc.ConnectionPool | From | To | |
Extract Method private checkForReconnect(entry ClientConnectionsEntry) : void extracted from private promiseFailure(entry ClientConnectionsEntry, promise Promise<T>, conn T) : void in class org.redisson.misc.ConnectionPool | From | To | |
Rename Parameter | 1 | ||
Rename Parameter connectionListener : ConnectionInitializer to connectionManager : ConnectionManager in method public ClientConnectionsEntry(client RedisClient, poolMinSize int, poolMaxSize int, subscribePoolMinSize int, subscribePoolMaxSize int, connectionManager ConnectionManager, serverMode NodeType, config MasterSlaveServersConfig) in class org.redisson.connection.ClientConnectionsEntry | From | To |