632996fff4113e4f565707aa63ca216c66a72cc4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute filePath : Path to filePathList : List<Path> in class org.apache.flink.api.common.io.FileInputFormat | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type filePath : Path to filePathList : List<Path> in class org.apache.flink.api.common.io.FileInputFormat | From | To | |
| Inline Variable | 1 | ||
| Inline Variable path : Path in method public getStatistics(cachedStats BaseStatistics) : FileBaseStatistics from class org.apache.flink.api.common.io.FileInputFormat | From | To | |
| Extract Method | 2 | ||
| Extract Method protected getFileStats(cachedStats FileBaseStatistics, filePaths List<Path>, files ArrayList<FileStatus>) : FileBaseStatistics extracted from public getStatistics(cachedStats BaseStatistics) : FileBaseStatistics in class org.apache.flink.api.common.io.FileInputFormat | From | To | |
| Extract Method private createInputSplits(filePath Path, minNumSplits int) : List<FileInputSplit> extracted from public createInputSplits(minNumSplits int) : FileInputSplit[] in class org.apache.flink.api.common.io.FileInputFormat | From | To |