5cca26e5260bfb8129da758c45f9fdf4efc323a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type index : int to index : long in method public remove(index long) : Publisher<V> in class org.redisson.reactive.RedissonListReactive | From | To | |
| Change Parameter Type index : int to index : long in method public remove(index long) : Publisher<V> in class org.redisson.api.RListReactive | From | To | |
| Change Return Type | 4 | ||
| Change Return Type Publisher<Integer> to Publisher<Long> in method public lastIndexOf(o Object) : Publisher<Long> in class org.redisson.reactive.RedissonListReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public indexOf(o Object) : Publisher<Long> in class org.redisson.reactive.RedissonListReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public indexOf(o Object) : Publisher<Long> in class org.redisson.api.RListReactive | From | To | |
| Change Return Type Publisher<Integer> to Publisher<Long> in method public lastIndexOf(o Object) : Publisher<Long> in class org.redisson.api.RListReactive | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type index : int to index : long in method public testLastIndexOf() : void in class org.redisson.RedissonListReactiveTest | From | To | |
| Change Variable Type index : int to index : long in method public testLastIndexOf1() : void in class org.redisson.RedissonListReactiveTest | From | To | |
| Change Variable Type index : int to index : long in method public testLastIndexOf2() : void in class org.redisson.RedissonListReactiveTest | From | To |