2437049b408343255b4d00a2c50b97825df8cb0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type dataType : PDataType to dataType : PDataType<?> in method public inputExpression(value String, dataType PDataType<?>, strToSearch String, expected Integer, order SortOrder) : void in class org.apache.phoenix.expression.function.InstrFunctionTest | From | To | |
Extract Variable | 1 | ||
Extract Variable child : Expression in method public evaluate(tuple Tuple, ptr ImmutableBytesWritable) : boolean from class org.apache.phoenix.expression.function.InstrFunction | From | To | |
Extract Method | 1 | ||
Extract Method private evaluateExpression(value String, dataType PDataType<?>, strToSearch String, order SortOrder) : Object extracted from public inputExpression(value String, dataType PDataType, strToSearch String, expected Integer, order SortOrder) : void in class org.apache.phoenix.expression.function.InstrFunctionTest | From | To |