2f373cf471bc0baec0e8a3f98a113423fea42997
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type actual : TypeSignature to actual : Type in method private coerceType(actual Type, expected TypeSignature) : Optional<Type> in class com.facebook.presto.metadata.SignatureBinder | From | To | |
Inline Method | 1 | ||
Inline Method public verifyTypeClass(type Type) : void inlined to public addType(type Type) : void in class com.facebook.presto.type.TypeRegistry | From | To | |
Extract Variable | 2 | ||
Extract Variable actualType : Type in method protected visitValues(node Values, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expectedType : TypeSignature to expected : TypeSignature in method public canCoerce(actual Type, expected TypeSignature) : boolean in class com.facebook.presto.type.TypeRegistry | From | To |