0daae668786ccfd02a11de7555305a98b04507cd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type fromType : Type to fromType : TypeSignature in method private cast(generatorContext ByteCodeGeneratorContext, argument ByteCodeNode, fromType TypeSignature, toType TypeSignature) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator | From | To | |
Change Parameter Type toType : Type to toType : TypeSignature in method private cast(generatorContext ByteCodeGeneratorContext, argument ByteCodeNode, fromType TypeSignature, toType TypeSignature) : ByteCodeNode in class com.facebook.presto.sql.gen.NullIfCodeGenerator | From | To | |
Change Parameter Type argumentTypes : List<? extends Type> to argumentTypes : List<? extends TypeSignature> in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>, returnType TypeSignature) in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Change Parameter Type returnType : Type to returnType : TypeSignature in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>, returnType TypeSignature) in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Change Parameter Type argumentTypes : List<? extends Type> to argumentTypes : List<? extends TypeSignature> in method public OperatorNotFoundException(operatorType OperatorType, argumentTypes List<? extends TypeSignature>) in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Move Method | 1 | ||
Move Method public canCoerce(actualTypes List<? extends Type>, expectedTypes List<Type>) : boolean from class com.facebook.presto.metadata.FunctionRegistry to public canCoerce(actualTypes List<? extends Type>, expectedTypes List<Type>) : boolean from class com.facebook.presto.type.TypeRegistry | From | To | |
Change Return Type | 2 | ||
Change Return Type List<Type> to List<TypeSignature> in method public getArgumentTypes() : List<TypeSignature> in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Change Return Type Type to TypeSignature in method public getReturnType() : TypeSignature in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type argumentTypes : List<Type> to argumentTypes : List<TypeSignature> in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Change Attribute Type returnType : Type to returnType : TypeSignature in class com.facebook.presto.metadata.OperatorNotFoundException | From | To | |
Extract Method | 1 | ||
Extract Method public getCoercion(fromType TypeSignature, toType TypeSignature) : Signature extracted from public getCoercion(fromType Type, toType Type) : Signature in class com.facebook.presto.metadata.FunctionRegistry | From | To |