b67731aceef60fd48ce2a135934f038abf51bb3d
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method public testLoadBucketValues() : void from class org.redisson.RedissonBucketTest to public testGet() : void from class org.redisson.RedissonBucketsTest | From | To | |
Move And Rename Method public testGetPattern() : void from class org.redisson.RedissonBucketTest to public testFind() : void from class org.redisson.RedissonBucketsTest | From | To | |
Move And Rename Method public testSaveBuckets() : void from class org.redisson.RedissonBucketTest to public testSet() : void from class org.redisson.RedissonBucketsTest | From | To | |
Extract Method | 12 | ||
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 | |
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 |