0ee7c79a32f3aa39f740bdecbf53487f39f6591f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private ensureExecutorCreated() : void renamed to protected getExecutor() : PlanExecutor in class org.apache.flink.api.java.RemoteEnvironment | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type globalClasspaths : URL[] to globalClasspaths : List<URL> in method public createRemoteExecutor(hostname String, port int, clientConfiguration Configuration, jarFiles List<URL>, globalClasspaths List<URL>) : PlanExecutor in class org.apache.flink.api.common.PlanExecutor | From | To | |
Change Parameter Type jarFiles : URL[] to jarFiles : List<URL> in method public createRemoteExecutor(hostname String, port int, clientConfiguration Configuration, jarFiles List<URL>, globalClasspaths List<URL>) : PlanExecutor in class org.apache.flink.api.common.PlanExecutor | From | To | |
Change Return Type | 1 | ||
Change Return Type void to PlanExecutor in method protected getExecutor() : PlanExecutor in class org.apache.flink.api.java.RemoteEnvironment | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type globalClasspaths : URL[] to globalClasspaths : List<URL> in class org.apache.flink.api.java.RemoteEnvironment | From | To | |
Change Attribute Type jarFiles : URL[] to jarFiles : List<URL> in class org.apache.flink.api.java.RemoteEnvironment | From | To |