bdcebfda06846a1e21bb6a4678909d503ebc6333
Files Diff
- Added: 3
- Removed: 4
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type path : String to inputFile : File in method public open(inputFile File) : void in class org.apache.flink.python.api.streaming.data.PythonReceiver | From | To | |
| Rename Variable | 2 | ||
| Rename Variable outputFilePath : String to outputFile : File in method private startPython() : void in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Rename Variable inputFilePath : String to inputFile : File in method private startPython() : void in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Inline Method | 1 | ||
| Inline Method private setupMappedFile(inputFilePath String) : void inlined to public open(inputFile File) : void in class org.apache.flink.python.api.streaming.data.PythonReceiver | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute planArguments : String to config : Configuration in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Rename Attribute FULL_PATH : String to pythonLibraryPath : String in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
| Rename Attribute FLINK_HDFS_PATH : String to tmpDistributedDir : String in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type outputFilePath : String to outputFile : File in method private startPython() : void in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Change Variable Type inputFilePath : String to inputFile : File in method private startPython() : void in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type planArguments : String to config : Configuration in class org.apache.flink.python.api.streaming.data.PythonStreamer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter path : String to inputFile : File in method public open(inputFile File) : void in class org.apache.flink.python.api.streaming.data.PythonReceiver | From | To |