53f98a3e7044266e0f13a178df312fe5cb6eef6a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private readAllAsync(command RedisCommand<? extends Collection<?>>) : RFuture<?> inlined to public readAllAsync() : RFuture<Set<V>> in class org.redisson.RedissonSetCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type res : List<Object> to res : Set<V> in method public toArray() : Object[] in class org.redisson.RedissonSetCache | From | To | |
Change Variable Type res : List<Object> to res : Set<V> in method public toArray(a T[]) : T[] in class org.redisson.RedissonSetCache | From | To | |
Extract Interface | 1 | ||
Extract Interface org.redisson.ScanIterator from classes [org.redisson.RedissonSet, org.redisson.RedissonSetCache] | From | To |