5ff9c99ff193725c125f2b4c450411db97b6f3b4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private clearPath(path String) : void renamed to private deleteIfExists(path Path) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type path : String to path : Path in method private deleteIfExists(path Path) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Rename Variable | 3 | ||
Rename Variable tmpPath : String to planFile : String in method package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Rename Variable arguments : StringBuilder to planArgumentsBuilder : StringBuilder in method package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Rename Variable hdfs : FileSystem to distributedFS : FileSystem in method package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Inline Method | 4 | ||
Inline Method private startPython(tempPath String, args String[]) : void inlined to package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Inline Method private sendResult(jer JobExecutionResult) : void inlined to package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Inline Method private receivePlan() : void inlined to package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Inline Method private close() : void inlined to package runPlan(args String[]) : void in class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Extract Variable | 1 | ||
Extract Variable planArguments : String in method package runPlan(args String[]) : void from class org.apache.flink.python.api.PythonPlanBinder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tmpDistributedDir : String to tmpDistributedDir : Path in class org.apache.flink.python.api.PythonPlanBinder | From | To |