c5fd726ba4972644bbcc22e9b4a5671aee528f3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable targetType : Class<?> to sourceClass : Class<?> in method private generateBytecode(sourceType ParameterizedType, targetType ParameterizedType) : BytecodeBlock in class com.facebook.presto.bytecode.expression.CastBytecodeExpression | From | To | |
Extract Method | 1 | ||
Extract Method private generateBytecode(sourceType ParameterizedType, targetType ParameterizedType) : BytecodeBlock extracted from public getBytecode(generationContext MethodGenerationContext) : BytecodeNode in class com.facebook.presto.bytecode.expression.CastBytecodeExpression | From | To | |
Rename Parameter | 1 | ||
Rename Parameter type : ParameterizedType to boxedPrimitiveType : ParameterizedType in method private unwrapPrimitiveType(boxedPrimitiveType ParameterizedType) : Class<?> in class com.facebook.presto.bytecode.expression.CastBytecodeExpression | From | To |