510dec35fb560845b64ee53adc6bb40a8ab266b9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type longVariables : Map<String,OptionalLong> to longVariables : Map<String,Long> in method public BoundVariables(typeVariables Map<String,Type>, longVariables Map<String,Long>) in class com.facebook.presto.metadata.BoundVariables | From | To | |
Move Method | 1 | ||
Move Method private matchArguments(boundParameters Map<String,Type>, typeVaraibleConstraints Map<String,TypeVariableConstraint>, argumentTypes List<TypeSignature>, types List<? extends Type>, allowCoercion boolean, varArgs boolean, typeManager TypeManager) : boolean from class com.facebook.presto.metadata.Signature to private matchArguments(expectedTypes List<TypeSignature>, actualTypes List<? extends Type>, variableArity boolean, variableBinder BoundVariables.Builder) : boolean from class com.facebook.presto.metadata.SignatureBinder | From | To | |
Rename Variable | 1 | ||
Rename Variable resolvedParameterSignatures : List<TypeSignature> to resolvedParameterTypeSignatures : List<TypeSignature> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.metadata.PolymorphicScalarFunction | From | To | |
Change Return Type | 2 | ||
Change Return Type OptionalLong to Long in method public getLongVariable(variableName String) : Long in class com.facebook.presto.metadata.BoundVariables | From | To | |
Change Return Type Map<String,OptionalLong> to Map<String,Long> in method public getLongVariables() : Map<String,Long> in class com.facebook.presto.metadata.BoundVariables | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type longVariables : Map<String,OptionalLong> to longVariables : Map<String,Long> in class com.facebook.presto.metadata.BoundVariables | From | To | |
Rename Parameter | 1 | ||
Rename Parameter allowCoercion : boolean to variableArity : boolean in method private matchArguments(expectedTypes List<TypeSignature>, actualTypes List<? extends Type>, variableArity boolean, variableBinder BoundVariables.Builder) : boolean in class com.facebook.presto.metadata.SignatureBinder | From | To |