| 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, context C) : R renamed to protected visitIdentifier(node Identifier, context C) : R in class com.facebook.presto.sql.tree.AstVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, context StackableAstVisitorContext<Context>) : Type renamed to protected visitIdentifier(node Identifier, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, context Void) : Boolean renamed to protected visitIdentifier(node Identifier, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public rewriteQualifiedNameReference(reference QualifiedNameReference, context Void, treeRewriter ExpressionTreeRewriter<Void>) : Expression renamed to public rewriteIdentifier(reference Identifier, context Void, treeRewriter ExpressionTreeRewriter<Void>) : Expression in class com.facebook.presto.sql.analyzer.StatementAnalyzer.OrderByExpressionRewriter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, builder ImmutableSet.Builder<QualifiedName>) : Void renamed to protected visitIdentifier(node Identifier, builder ImmutableSet.Builder<QualifiedName>) : Void in class com.facebook.presto.sql.planner.DependencyExtractor.QualifiedNameBuilderVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, context Object) : Object renamed to protected visitIdentifier(node Identifier, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public visitQualifiedNameReference(node QualifiedNameReference, context Context<C>) : Expression renamed to public visitIdentifier(node Identifier, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public rewriteQualifiedNameReference(node QualifiedNameReference, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression renamed to public rewriteIdentifier(node Identifier, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, context Void) : Void renamed to protected visitIdentifier(node Identifier, context Void) : Void in class com.facebook.presto.sql.planner.ExpressionInterpreter.ConstantExpressionVerifierVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	protected visitQualifiedNameReference(node QualifiedNameReference, builder ImmutableSet.Builder<Expression>) : Void renamed to protected visitIdentifier(node Identifier, builder ImmutableSet.Builder<Expression>) : Void in class com.facebook.presto.sql.planner.SubqueryPlanner.ColumnReferencesExtractor | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Parameter Type	lambdaArgumentReferences : IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to lambdaArgumentReferences : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in method public ExpressionAnalysis(expressionTypes IdentityHashMap<Expression,Type>, expressionCoercions IdentityHashMap<Expression,Type>, subqueryInPredicates Set<InPredicate>, scalarSubqueries Set<SubqueryExpression>, existsSubqueries Set<ExistsPredicate>, columnReferences Set<Expression>, typeOnlyCoercions Set<Expression>, quantifiedComparisons Set<QuantifiedComparisonExpression>, lambdaArgumentReferences IdentityHashMap<Identifier,LambdaArgumentDeclaration>) in class com.facebook.presto.sql.analyzer.ExpressionAnalysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	lambdaArgumentReferences : IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to lambdaArgumentReferences : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in method public addLambdaArgumentReferences(lambdaArgumentReferences IdentityHashMap<Identifier,LambdaArgumentDeclaration>) : void in class com.facebook.presto.sql.analyzer.Analysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	name : QualifiedName to name : String in method private Identifier(location Optional<NodeLocation>, name String) in class com.facebook.presto.sql.tree.Identifier | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, context C) : R in class com.facebook.presto.sql.tree.AstVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	name : QualifiedName to name : String in method public Identifier(location NodeLocation, name String) in class com.facebook.presto.sql.tree.Identifier | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, builder ImmutableSet.Builder<Expression>) : Void in class com.facebook.presto.sql.planner.SubqueryPlanner.ColumnReferencesExtractor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	qualifiedNameReference : QualifiedNameReference to identifier : Identifier in method public getLambdaArgumentReference(identifier Identifier) : LambdaArgumentDeclaration in class com.facebook.presto.sql.analyzer.Analysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	reference : QualifiedNameReference to reference : Identifier in method public rewriteIdentifier(reference Identifier, context Void, treeRewriter ExpressionTreeRewriter<Void>) : Expression in class com.facebook.presto.sql.analyzer.StatementAnalyzer.OrderByExpressionRewriter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method public rewriteIdentifier(node Identifier, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	name : QualifiedName to name : String in method public Identifier(name String) in class com.facebook.presto.sql.tree.Identifier | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method public visitIdentifier(node Identifier, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	qualifiedNameReference : QualifiedNameReference to qualifiedNameReference : Identifier in method public getLambdaArgumentReference(qualifiedNameReference Identifier) : LambdaArgumentDeclaration in class com.facebook.presto.sql.analyzer.ExpressionAnalysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, context Void) : Void in class com.facebook.presto.sql.planner.ExpressionInterpreter.ConstantExpressionVerifierVisitor | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	node : QualifiedNameReference to node : Identifier in method protected visitIdentifier(node Identifier, builder ImmutableSet.Builder<QualifiedName>) : Void in class com.facebook.presto.sql.planner.DependencyExtractor.QualifiedNameBuilderVisitor | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to IdentityHashMap<Identifier,LambdaArgumentDeclaration> in method public getLambdaArgumentReferences() : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	QualifiedNameReference to Expression in method private name(first String, parts String...) : Expression in class com.facebook.presto.sql.analyzer.TestScope | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	Map<QualifiedNameReference,LambdaArgumentDeclaration> to Map<Identifier,LambdaArgumentDeclaration> in method public getLambdaArgumentReferences() : Map<Identifier,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.Analysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	QualifiedNameReference to Identifier in method private name(name String) : Identifier in class com.facebook.presto.sql.TestExpressionUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	QualifiedNameReference to Identifier in method private input(symbol String) : Identifier in class com.facebook.presto.sql.planner.TestDeterminismEvaluator | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	QualifiedName to String in method public getName() : String in class com.facebook.presto.sql.tree.Identifier | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Attribute Type	name : QualifiedName to name : String in class com.facebook.presto.sql.tree.Identifier | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lambdaArgumentReferences : IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to lambdaArgumentReferences : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.Analysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lambdaArgumentReferences : IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to lambdaArgumentReferences : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalysis | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	lambdaArgumentReferences : IdentityHashMap<QualifiedNameReference,LambdaArgumentDeclaration> to lambdaArgumentReferences : IdentityHashMap<Identifier,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | 
                                From | 
                                To |