dd5bf7c353d8f9d6e673996ff251478ef0fa3e34
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.redisson.client.handler.CommandData moved to org.redisson.client.protocol.CommandData | From | To | |
Change Variable Type | 3 | ||
Change Variable Type data : CommandData<Object,Object> to data : QueueCommand in method public write(ctx ChannelHandlerContext, msg Object, promise ChannelPromise) : void in class org.redisson.client.handler.CommandsQueue | From | To | |
Change Variable Type data : CommandData<Object,Object> to data : QueueCommand in method private sendData(ctx ChannelHandlerContext) : void in class org.redisson.client.handler.CommandsQueue | From | To | |
Change Variable Type data : CommandData<Object,Object> to data : QueueCommand in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.redisson.client.handler.CommandDecoder | From | To | |
Extract Interface | 1 | ||
Extract Interface org.redisson.client.protocol.QueueCommand from classes [org.redisson.client.protocol.CommandData] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type REPLAY : AttributeKey<CommandData<Object,Object>> to REPLAY : AttributeKey<QueueCommand> in class org.redisson.client.handler.CommandsQueue | From | To | |
Change Attribute Type queue : Queue<CommandData<Object,Object>> to queue : Queue<QueueCommand> in class org.redisson.client.handler.CommandsQueue | From | To |