c49cf2a9b744b026dd1331136d49647d74ab1275
Files Diff
- Added: 0
- Removed: 9
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type right : Void to right : boolean in method public isDistinctFrom(left boolean, leftNull boolean, right boolean, rightNull boolean) : boolean in class com.facebook.presto.type.UnknownOperators | From | To | |
Change Parameter Type left : Void to left : boolean in method public isDistinctFrom(left boolean, leftNull boolean, right boolean, rightNull boolean) : boolean in class com.facebook.presto.type.UnknownOperators | From | To | |
Change Parameter Type value : Void to value : boolean in method public testIsNullVoid(value boolean, isNull boolean) : boolean in class com.facebook.presto.operator.scalar.TestIsNullAnnotation | From | To | |
Change Parameter Type element : Void to element : Boolean in method public repeat(element Boolean, count long) : Block in class com.facebook.presto.operator.scalar.RepeatFunction | From | To | |
Change Parameter Type value : Void to value : Boolean in method public indeterminate(value Boolean) : boolean in class com.facebook.presto.type.UnknownOperators | From | To | |
Change Return Type | 4 | ||
Change Return Type void to boolean in method public fail(message Slice) : boolean in class com.facebook.presto.operator.scalar.FailureFunction | From | To | |
Change Return Type void to boolean in method public fail(errorCode long, message Slice) : boolean in class com.facebook.presto.operator.scalar.FailureFunction | From | To | |
Change Return Type void to boolean in method public failWithException(failureInfoSlice Slice) : boolean in class com.facebook.presto.operator.scalar.FailureFunction | From | To | |
Change Return Type Void to Boolean in method public nullFunction() : Boolean in class com.facebook.presto.type.TestUnknownOperators | From | To | |
Rename Attribute | 1 | ||
Rename Attribute METHOD_HANDLE_OBJECT : MethodHandle to METHOD_HANDLE_NON_NULL : MethodHandle in class com.facebook.presto.operator.scalar.CastFromUnknownOperator | From | To | |
Inline Variable | 1 | ||
Inline Variable javaType : Class<?> in method public generateExpression(signature Signature, context BytecodeGeneratorContext, rowType Type, arguments List<RowExpression>) : BytecodeNode from class com.facebook.presto.sql.gen.RowConstructorCodeGenerator | From | To |