747647b5540aee20e795dfe422a967ce32fdcfbd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable key : byte[] to score : long in method public addAllAsync(c Collection<? extends V>) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Rename Variable key : byte[] to score : long in method public addAll(c Collection<? extends V>) : Publisher<Long> in class org.redisson.reactive.RedissonSetCacheReactive | From | To | |
Inline Method | 1 | ||
Inline Method public deleteAsync() : Future<Boolean> inlined to public retainAllAsync(c Collection<?>) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<Object> to Set<T> in method public decode(parts List<Object>, state State) : Set<T> in class org.redisson.client.protocol.decoder.ObjectSetReplayDecoder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type key : byte[] to score : long in method public addAll(c Collection<? extends V>) : Publisher<Long> in class org.redisson.reactive.RedissonSetCacheReactive | From | To | |
Change Variable Type key : byte[] to score : long in method public addAllAsync(c Collection<? extends V>) : Future<Boolean> in class org.redisson.RedissonSetCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ZRANGEBYSCORE : RedisCommand<List<Object>> to ZRANGEBYSCORE : RedisCommand<Set<Object>> in class org.redisson.client.protocol.RedisCommands | From | To |