8fd41252b9f2bdfd47d49a65fc278706c4c2b9ad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type void to int in method public release() : int in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Change Return Type Promise<PubSubConnectionEntry> to Future<PubSubConnectionEntry> in method public subscribe(codec Codec, channelName String, listener RedisPubSubListener<?>) : Future<PubSubConnectionEntry> in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Return Type boolean to int in method public tryAcquire() : int in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Change Return Type Promise<PubSubConnectionEntry> to Future<PubSubConnectionEntry> in method public subscribe(codec Codec, channelName String, listener RedisPubSubListener<?>) : Future<PubSubConnectionEntry> in class org.redisson.connection.ConnectionManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type subscribedChannelsAmount : Semaphore to subscribedChannelsAmount : AtomicInteger in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Extract Method | 2 | ||
Extract Method public unsubscribe(channelName String, lock Semaphore) : Codec extracted from public unsubscribe(channelName String) : Codec in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Extract Method public punsubscribe(channelName String, lock Semaphore) : Codec extracted from public punsubscribe(channelName String) : Codec in class org.redisson.connection.MasterSlaveConnectionManager | From | To |