6b0c25471a30442c2c7265eaff7fd9f1e88276ad
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected returnSubscribeConnection(slot int, entry PubSubConnectionEntry) : void renamed to protected releaseSubscribeConnection(slot int, entry PubSubConnectionEntry) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Push Down Method | 2 | ||
Push Down Method protected slaveUp(host String, port int) : void from class org.redisson.connection.MasterSlaveConnectionManager to private slaveUp(host String, port int) : void from class org.redisson.connection.SentinelConnectionManager | From | To | |
Push Down Method protected addSlave(host String, port int) : void from class org.redisson.connection.MasterSlaveConnectionManager to private addSlave(host String, port int) : void from class org.redisson.connection.SentinelConnectionManager | From | To | |
Extract Attribute | 1 | ||
Extract Attribute package MAX_SLOT : int in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Rename Class | 1 | ||
Rename Class org.redisson.client.RedisConnectionWriteException renamed to org.redisson.client.WriteRedisConnectionException | From | To | |
Extract Variable | 2 | ||
Extract Variable e : MasterSlaveEntry in method public connectionWriteOp(slot int) : RedisConnection from class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Extract Variable e : MasterSlaveEntry in method public connectionReadOp(slot int) : RedisConnection from class org.redisson.connection.MasterSlaveConnectionManager | From | To |