536675b03a5050fda9c3e1fd403818cb50dcc6ff
Files Diff
- Added: 7
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected installDefaultFileSystem(configuration Configuration) : void renamed to protected configureFileSystems(configuration Configuration) : void in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint | From | To | |
Rename Variable | 1 | ||
Rename Variable fsClass : String to factory : FileSystemFactory in method public getUnguardedFileSystem(fsUri URI) : FileSystem in class org.apache.flink.core.fs.FileSystem | From | To | |
Move Attribute | 1 | ||
Move Attribute private MAPR_FILESYSTEM_CLASS : String from class org.apache.flink.core.fs.FileSystem to private MAPR_FILESYSTEM_CLASS : String from class org.apache.flink.core.fs.factories.MapRFsFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute FSDIRECTORY : Map<String,String> to FS_FACTORIES : Map<String,FileSystemFactory> in class org.apache.flink.core.fs.FileSystem | From | To | |
Change Variable Type | 2 | ||
Change Variable Type map : Map<String,String> to map : Map<String,FileSystemFactory> in method public registerTestFileSysten() : void in class org.apache.flink.testutils.TestFileSystem | From | To | |
Change Variable Type fsClass : String to factory : FileSystemFactory in method public getUnguardedFileSystem(fsUri URI) : FileSystem in class org.apache.flink.core.fs.FileSystem | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type FSDIRECTORY : Map<String,String> to FS_FACTORIES : Map<String,FileSystemFactory> in class org.apache.flink.core.fs.FileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter uri : URI to fsUri : URI in method public getUnguardedFileSystem(fsUri URI) : FileSystem in class org.apache.flink.core.fs.FileSystem | From | To |