78f41e9cae597deeafdec934d6052ad72db6946f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public isFieldConstant(input int, fieldNumber int) : boolean from class org.apache.flink.compiler.dag.UnaryOperatorNode to public getForwardFields(input int, field int) : FieldSet from class org.apache.flink.api.common.operators.SingleInputSemanticProperties | From | To | |
Rename Variable | 1 | ||
Rename Variable node : OptimizerNode to props : SemanticProperties in method public filterByCodeAnnotations(node OptimizerNode, input int) : InterestingProperties in class org.apache.flink.compiler.dataproperties.InterestingProperties | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to FieldSet in method public getForwardFields(input int, field int) : FieldSet in class org.apache.flink.api.common.operators.SingleInputSemanticProperties | From | To | |
Change Variable Type | 1 | ||
Change Variable Type node : OptimizerNode to props : SemanticProperties in method public filterByCodeAnnotations(node OptimizerNode, input int) : InterestingProperties in class org.apache.flink.compiler.dataproperties.InterestingProperties | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fieldNumber : int to field : int in method public getForwardFields(input int, field int) : FieldSet in class org.apache.flink.api.common.operators.SingleInputSemanticProperties | From | To |