3f07ecc652c07101ae1b1a8fb17f89a2d1206e1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private compressDirectoryToZipfile(fs FileSystem, rootDir FileStatus, sourceDir FileStatus, out ZipOutputStream) : void from class org.apache.flink.runtime.blob.BlobClient to private addToZip(fileOrDirectory Path, fs FileSystem, rootDir Path, out ZipOutputStream) : void from class org.apache.flink.util.FileUtils | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type rootDir : FileStatus to rootDir : Path in method private addToZip(fileOrDirectory Path, fs FileSystem, rootDir Path, out ZipOutputStream) : void in class org.apache.flink.util.FileUtils | From | To | |
| Extract Variable | 1 | ||
| Extract Variable sourceFile : String in method public CopyFromDFSProcess(e DistributedCacheEntry, cachedPath Path) from class org.apache.flink.runtime.filecache.FileCache.CopyFromDFSProcess | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public expandDirectory(file Path, targetDirectory Path) : Path extracted from public call() : Path in class org.apache.flink.runtime.filecache.FileCache.CopyFromBlobProcess & moved to class org.apache.flink.util.FileUtils | From | To |