90ac96afc494709af1bf5cfadbaac7588f07261b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonPriorityQueue(codec Codec, commandExecutor CommandExecutor, name String, redisson RedissonClient) in class org.redisson.RedissonPriorityQueue | From | To | |
| Change Parameter Type redisson : Redisson to redisson : RedissonClient in method public RedissonPriorityQueue(commandExecutor CommandExecutor, name String, redisson RedissonClient) in class org.redisson.RedissonPriorityQueue | From | To | |
| Inline Variable | 1 | ||
| Inline Variable encodedValue : ByteBuf in method public add(value V) : boolean from class org.redisson.RedissonPriorityQueue | From | To | |
| Extract Method | 1 | ||
| Extract Method private pollAsync(command RedisCommand<T>, params Object...) : RFuture<V> extracted from public pollAsync() : RFuture<V> in class org.redisson.RedissonPriorityQueue | From | To |