510f0e1ffc26161ee2f767f75031ca4ebcd8da6f
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 5 | ||
| Change Return Type RFuture<Long> to RFuture<Time> in method public timeAsync() : RFuture<Time> in class org.redisson.api.NodeAsync | From | To | |
| Change Return Type RFuture<Long> to RFuture<Time> in method public timeAsync() : RFuture<Time> in class org.redisson.connection.RedisClientEntry | From | To | |
| Change Return Type Object to Time in method public decode(parts List<Object>, state State) : Time in class org.redisson.client.protocol.convertor.TimeObjectDecoder | From | To | |
| Change Return Type long to Time in method public time() : Time in class org.redisson.api.Node | From | To | |
| Change Return Type long to Time in method public time() : Time in class org.redisson.connection.RedisClientEntry | From | To | |
| Rename Class | 1 | ||
| Rename Class org.redisson.client.protocol.convertor.LongListObjectDecoder renamed to org.redisson.client.protocol.convertor.TimeObjectDecoder | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute sended : AtomicBoolean to sent : AtomicBoolean in class org.redisson.client.protocol.QueueCommandHolder | From | To | |
| Extract Variable | 1 | ||
| Extract Variable time : Time in method public testTime() : void from class org.redisson.RedissonTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type TIME : RedisCommand<Object> to TIME : RedisStrictCommand<Time> in class org.redisson.client.protocol.RedisCommands | From | To |