e8dfd1e46c1d921e62400e01360295caec33917e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable id : StreamId to nextId : StreamId in method public readAsync(count int, timeout long, unit TimeUnit, id StreamId, keyToId Map<String,StreamId>) : RFuture<Map<String,Map<StreamId,Map<K,V>>>> in class org.redisson.RedissonStream | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [keys : Collection<String>, ids : StreamId...] to keyToId : Map<String,StreamId> in method public readAsync(count int, timeout long, unit TimeUnit, id StreamId, keyToId Map<String,StreamId>) : RFuture<Map<String,Map<StreamId,Map<K,V>>>> in class org.redisson.RedissonStream | From | To |