0e0e1c1b3f4fe616177f4f0c5a7d83774aab76e7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected readAllList() : List<V> renamed to private readAll() : List<V> in class org.redisson.RedissonList | From | To | |
Extract Interface | 1 | ||
Extract Interface org.redisson.core.RListAsync from classes [org.redisson.core.RList] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type LLEN : RedisStrictCommand<Long> to LLEN : RedisStrictCommand<Integer> in class org.redisson.client.protocol.RedisCommands | From | To | |
Extract Method | 4 | ||
Extract Method public setAsync(index int, element V) : Future<V> extracted from public set(index int, element V) : V in class org.redisson.RedissonList | From | To | |
Extract Method public removeAllAsync(c Collection<?>) : Future<Boolean> extracted from public removeAll(c Collection<?>) : boolean in class org.redisson.RedissonList | From | To | |
Extract Method public readAllAsync() : Future<List<V>> extracted from protected readAllList() : List<V> in class org.redisson.RedissonList | From | To | |
Extract Method public sizeAsync() : Future<Integer> extracted from public size() : int in class org.redisson.RedissonList | From | To |