4810910431e01bf143ae77a6e93a86f2fafbccd0
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.apache.flink.streaming.api.functions.source.FilePathFilter moved to org.apache.flink.api.common.io.FilePathFilter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type out : BufferedWriter to out : BufferedOutputStream in method private createTempFiles(contents byte[], files File...) : void in class org.apache.flink.api.common.io.FileInputFormatTest | From | To | |
Change Variable Type SIZE : long to SIZE : int in method public testGetStatsIgnoredUnderscoreFiles() : void in class org.apache.flink.api.common.io.FileInputFormatTest | From | To | |
Extract Method | 2 | ||
Extract Method private createTempFiles(contents byte[], files File...) : void extracted from public testGetStatsIgnoredUnderscoreFiles() : void in class org.apache.flink.api.common.io.FileInputFormatTest | From | To | |
Extract Method private createTempFiles(contents byte[], files File...) : void extracted from public testIgnoredUnderscoreFiles() : void in class org.apache.flink.api.common.io.FileInputFormatTest | From | To |