c3bfeed34370dbf734849bae9726a087ee1a9d5d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method protected visitShowCreateView(node ShowCreateView, context AnalysisContext) : RelationType renamed to protected visitShowCreate(node ShowCreate, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Rename Method protected visitShowCreateView(node ShowCreateView, context C) : R renamed to protected visitShowCreate(node ShowCreate, context C) : R in class com.facebook.presto.sql.tree.AstVisitor | From | To | |
Rename Method public getView() : QualifiedName renamed to public getName() : QualifiedName in class com.facebook.presto.sql.tree.ShowCreate | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type node : ShowCreateView to node : ShowCreate in method protected visitShowCreate(node ShowCreate, context C) : R in class com.facebook.presto.sql.tree.AstVisitor | From | To | |
Change Parameter Type node : ShowCreateView to node : ShowCreate in method protected visitShowCreate(node ShowCreate, context AnalysisContext) : RelationType in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.sql.tree.ShowCreateView renamed to com.facebook.presto.sql.tree.ShowCreate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type o : ShowCreateView to o : ShowCreate in method public equals(obj Object) : boolean in class com.facebook.presto.sql.tree.ShowCreate | From | To | |
Rename Parameter | 3 | ||
Rename Parameter view : QualifiedName to name : QualifiedName in method public ShowCreate(type Type, name QualifiedName) in class com.facebook.presto.sql.tree.ShowCreate | From | To | |
Rename Parameter view : QualifiedName to name : QualifiedName in method private ShowCreate(location Optional<NodeLocation>, type Type, name QualifiedName) in class com.facebook.presto.sql.tree.ShowCreate | From | To | |
Rename Parameter view : QualifiedName to name : QualifiedName in method public ShowCreate(location NodeLocation, type Type, name QualifiedName) in class com.facebook.presto.sql.tree.ShowCreate | From | To |