0d59eaea3c15d1ecdf1f23ea8a75f4d755c300b6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type command : CommandData<?,?> to command : BatchCommandData<?,?> in method public CommandEntry(command BatchCommandData<?,?>, index int) in class org.redisson.command.CommandBatchService.CommandEntry | From | To | |
Change Return Type | 1 | ||
Change Return Type CommandData<?,?> to BatchCommandData<?,?> in method public getCommand() : BatchCommandData<?,?> in class org.redisson.command.CommandBatchService.CommandEntry | From | To | |
Extract Variable | 1 | ||
Extract Variable commandData : BatchCommandData<V,R> in method protected async(readOnlyMode boolean, nodeSource NodeSource, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void from class org.redisson.command.CommandBatchService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type command : CommandData<?,?> to command : BatchCommandData<?,?> in class org.redisson.command.CommandBatchService.CommandEntry | From | To |