1d2461ec25ec0cc029ccfa985ef6e968de6c31d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method protected createListener(channelName String, value RedissonCountDownLatchEntry) : RedisPubSubListener<Long> from class org.redisson.pubsub.CountDownLatchPubSub to private createListener(channelName String, value E) : RedisPubSubListener<Long> from class org.redisson.pubsub.PublishSubscribe | From | To | |
Pull Up Method protected createListener(channelName String, value RedissonLockEntry) : RedisPubSubListener<Long> from class org.redisson.pubsub.LockPubSub to private createListener(channelName String, value E) : RedisPubSubListener<Long> from class org.redisson.pubsub.PublishSubscribe | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type value : RedissonCountDownLatchEntry to value : E in method private createListener(channelName String, value E) : RedisPubSubListener<Long> in class org.redisson.pubsub.PublishSubscribe | From | To | |
Change Parameter Type value : RedissonLockEntry to value : E in method private createListener(channelName String, value E) : RedisPubSubListener<Long> in class org.redisson.pubsub.PublishSubscribe | From | To |