d1d7044cee85c97ddea232ef2a70b2d89f40ffac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private addNestedFiles(path Path, files List<FileStatus>, length long, logExcludedFiles boolean) : long renamed to private addFilesInDir(path Path, files List<FileStatus>, length long, logExcludedFiles boolean) : long in class org.apache.flink.api.common.io.FileInputFormat | From | To | |
Rename Variable | 1 | ||
Rename Variable s : FileStatus to f : FileStatus in method protected getFileStats(cachedStats FileBaseStatistics, filePath Path, fs FileSystem, files ArrayList<FileStatus>) : FileBaseStatistics in class org.apache.flink.api.common.io.FileInputFormat | From | To |