cdcf1bdfa18d26fde5523be8eb796bf481947667
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Future<Collection<V>> to Future<Set<V>> in method public readAllAsync() : Future<Set<V>> in class org.redisson.RedissonSet | From | To | |
Change Variable Type | 2 | ||
Change Variable Type res : List<Object> to res : Set<Object> in method public toArray(a T[]) : T[] in class org.redisson.RedissonSet | From | To | |
Change Variable Type res : List<Object> to res : Set<Object> in method public toArray() : Object[] in class org.redisson.RedissonSet | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type SMEMBERS : RedisCommand<List<Object>> to SMEMBERS : RedisCommand<Set<Object>> in class org.redisson.client.protocol.RedisCommands | From | To |