6d55dd2e6127882b364be87558e5c05dd345d282
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getNameToLambdaArgumentDeclarationMap() : Map<String,LambdaArgumentDeclaration> renamed to public getFieldToLambdaArgumentDeclaration() : Map<FieldId,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in method private Context(scope Scope, functionInputTypes List<Type>, fieldToLambdaArgumentDeclaration Map<FieldId,LambdaArgumentDeclaration>) in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Change Parameter Type nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in method public inLambda(scope Scope, fieldToLambdaArgumentDeclaration Map<FieldId,LambdaArgumentDeclaration>) : Context in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Rename Variable | 1 | ||
| Rename Variable nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : ImmutableMap.Builder<FieldId,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<String,LambdaArgumentDeclaration> to Map<FieldId,LambdaArgumentDeclaration> in method public getFieldToLambdaArgumentDeclaration() : Map<FieldId,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : ImmutableMap.Builder<FieldId,LambdaArgumentDeclaration> in method protected visitLambdaExpression(node LambdaExpression, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable type : Type in method protected visitLambdaExpression(node LambdaExpression, context StackableAstVisitorContext<Context>) : Type from class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in method private Context(scope Scope, functionInputTypes List<Type>, fieldToLambdaArgumentDeclaration Map<FieldId,LambdaArgumentDeclaration>) in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To | |
| Rename Parameter nameToLambdaArgumentDeclarationMap : Map<String,LambdaArgumentDeclaration> to fieldToLambdaArgumentDeclaration : Map<FieldId,LambdaArgumentDeclaration> in method public inLambda(scope Scope, fieldToLambdaArgumentDeclaration Map<FieldId,LambdaArgumentDeclaration>) : Context in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Context | From | To |