f8dfdb715490e3b8a3bc44a412e8df95538cc041
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type index : int to index : Integer in method public setIndex(index Integer) : void in class org.redisson.RedissonSortedSet.BinarySearchResult | From | To | |
| Inline Method | 1 | ||
| Inline Method private binarySearch(value V, codec Codec, connection RedisConnection, lowerIndex int, upperIndex int) : BinarySearchResult<V> inlined to public binarySearch(value V, codec Codec, connection RedisConnection) : BinarySearchResult<V> in class org.redisson.RedissonSortedSet | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to Integer in method public getIndex() : Integer in class org.redisson.RedissonSortedSet.BinarySearchResult | From | To | |
| Extract Variable | 1 | ||
| Extract Variable size : int in method public binarySearch(value V, codec Codec, connection RedisConnection) : BinarySearchResult<V> from class org.redisson.RedissonSortedSet | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type index : int to index : Integer in class org.redisson.RedissonSortedSet.BinarySearchResult | From | To |