9750c2e8c23ffbb2955544876770b8b9b6cfe549
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getFieldToLambdaArgumentDeclaration() : Map<FieldId,LambdaArgumentDeclaration> renamed to public getNameToLambdaArgumentDeclarationMap() : Map<String,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type scope : Scope to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in method public inLambda(nameToLambdaArgumentDeclarationMap Map<String,LambdaArgumentDeclaration>) : Context in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Rename Variable | 1 | ||
Rename Variable fieldToLambdaArgumentDeclaration : ImmutableMap.Builder<FieldId,LambdaArgumentDeclaration> to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in method protected visitLambdaExpression(node LambdaExpression, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<FieldId,LambdaArgumentDeclaration> to Map<String,LambdaArgumentDeclaration> in method public getNameToLambdaArgumentDeclarationMap() : Map<String,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Move Attribute | 1 | ||
Move Attribute private scope : Scope from class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context to private scope : Scope from class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fieldToLambdaArgumentDeclaration : ImmutableMap.Builder<FieldId,LambdaArgumentDeclaration> to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in method protected visitLambdaExpression(node LambdaExpression, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Inline Variable | 2 | ||
Inline Variable type : Type in method protected visitLambdaExpression(node LambdaExpression, context StackableAstVisitorContext<Context>) : Type from class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Inline Variable resolvedField : ResolvedField in method protected visitIdentifier(node Identifier, context StackableAstVisitorContext<Context>) : Type from class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter scope : Scope to nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> in method public inLambda(nameToLambdaArgumentDeclarationMap Map<String,LambdaArgumentDeclaration>) : Context in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
Rename Parameter baseScope : Scope to scope : Scope in method private Visitor(scope Scope) in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Rename Parameter baseScope : Scope to scope : Scope in method private analyze(expression Expression, scope Scope, context Context) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To |