5f52308f5f2730634b24895c74c21f831447cf35
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable unboxedReturnType : Class<?> to unboxedType : Class<?> in method public unboxPrimitiveIfNecessary(context CompilerContext, boxedType Class<?>) : Block in class com.facebook.presto.sql.gen.ByteCodeUtils | From | To | |
| Extract Variable | 1 | ||
| Extract Variable returnType : Class<?> in method public generateInvocation(context CompilerContext, function FunctionInfo, arguments List<ByteCodeNode>, binding Binding) : ByteCodeNode from class com.facebook.presto.sql.gen.ByteCodeUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method public unboxPrimitiveIfNecessary(context CompilerContext, boxedType Class<?>) : Block extracted from public generateInvocation(context CompilerContext, function FunctionInfo, arguments List<ByteCodeNode>, binding Binding) : ByteCodeNode in class com.facebook.presto.sql.gen.ByteCodeUtils | From | To |