a481259aa5c83d37e3e54c3e6d2fee1b99f27bb1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected subscribe(type PubSubType, codec Codec, channelName String, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> extracted from public subscribe(codec Codec, channelName String, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Extract Method protected subscribe(type PubSubType, codec Codec, channelName String, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> extracted from public psubscribe(channelName String, codec Codec, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> in class org.redisson.connection.MasterSlaveConnectionManager | From | To |