c4ad555f14e81e2f0c2cd38fc72983328b2e7504
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getIfFalse() : ByteCodeNode renamed to public ifFalse() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Rename Method public getIfTrue() : ByteCodeNode renamed to public ifTrue() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Rename Method public getCondition() : ByteCodeNode renamed to public condition() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Rename Variable | 1 | ||
Rename Variable ifStatementBuilder : IfStatementBuilder to ifStatement : IfStatement in method private generateHashPositionMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, joinChannelTypes List<Type>, joinChannelFields List<FieldDefinition>, hashChannelField FieldDefinition) : void in class com.facebook.presto.sql.gen.JoinCompiler | From | To | |
Change Return Type | 3 | ||
Change Return Type ByteCodeNode to Block in method public condition() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Change Return Type ByteCodeNode to Block in method public ifFalse() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Change Return Type ByteCodeNode to Block in method public ifTrue() : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Change Variable Type | 4 | ||
Change Variable Type ifStatement : IfStatementBuilder to ifStatement : IfStatement in method private generateProcessMethod(classDefinition ClassDefinition, projections int) : void in class com.facebook.presto.sql.gen.CursorProcessorCompiler | From | To | |
Change Variable Type loopBody : Block to loopBody : ByteCodeNode in method private generateInputForLoop(stateField FieldDefinition, parameterMetadatas List<ParameterMetadata>, inputFunction MethodHandle, context CompilerContext, parameterVariables List<Variable>, masksBlock Variable, sampleWeightsBlock Variable, callSiteBinder CallSiteBinder, grouped boolean) : Block in class com.facebook.presto.operator.aggregation.AccumulatorCompiler | From | To | |
Change Variable Type ifStatementBuilder : IfStatementBuilder to ifStatement : IfStatement in method private generateHashPositionMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, joinChannelTypes List<Type>, joinChannelFields List<FieldDefinition>, hashChannelField FieldDefinition) : void in class com.facebook.presto.sql.gen.JoinCompiler | From | To | |
Change Variable Type filterBlock : IfStatementBuilder to filterBlock : IfStatement in method private generateProcessMethod(classDefinition ClassDefinition, filter RowExpression, projections List<RowExpression>) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type ifFalse : ByteCodeNode to ifFalse : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Change Attribute Type condition : ByteCodeNode to condition : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To | |
Change Attribute Type ifTrue : ByteCodeNode to ifTrue : Block in class com.facebook.presto.byteCode.control.IfStatement | From | To |