00e44eda17052c4b3de4f9690c250a45df6f407f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [client : Client, jars : List<URL>, classpaths : List<URL>, userCodeClassLoader : ClassLoader] to ctx : ContextEnvironment in class org.apache.flink.streaming.api.environment.StreamContextEnvironment | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private LOG : Logger from class org.apache.flink.client.program.ContextEnvironment to private LOG : Logger from class org.apache.flink.client.program.DetachedEnvironment | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.flink.client.program.ContextEnvironment.ContextEnvironmentFactory moved to org.apache.flink.client.program.ContextEnvironmentFactory | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute env : ContextEnvironment to lastEnvCreated : ExecutionEnvironment in method public createExecutionEnvironment() : ExecutionEnvironment in class org.apache.flink.client.program.ContextEnvironmentFactory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type env : ContextEnvironment to lastEnvCreated : ExecutionEnvironment in method public createExecutionEnvironment() : ExecutionEnvironment in class org.apache.flink.client.program.ContextEnvironmentFactory | From | To |