48dea3709e5b4f6b2389777ae4066036c08cf4f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable listeners : Queue<RedisPubSubListener> to queue : Queue<RedisPubSubListener> in method private removeListeners(channel String) : void in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Extract Method | 2 | ||
Extract Method private removeListeners(channel String) : void extracted from public unsubscribe(channel String, listener RedisPubSubListener) : void in class org.redisson.connection.PubSubConnectionEntry | From | To | |
Extract Method private removeListeners(channel String) : void extracted from public punsubscribe(channel String, listener RedisPubSubListener) : void in class org.redisson.connection.PubSubConnectionEntry | From | To |