96a62e62ff82b11b491790420695080a8e54614a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type value : V to value : Object in method public removeAsync(value Object) : RFuture<Boolean> in class org.redisson.RedissonSortedSet | From | To | |
Change Parameter Type value : V to value : Object in method public removeAsync(value Object) : RFuture<Boolean> in class org.redisson.api.RSortedSet | From | To | |
Change Return Type | 4 | ||
Change Return Type RFuture<Set<V>> to RFuture<Collection<V>> in method public readAllAsync() : RFuture<Collection<V>> in class org.redisson.api.RSortedSet | From | To | |
Change Return Type RFuture<Set<V>> to RFuture<Collection<V>> in method public readAllAsync() : RFuture<Collection<V>> in class org.redisson.RedissonSortedSet | From | To | |
Change Return Type Set<V> to Collection<V> in method public readAll() : Collection<V> in class org.redisson.RedissonSortedSet | From | To | |
Change Return Type Set<V> to Collection<V> in method public readAll() : Collection<V> in class org.redisson.api.RSortedSet | From | To |