7a35bdd31e49281bf4bd2a22d34fca0b1f7da4d0
Files Diff
- Added: 8
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getType() : Type renamed to public getValue() : Object in class org.redisson.client.protocol.PubSubMessage | From | To | |
Move Method | 1 | ||
Move Method public encode(paramIndex int, in Object) : byte[] from class org.redisson.client.protocol.PubSubMessageDecoder to public encode(paramIndex int, in Object) : byte[] from class org.redisson.client.protocol.PubSubStatusDecoder | From | To | |
Change Return Type | 6 | ||
Change Return Type Boolean to Object in method public decode(buf ByteBuf) : Object in class org.redisson.client.protocol.PubSubPatternMessageDecoder | From | To | |
Change Return Type PubSubMessage to Object in method public decode(parts List<Object>) : Object in class org.redisson.client.protocol.PubSubMessageDecoder | From | To | |
Change Return Type String to Object in method public decode(buf ByteBuf) : Object in class org.redisson.client.protocol.PubSubMessageDecoder | From | To | |
Change Return Type Type to Object in method public getValue() : Object in class org.redisson.client.protocol.PubSubMessage | From | To | |
Change Return Type Boolean to Object in method public decode(parts List<Object>) : Object in class org.redisson.client.protocol.PubSubPatternMessageDecoder | From | To | |
Change Return Type Future<PubSubMessage> to Future<PubSubStatusMessage> in method public subscribe(channel String...) : Future<PubSubStatusMessage> in class org.redisson.client.RedisPubSubConnection | From | To | |
Move Attribute | 1 | ||
Move Attribute private type : Type from class org.redisson.client.protocol.PubSubMessage to private type : Type from class org.redisson.client.protocol.PubSubStatusMessage | From | To | |
Rename Class | 1 | ||
Rename Class org.redisson.client.protocol.BooleanReplayDecoder renamed to org.redisson.client.protocol.PubSubPatternMessageDecoder | From | To | |
Move Class | 1 | ||
Move Class org.redisson.client.protocol.PubSubMessage.Type moved to org.redisson.client.protocol.PubSubStatusMessage.Type | From | To | |
Rename Attribute | 1 | ||
Rename Attribute type : Type to value : Object in class org.redisson.client.protocol.PubSubMessage | From | To | |
Change Variable Type | 2 | ||
Change Variable Type m1 : Future<PubSubMessage> to m1 : Future<PubSubStatusMessage> in method public main(args String[]) : void in class org.redisson.client.RedisClient | From | To | |
Change Variable Type result : Long to result : Object in method private decode(in ByteBuf, data RedisData<Object,Object>, parts List<Object>, pubSubConnection RedisPubSubConnection) : void in class org.redisson.client.handler.RedisDecoder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type SUBSCRIBE : RedisCommand<PubSubMessageDecoder> to SUBSCRIBE : RedisCommand<PubSubStatusMessage> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type type : Type to value : Object in class org.redisson.client.protocol.PubSubMessage | From | To | |
Extract Method | 2 | ||
Extract Method private decoder(data RedisData<Object,Object>) : Decoder<Object> extracted from private decode(in ByteBuf, data RedisData<Object,Object>, parts List<Object>) : void in class org.redisson.client.handler.RedisDecoder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter encoder : Codec to codec : Codec in method public RedisData(promise Promise<R>, codec Codec, command RedisCommand<T>, params Object[]) in class org.redisson.client.handler.RedisData | From | To |