d7c2c417213502130b1aeab1868313df178555cc
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type HashMap<String,FileSystemFactory> to List<FileSystemFactory> in method private loadFileSystems() : List<FileSystemFactory> in class org.apache.flink.core.fs.FileSystem | From | To | |
Change Return Type HadoopFileSystem to FileSystem in method public create(fsUri URI) : FileSystem in class org.apache.flink.runtime.fs.hdfs.HadoopFsFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fs : HadoopFileSystem to fs : FileSystem in method public testCreateHadoopFsWithoutConfig() : void in class org.apache.flink.runtime.fs.hdfs.HadoopFsFactoryTest | From | To | |
Inline Variable | 1 | ||
Inline Variable scheme : String in method private loadFileSystems() : HashMap<String,FileSystemFactory> from class org.apache.flink.core.fs.FileSystem | From | To |