4ade8253b2b5312495c63de58289ef96f03e9f4b
Files Diff
- Added: 9
- Removed: 3
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getTopicPattern(pattern String) : RTopic<M> renamed to public getPatternTopic(pattern String) : RPatternTopic<M> in class org.redisson.RedissonClient | From | To | |
Rename Method public getTopicPattern(pattern String) : RTopic<M> renamed to public getPatternTopic(pattern String) : RPatternTopic<M> in class org.redisson.Redisson | From | To | |
Move Method | 4 | ||
Move Method public onPUnsubscribe(channel String) : void from class org.redisson.core.StatusListener to public onPUnsubscribe(channel String) : void from class org.redisson.core.BasePatternStatusListener | From | To | |
Move Method public onPSubscribe(channel String) : void from class org.redisson.core.StatusListener to public onPSubscribe(channel String) : void from class org.redisson.core.BasePatternStatusListener | From | To | |
Move Method public onPUnsubscribe(channel String) : void from class org.redisson.core.BaseStatusListener to public onPUnsubscribe(channel String) : void from class org.redisson.core.BasePatternStatusListener | From | To | |
Move Method public onPSubscribe(channel String) : void from class org.redisson.core.BaseStatusListener to public onPSubscribe(channel String) : void from class org.redisson.core.BasePatternStatusListener | From | To | |
Change Return Type | 2 | ||
Change Return Type RTopic<M> to RPatternTopic<M> in method public getPatternTopic(pattern String) : RPatternTopic<M> in class org.redisson.RedissonClient | From | To | |
Change Return Type RTopic<M> to RPatternTopic<M> in method public getPatternTopic(pattern String) : RPatternTopic<M> in class org.redisson.Redisson | From | To | |
Extract Class | 2 | ||
Extract Class org.redisson.core.BasePatternStatusListener from class org.redisson.core.BaseStatusListener | From | To | |
Extract Class org.redisson.core.BasePatternStatusListener from class org.redisson.core.StatusListener | From | To | |
Rename Class | 2 | ||
Rename Class org.redisson.PubSubMessageListenerWrapper renamed to org.redisson.PubSubMessageListener | From | To | |
Rename Class org.redisson.PubSubStatusListenerWrapper renamed to org.redisson.PubSubStatusListener | From | To | |
Change Variable Type | 8 | ||
Change Variable Type topic1 : RTopic<Message> to topic1 : RPatternTopic<Message> in method public testListenerRemove() : void in class org.redisson.RedissonTopicPatternTest | From | To | |
Change Variable Type other : PubSubMessageListenerWrapper to other : PubSubMessageListener in method public equals(obj Object) : boolean in class org.redisson.PubSubMessageListener | From | To | |
Change Variable Type topic1 : RTopic<Message> to topic1 : RPatternTopic<Message> in method public testLazyUnsubscribe() : void in class org.redisson.RedissonTopicPatternTest | From | To | |
Change Variable Type topic1 : RTopic<Message> to topic1 : RPatternTopic<Message> in method public testUnsubscribe() : void in class org.redisson.RedissonTopicPatternTest | From | To | |
Change Variable Type topic2 : RTopic<Message> to topic2 : RPatternTopic<Message> in method public testLazyUnsubscribe() : void in class org.redisson.RedissonTopicPatternTest | From | To | |
Change Variable Type other : PubSubStatusListenerWrapper to other : PubSubStatusListener in method public equals(obj Object) : boolean in class org.redisson.PubSubStatusListener | From | To | |
Change Variable Type topic1 : RTopic<Message> to topic1 : RPatternTopic<Message> in method public test() : void in class org.redisson.RedissonTopicPatternTest | From | To | |
Change Variable Type pubSubListener : PubSubMessageListenerWrapper<M> to pubSubListener : PubSubMessageListener<M> in method public addListener(listener MessageListener<M>) : int in class org.redisson.RedissonTopic | From | To |