c3c3240980920579b8314f555ccbe2c4f7344300
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private assertFunction(projection String, expected Object) : void renamed to private assertFunctionNull(projection String, expectedType Type) : void in class com.facebook.presto.operator.scalar.TestUrlFunctions | From | To | |
Rename Method private assertFunctionNull(projection String) : void renamed to private assertFunction(projection String, expectedType Type, expected Object) : void in class com.facebook.presto.operator.scalar.TestUrlFunctions | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type expected : Object to expectedType : Type in method private assertFunctionNull(projection String, expectedType Type) : void in class com.facebook.presto.operator.scalar.TestUrlFunctions | From | To | |
Extract Variable | 1 | ||
Extract Variable interpretedFilterProject : Operator in method private executeProjectionWithAll(projection String, expectedType Type, session Session, compiler ExpressionCompiler) : List<Object> from class com.facebook.presto.operator.scalar.FunctionAssertions | From | To | |
Extract Method | 3 | ||
Extract Method public assertInvalidFunction(projection String, errorCode ErrorCode) : void extracted from public testComparison() : void in class com.facebook.presto.type.TestArrayOperators | From | To | |
Extract Method public assertInvalidFunction(projection String, errorCode ErrorCode) : void extracted from public testArrayToArrayConcat() : void in class com.facebook.presto.type.TestArrayOperators | From | To | |
Extract Method public assertInvalidFunction(projection String, errorCode ErrorCode) : void extracted from public testSort() : void in class com.facebook.presto.type.TestArrayOperators | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expected : Object to expectedType : Type in method private assertFunctionNull(projection String, expectedType Type) : void in class com.facebook.presto.operator.scalar.TestUrlFunctions | From | To |