1c71e3193303b6346132d8ffaba8a0c1eb4ad68f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public generateInvocation(scope Scope, name String, function ScalarFunctionImplementation, instance Optional<BytecodeNode>, arguments List<BytecodeNode>, binder CallSiteBinder, outputBlockVariableAndType Optional<OutputBlockVariableAndType>) : BytecodeNode extracted from public generateInvocation(scope Scope, name String, function ScalarFunctionImplementation, instance Optional<BytecodeNode>, arguments List<BytecodeNode>, binder CallSiteBinder) : BytecodeNode in class com.facebook.presto.sql.gen.BytecodeUtils | From | To | |
Extract Method public generateCall(name String, function ScalarFunctionImplementation, arguments List<BytecodeNode>, outputBlockVariableAndType Optional<OutputBlockVariableAndType>) : BytecodeNode extracted from public generateCall(name String, function ScalarFunctionImplementation, arguments List<BytecodeNode>) : BytecodeNode in class com.facebook.presto.sql.gen.BytecodeGeneratorContext | From | To |