1f38b76ef38457a9c096dc3898049e37d5a494f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type end : FrameBound to end : Optional<FrameBound> in method public WindowFrame(type Type, start FrameBound, end Optional<FrameBound>) in class com.facebook.presto.sql.tree.WindowFrame | From | To | |
| Rename Variable | 1 | ||
| Rename Variable end : FrameBound to rewrittenEnd : Optional<FrameBound> in method public visitFunctionCall(node FunctionCall, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type end : FrameBound to rewrittenEnd : Optional<FrameBound> in method public visitFunctionCall(node FunctionCall, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable value : Optional<Expression> in method public visitFunctionCall(node FunctionCall, context Context<C>) : Expression from class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | From | To |