316ee3268a042572a7490af6b76f2b753284ef00
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type void to ChannelFuture in method private async(messageDecoder MultiDecoder<Object>, command RedisCommand<T>, params Object...) : ChannelFuture in class org.redisson.client.RedisPubSubConnection | From | To | |
Change Return Type RedisPubSubListener<Integer> to RedisPubSubListener<Long> in method private createListener(value RedissonCountDownLatchEntry) : RedisPubSubListener<Long> in class org.redisson.RedissonCountDownLatch | From | To | |
Change Variable Type | 2 | ||
Change Variable Type listener : RedisPubSubListener<Integer> to listener : RedisPubSubListener<Long> in method private subscribe() : Future<RedissonCountDownLatchEntry> in class org.redisson.RedissonCountDownLatch | From | To | |
Change Variable Type listener : RedisPubSubListener<Integer> to listener : RedisPubSubListener<Long> in method private createListener(value RedissonCountDownLatchEntry) : RedisPubSubListener<Long> in class org.redisson.RedissonCountDownLatch | From | To | |
Extract Method | 2 | ||
Extract Method private connect(codec Codec, channelName String, listener RedisPubSubListener, promise Promise<PubSubConnectionEntry>) : void extracted from private subscribe(channelName String, codec Codec, promise Promise<PubSubConnectionEntry>) : void in class org.redisson.connection.MasterSlaveConnectionManager | From | To | |
Change Attribute Type | 7 | ||
Change Attribute Type RPOP : RedisCommand<Long> to RPOP : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type newCountMessage : Integer to newCountMessage : Long in class org.redisson.RedissonCountDownLatch | From | To | |
Change Attribute Type LREM : RedisCommand<Long> to LREM : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type PUBLISH : RedisCommand<Long> to PUBLISH : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type LPUSH : RedisCommand<Long> to LPUSH : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type zeroCountMessage : Integer to zeroCountMessage : Long in class org.redisson.RedissonCountDownLatch | From | To | |
Change Attribute Type PFCOUNT : RedisCommand<Long> to PFCOUNT : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To |