225d2666f14ab04bd7c9807ebe9d758c6d27b4cb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sortItems : ImmutableList.Builder<SortItem> to rewrittenSortItems : ImmutableList.Builder<SortItem> in method private rewriteSortItems(sortItems List<SortItem>, context Context<C>) : List<SortItem> in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | From | To | |
Extract Method | 1 | ||
Extract Method private rewriteSortItems(sortItems List<SortItem>, context Context<C>) : List<SortItem> extracted from private rewriteOrderBy(orderBy OrderBy, context Context<C>) : OrderBy in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | From | To |