05bae3b2a9ddec920286be76544d2c0d01f1ba44
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private resolveSignature() : Signature renamed to private resolveFunctionHandle() : FunctionHandle in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Rename Variable | 3 | ||
Rename Variable function : Signature to functionHandle : FunctionHandle in method public testMagicLiteralFunction() : void in class com.facebook.presto.metadata.TestFunctionRegistry | From | To | |
Rename Variable expectedSignature : Signature to actualFunction : FunctionHandle in method public returns(functionSignature SignatureBuilder) : ResolveFunctionAssertion in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Rename Variable actualSignature : Signature to expectedFunction : FunctionHandle in method public returns(functionSignature SignatureBuilder) : ResolveFunctionAssertion in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Change Return Type | 5 | ||
Change Return Type Signature to FunctionHandle in method private resolveFunctionHandle() : FunctionHandle in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Change Return Type Signature to FunctionHandle in method public resolveOperator(operatorType OperatorType, argumentTypes List<? extends Type>) : FunctionHandle in class com.facebook.presto.metadata.FunctionNamespace | From | To | |
Change Return Type Signature to FunctionHandle in method public resolveOperator(operatorType OperatorType, argumentTypes List<? extends Type>) : FunctionHandle in class com.facebook.presto.metadata.FunctionRegistry | From | To | |
Change Return Type Signature to FunctionHandle in method public resolveFunction(name QualifiedName, parameterTypes List<TypeSignatureProvider>) : FunctionHandle in class com.facebook.presto.metadata.FunctionNamespace | From | To | |
Change Return Type Signature to FunctionHandle in method public resolveFunction(name QualifiedName, parameterTypes List<TypeSignatureProvider>) : FunctionHandle in class com.facebook.presto.metadata.FunctionRegistry | From | To | |
Change Variable Type | 4 | ||
Change Variable Type actualSignature : Signature to expectedFunction : FunctionHandle in method public returns(functionSignature SignatureBuilder) : ResolveFunctionAssertion in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Change Variable Type expectedSignature : Signature to actualFunction : FunctionHandle in method public returns(functionSignature SignatureBuilder) : ResolveFunctionAssertion in class com.facebook.presto.metadata.TestFunctionRegistry.ResolveFunctionAssertion | From | To | |
Change Variable Type function : Signature to functionHandle : FunctionHandle in method public testMagicLiteralFunction() : void in class com.facebook.presto.metadata.TestFunctionRegistry | From | To | |
Change Variable Type exactOperator : Signature to exactOperator : FunctionHandle in method public testExactMatchBeforeCoercion() : void in class com.facebook.presto.metadata.TestFunctionRegistry | From | To |