044ebebbf2a5992a1e8aa8b9e799ed31696fd673
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setPingConnection(pingConnection boolean) : RedisClientConfig renamed to public setPingConnectionInterval(pingConnectionInterval int) : RedisClientConfig in class org.redisson.client.RedisClientConfig | From | To | |
Rename Method public setPingConnection(pingConnection boolean) : T renamed to public setPingConnectionInterval(pingConnectionInterval int) : T in class org.redisson.config.BaseConfig | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type pingConnection : boolean to pingConnectionInterval : int in method public setPingConnectionInterval(pingConnectionInterval int) : RedisClientConfig in class org.redisson.client.RedisClientConfig | From | To | |
Change Parameter Type pingConnection : boolean to pingConnectionInterval : int in method public setPingConnectionInterval(pingConnectionInterval int) : T in class org.redisson.config.BaseConfig | From | To | |
Rename Attribute | 3 | ||
Rename Attribute bootstrap : Bootstrap to pingConnectionHandler : PingConnectionHandler in class org.redisson.client.handler.RedisChannelInitializer | From | To | |
Rename Attribute pingConnection : boolean to pingConnectionInterval : int in class org.redisson.client.RedisClientConfig | From | To | |
Rename Attribute pingConnection : boolean to pingConnectionInterval : int in class org.redisson.config.BaseConfig | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type pingConnection : boolean to pingConnectionInterval : int in class org.redisson.config.BaseConfig | From | To | |
Change Attribute Type pingConnection : boolean to pingConnectionInterval : int in class org.redisson.client.RedisClientConfig | From | To | |
Change Attribute Type bootstrap : Bootstrap to pingConnectionHandler : PingConnectionHandler in class org.redisson.client.handler.RedisChannelInitializer | From | To | |
Rename Parameter | 2 | ||
Rename Parameter pingConnection : boolean to pingConnectionInterval : int in method public setPingConnectionInterval(pingConnectionInterval int) : T in class org.redisson.config.BaseConfig | From | To | |
Rename Parameter pingConnection : boolean to pingConnectionInterval : int in method public setPingConnectionInterval(pingConnectionInterval int) : RedisClientConfig in class org.redisson.client.RedisClientConfig | From | To |