818a3055674655083b3d965eecf1fba7cc7efcd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 12 | ||
Extract Method public removeRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> extracted from public removeRangeByLex(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeTailAsync(fromElement String, fromInclusive boolean) : Future<Collection<String>> extracted from public lexRangeTail(fromElement String, fromInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> extracted from public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public countHeadAsync(toElement String, toInclusive boolean) : Future<Integer> extracted from public lexCountHead(toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeTailAsync(fromElement String, fromInclusive boolean, offset int, count int) : Future<Collection<String>> extracted from public lexRangeTail(fromElement String, fromInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public countAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> extracted from public lexCount(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeHeadAsync(toElement String, toInclusive boolean, offset int, count int) : Future<Collection<String>> extracted from public lexRangeHead(toElement String, toInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeHeadAsync(toElement String, toInclusive boolean) : Future<Collection<String>> extracted from public lexRangeHead(toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public removeRangeHeadAsync(toElement String, toInclusive boolean) : Future<Integer> extracted from public removeRangeHeadByLex(toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public countTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> extracted from public lexCountTail(fromElement String, fromInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public removeRangeTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> extracted from public removeRangeTailByLex(fromElement String, fromInclusive boolean) : int in class org.redisson.RedissonLexSortedSet | From | To | |
Extract Method public rangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean, offset int, count int) : Future<Collection<String>> extracted from public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet | From | To |