c854d5260c20b0926c4347c7c9dd7d0f4f11d620
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public getSemanticPropsDualFromString(result DualInputSemanticProperties, forwardedFirst String[], forwardedSecond String[], nonForwardedFirst String[], nonForwardedSecond String[], readFieldsFirst String[], readFieldsSecond String[], inType1 TypeInformation<?>, inType2 TypeInformation<?>, outType TypeInformation<?>, skipIncompatibleTypes boolean) : void extracted from public getSemanticPropsDualFromString(result DualInputSemanticProperties, forwardedFirst String[], forwardedSecond String[], nonForwardedFirst String[], nonForwardedSecond String[], readFieldsFirst String[], readFieldsSecond String[], inType1 TypeInformation<?>, inType2 TypeInformation<?>, outType TypeInformation<?>) : void in class org.apache.flink.api.java.functions.SemanticPropUtil | From | To | |
Extract Method public getSemanticPropsSingleFromString(result SingleInputSemanticProperties, forwarded String[], nonForwarded String[], readSet String[], inType TypeInformation<?>, outType TypeInformation<?>, skipIncompatibleTypes boolean) : void extracted from public getSemanticPropsSingleFromString(result SingleInputSemanticProperties, forwarded String[], nonForwarded String[], readSet String[], inType TypeInformation<?>, outType TypeInformation<?>) : void in class org.apache.flink.api.java.functions.SemanticPropUtil | From | To |