b7c47fde6d88287b043c66b2493f42ab8a9dcb39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute typeManager : TypeRegistry to typeRegistry : TypeManager in method private assertCommonSuperType(firstType Type, secondType Type, expected Type) : void in class com.facebook.presto.type.TestTypeRegistry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeManager : TypeRegistry to typeRegistry : TypeManager in method private assertCommonSuperType(firstType Type, secondType Type, expected Type) : void in class com.facebook.presto.type.TestTypeRegistry | From | To | |
Extract Method | 26 | ||
Extract Method private isTypeOnlyCoercion(actual Type, expected Type) : boolean extracted from public testIsTypeOnlyCoercion() : void in class com.facebook.presto.type.TestTypeRegistry | From | To | |
Extract Method private canCoerce(actual Type, expected Type) : boolean extracted from public testCanCoerce() : void in class com.facebook.presto.type.TestTypeRegistry | From | To |