68a1c014c252d49fe11eb54570a7718f5bdba88b
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Interface | 1 | ||
Extract Interface org.redisson.core.RMapAsync from classes [org.redisson.core.RMap] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type HKEYS : RedisCommand<List<Object>> to HKEYS : RedisCommand<Set<Object>> in class org.redisson.client.protocol.RedisCommands | From | To | |
Change Attribute Type HLEN : RedisStrictCommand<Long> to HLEN : RedisStrictCommand<Integer> in class org.redisson.client.protocol.RedisCommands | From | To | |
Extract Method | 3 | ||
Extract Method public keySetAsync() : Future<Set<K>> extracted from public keySet() : Set<K> in class org.redisson.RedissonMap | From | To | |
Extract Method public sizeAsync() : Future<Integer> extracted from public size() : int in class org.redisson.RedissonMap | From | To | |
Extract Method public valuesAsync() : Future<Collection<V>> extracted from public values() : Collection<V> in class org.redisson.RedissonMap | From | To |