6a0537cf1b348046fb68bdf7721cba855ca29237
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public resetFailedAttempts() : void renamed to public resetFirstFail() : void in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Push Down Method | 4 | ||
Push Down Method public getReconnectionTimeout() : int from class org.redisson.config.BaseConfig to public getFailedSlaveCheckInterval() : int from class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Push Down Method public getFailedAttempts() : int from class org.redisson.config.BaseConfig to public getFailedSlaveCheckInterval() : int from class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Push Down Method public getFailedAttempts() : int from class org.redisson.config.BaseConfig to public getFailedSlaveReconnectionInterval() : int from class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Push Down Method public getReconnectionTimeout() : int from class org.redisson.config.BaseConfig to public getFailedSlaveReconnectionInterval() : int from class org.redisson.config.BaseMasterSlaveServersConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type temporaryDown : boolean to topicType : PubSubType in method private reattachPubSubListeners(channelName String, listeners Collection<RedisPubSubListener<?>>, topicType PubSubType) : void in class org.redisson.connection.MasterSlaveEntry | From | To | |
Rename Variable | 1 | ||
Rename Variable subscribeListener : SubscribeListener to listener : SubscribeListener in method public getSubscribeFuture(channel String, type PubSubType) : SubscribeListener in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Inline Method | 1 | ||
Inline Method private addSubscribeListener(channel String, type PubSubType) : SubscribeListener inlined to public getSubscribeFuture(channel String, type PubSubType) : SubscribeListener in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Change Return Type | 1 | ||
Change Return Type Future<Void> to SubscribeListener in method public getSubscribeFuture(channel String, type PubSubType) : SubscribeListener in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Rename Attribute | 1 | ||
Rename Attribute failedAttempts : AtomicInteger to firstFailTime : AtomicLong in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type failedAttempts : AtomicInteger to firstFailTime : AtomicLong in class org.redisson.connection.ClientConnectionsEntry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter temporaryDown : boolean to topicType : PubSubType in method private reattachPubSubListeners(channelName String, listeners Collection<RedisPubSubListener<?>>, topicType PubSubType) : void in class org.redisson.connection.MasterSlaveEntry | From | To |