5152c66e290ab1de09f00b8b53e5e8f467f8f567
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract And Move Method | 2 | ||
Extract And Move Method public isSkipSlavesInit() : boolean extracted from private slaveUp(ip String, port String) : void in class org.redisson.connection.SentinelConnectionManager & moved to class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Extract And Move Method public isSkipSlavesInit() : boolean extracted from private slaveDown(ip String, port String) : void in class org.redisson.connection.SentinelConnectionManager & moved to class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Rename Parameter | 2 | ||
Rename Parameter serverMode : NodeType to nodeType : NodeType in method public ClientConnectionsEntry(client RedisClient, poolMinSize int, poolMaxSize int, subscribePoolMinSize int, subscribePoolMaxSize int, connectionManager ConnectionManager, nodeType NodeType) in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Rename Parameter mode : NodeType to nodeType : NodeType in method private addSlave(address URI, freezed boolean, nodeType NodeType) : RFuture<Void> in class org.redisson.connection.MasterSlaveEntry | From | To |