eb306e66790a02582b80f98419dba4b46cd4d99c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable numValues : int to numCaptures : int in method public generateExpression(signature Signature, context BytecodeGeneratorContext, returnType Type, arguments List<RowExpression>) : BytecodeNode in class com.facebook.presto.sql.gen.BindCodeGenerator | From | To | |
Extract Method | 2 | ||
Extract Method public compile(rowExpression RowExpression, scope Scope, lambdaInterface Optional<Class>) : BytecodeNode extracted from public compile(rowExpression RowExpression, scope Scope) : BytecodeNode in class com.facebook.presto.sql.gen.RowExpressionCompiler | From | To | |
Extract Method public generate(expression RowExpression, lambdaInterface Optional<Class>) : BytecodeNode extracted from public generate(expression RowExpression) : BytecodeNode in class com.facebook.presto.sql.gen.BytecodeGeneratorContext | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public generateLambda(context BytecodeGeneratorContext, captureExpressions List<RowExpression>, lambda LambdaDefinitionExpression, lambdaInterface Class) : BytecodeNode extracted from public generateExpression(signature Signature, context BytecodeGeneratorContext, returnType Type, arguments List<RowExpression>) : BytecodeNode in class com.facebook.presto.sql.gen.BindCodeGenerator & moved to class com.facebook.presto.sql.gen.LambdaBytecodeGenerator | From | To |