423910bff4758cefbb6c39d2aba917cd28c33454
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int, alpha boolean) : RFuture<Collection<T>> extracted from public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int) : RFuture<Collection<T>> in class org.redisson.RedissonList | From | To | |
Extract Method public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int, alpha boolean) : RFuture<Collection<T>> extracted from public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int) : RFuture<Collection<T>> in class org.redisson.RedissonSet | From | To | |
Extract Method public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int, alpha boolean) : RFuture<Collection<T>> extracted from public readSortAsync(byPattern String, getPatterns List<String>, order SortOrder, offset int, count int) : RFuture<Collection<T>> in class org.redisson.RedissonScoredSortedSet | From | To |