93eb8fad274249ecbc06b9dcae9ca4142de00d5f
Files Diff
- Added: 6
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSend() : AtomicBoolean renamed to public getSended() : AtomicBoolean in class org.redisson.client.handler.RedisData | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type command : RedisCommand<R> to command : RedisCommand<T> in method public RedisData(promise Promise<R>, encoder Codec, command RedisCommand<T>, params Object[]) in class org.redisson.client.handler.RedisData | From | To | |
Change Parameter Type msg : RedisData<Object> to msg : RedisData<Object,Object> in method protected encode(ctx ChannelHandlerContext, msg RedisData<Object,Object>, out ByteBuf) : void in class org.redisson.client.handler.RedisEncoder | From | To | |
Change Parameter Type reponseDecoder : ResponseDecoder<R> to reponseDecoder : Decoder<R> in method public RedisCommand(name String, reponseDecoder Decoder<R>) in class org.redisson.client.protocol.RedisCommand | From | To | |
Change Parameter Type command : RedisCommand<R> to command : RedisCommand<T> in method public execute(encoder Codec, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.client.RedisClient | From | To | |
Change Return Type | 2 | ||
Change Return Type ResponseDecoder<R> to Decoder<R> in method public getReponseDecoder() : Decoder<R> in class org.redisson.client.protocol.RedisCommand | From | To | |
Change Return Type RedisCommand<R> to RedisCommand<T> in method public getCommand() : RedisCommand<T> in class org.redisson.client.handler.RedisData | From | To | |
Rename Class | 1 | ||
Rename Class org.redisson.client.protocol.ResponseDecoder renamed to org.redisson.client.protocol.Decoder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type data : RedisData<Object> to data : RedisData<Object,Object> in method private sendData(ctx ChannelHandlerContext) : void in class org.redisson.client.handler.RedisCommandsQueue | From | To | |
Change Variable Type data : RedisData<Object> to data : RedisData<Object,Object> in method public write(ctx ChannelHandlerContext, msg Object, promise ChannelPromise) : void in class org.redisson.client.handler.RedisCommandsQueue | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type reponseDecoder : ResponseDecoder<R> to reponseDecoder : Decoder<R> in class org.redisson.client.protocol.RedisCommand | From | To | |
Change Attribute Type queue : Queue<RedisData<Object>> to queue : Queue<RedisData<Object,Object>> in class org.redisson.client.handler.RedisCommandsQueue | From | To | |
Change Attribute Type REPLAY_PROMISE : AttributeKey<Promise<Object>> to REPLAY_PROMISE : AttributeKey<RedisData<Object,Object>> in class org.redisson.client.handler.RedisCommandsQueue | From | To | |
Change Attribute Type command : RedisCommand<R> to command : RedisCommand<T> in class org.redisson.client.handler.RedisData | From | To |