3ad12cb416cd6dfc86dde0e57513321c657d8935
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type Publisher<Integer> to Publisher<Long> in method public size() : Publisher<Long> in class org.redisson.RedissonScoredSortedSetReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public rank(o V) : Publisher<Long> in class org.redisson.core.RScoredSortedSetReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public rank(o V) : Publisher<Long> in class org.redisson.RedissonScoredSortedSetReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public size() : Publisher<Long> in class org.redisson.core.RScoredSortedSetReactive | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type ZCARD : RedisStrictCommand<Integer> to ZCARD : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To | |
| Change Attribute Type ZRANK : RedisCommand<Integer> to ZRANK : RedisStrictCommand<Long> in class org.redisson.client.protocol.RedisCommands | From | To |