74ef63672629e0498fb65c5ca91e378f36eb1847
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type filePathMap : Map<String,Path> to pythonLibFiles : List<Path> in method public preparePythonEnvironment(pythonLibFiles List<Path>) : PythonEnvironment in class org.apache.flink.python.client.PythonEnvUtils | From | To | |
| Rename Variable | 3 | ||
| Rename Variable sourceTmpDir : String to tmpDir : String in method public prepareTestEnvironment() : void in class org.apache.flink.python.client.PythonEnvUtilsTest | From | To | |
| Rename Variable filePathMap : Map<String,Path> to pythonDriverOptions : PythonDriverOptions in method public testConstructCommands() : void in class org.apache.flink.python.client.PythonDriverTest | From | To | |
| Rename Variable otherArgs : List<String> to args : List<String> in method public testConstructCommands() : void in class org.apache.flink.python.client.PythonDriverTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute targetFs : FileSystem to tmpDirFs : FileSystem in class org.apache.flink.python.client.PythonEnvUtilsTest | From | To | |
| Rename Attribute targetTmpDirPath : Path to tmpDirPath : Path in class org.apache.flink.python.client.PythonEnvUtilsTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type pyFilesList : List<String> to pyFilesList : List<Path> in method public testConstructCommands() : void in class org.apache.flink.python.client.PythonDriverTest | From | To | |
| Change Variable Type filePathMap : Map<String,Path> to pythonDriverOptions : PythonDriverOptions in method public testConstructCommands() : void in class org.apache.flink.python.client.PythonDriverTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package constructPythonCommands(pythonDriverOptions PythonDriverOptions) : List<String> extracted from public testConstructCommands() : void in class org.apache.flink.python.client.PythonDriverTest & moved to class org.apache.flink.python.client.PythonDriver | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter filePathMap : Map<String,Path> to pythonLibFiles : List<Path> in method public preparePythonEnvironment(pythonLibFiles List<Path>) : PythonEnvironment in class org.apache.flink.python.client.PythonEnvUtils | From | To |