67cebd0e0f649549f9c9d8fdd4089d64faaefe63
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isNoResult() : boolean renamed to public isSkipResult() : boolean in class org.redisson.client.protocol.CommandsData | From | To | |
Rename Variable | 1 | ||
Rename Variable cmd : CommandData<Object,Object> to commandData : CommandData<Object,Object> in method private decodeCommandBatch(ctx ChannelHandlerContext, in ByteBuf, data QueueCommand, commandBatch CommandsData) : void in class org.redisson.client.handler.CommandDecoder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute noResult : boolean to skipResult : boolean in class org.redisson.client.protocol.CommandsData | From | To | |
Rename Parameter | 1 | ||
Rename Parameter noResult : boolean to skipResult : boolean in method public CommandsData(promise RPromise<Void>, commands List<CommandData<?,?>>, skipResult boolean, atomic boolean) in class org.redisson.client.protocol.CommandsData | From | To |