2019283a2edeb607d4010c77a5f84a0c9dcdb165
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public getSended() : AtomicBoolean from class org.redisson.client.protocol.CommandsData to public getSended() : AtomicBoolean from class org.redisson.client.protocol.QueueCommandHolder | From | To | |
Move Method public getSended() : AtomicBoolean from class org.redisson.client.protocol.CommandData to public getSended() : AtomicBoolean from class org.redisson.client.protocol.QueueCommandHolder | From | To | |
Rename Variable | 2 | ||
Rename Variable timerTask : TimerTask to retryTimerTask : TimerTask in method protected async(readOnlyMode boolean, slot int, messageDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<V>, params Object[], mainPromise Promise<R>, attempt int) : void in class org.redisson.CommandExecutorService | From | To | |
Rename Variable timerTask : TimerTask to retryTimerTask : TimerTask in method public execute(entry Entry, slot int, mainPromise Promise<Void>, slots AtomicInteger, attempt int) : void in class org.redisson.CommandBatchExecutorService | From | To | |
Move Attribute | 2 | ||
Move Attribute package sended : AtomicBoolean from class org.redisson.client.protocol.CommandData to package sended : AtomicBoolean from class org.redisson.client.protocol.QueueCommandHolder | From | To | |
Move Attribute private sended : AtomicBoolean from class org.redisson.client.protocol.CommandsData to package sended : AtomicBoolean from class org.redisson.client.protocol.QueueCommandHolder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type queue : Queue<QueueCommand> to queue : Queue<QueueCommandHolder> in class org.redisson.client.handler.CommandsQueue | From | To |