f79005a76e321622cc1a5a138ca8bba53f75e39b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable queryTimeOut : int in method public getIterators() : List<PeekingResultIterator> from class org.apache.phoenix.iterate.BaseResultIterators | From | To | |
Extract Method | 1 | ||
Extract Method private getIterators(scan List<List<Scan>>, services ConnectionQueryServices, isLocalIndex boolean, allIterators Queue<PeekingResultIterator>, iterators List<PeekingResultIterator>, isReverse boolean, maxQueryEndTime long, splitSize int) : List<PeekingResultIterator> extracted from public getIterators() : List<PeekingResultIterator> in class org.apache.phoenix.iterate.BaseResultIterators | From | To |