bc9982c364f54c40223d14eeb4823a882c021e7a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getSources() : Map<String,Source> renamed to public getTables() : Map<String,TableDescriptor> in class org.apache.flink.table.client.config.Environment | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sources : Map<String,Source> to tables : Map<String,TableDescriptor> in method public merge(env1 Environment, env2 Environment) : Environment in class org.apache.flink.table.client.config.Environment | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<String,Source> to Map<String,TableDescriptor> in method public getTables() : Map<String,TableDescriptor> in class org.apache.flink.table.client.config.Environment | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute sources : Map<String,Source> to tables : Map<String,TableDescriptor> in class org.apache.flink.table.client.config.Environment | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type sources : Map<String,Source> to tables : Map<String,TableDescriptor> in method public merge(env1 Environment, env2 Environment) : Environment in class org.apache.flink.table.client.config.Environment | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sources : Map<String,Source> to tables : Map<String,TableDescriptor> in class org.apache.flink.table.client.config.Environment | From | To |