f0beeafa9fd3d54dfcbe09b7eec5c7e15036d021
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 4 | ||
| Move Method public setup() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction to public setup() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQuery | From | To | |
| Move Method public setup() : void from class org.apache.drill.exec.expr.fn.impl.ParseUrlFunction to public setup() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQueryNullableInput | From | To | |
| Move Method public eval() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction to public eval() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQuery | From | To | |
| Move Method public eval() : void from class org.apache.drill.exec.expr.fn.impl.ParseUrlFunction to public eval() : void from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQueryNullableInput | From | To | |
| Move Attribute | 4 | ||
| Move Attribute package outWriter : BaseWriter.ComplexWriter from class org.apache.drill.exec.expr.fn.impl.ParseUrlFunction to package outWriter : BaseWriter.ComplexWriter from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQueryNullableInput | From | To | |
| Move Attribute package outWriter : BaseWriter.ComplexWriter from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction to package outWriter : BaseWriter.ComplexWriter from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQuery | From | To | |
| Move Attribute package outBuffer : DrillBuf from class org.apache.drill.exec.expr.fn.impl.ParseUrlFunction to package outBuffer : DrillBuf from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQueryNullableInput | From | To | |
| Move Attribute package outBuffer : DrillBuf from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction to package outBuffer : DrillBuf from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQuery | From | To | |
| Extract Class | 2 | ||
| Extract Class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQuery from class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction | From | To | |
| Extract Class org.apache.drill.exec.expr.fn.impl.ParseQueryFunction.ParseQueryNullableInput from class org.apache.drill.exec.expr.fn.impl.ParseUrlFunction | From | To | |
| Extract Variable | 1 | ||
| Extract Variable inputString : String in method public eval() : void from class org.apache.drill.exec.expr.fn.impl.StringFunctions.Split | From | To |