646349c4f47c4bab881234da6cdfc396c5e325ba
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getTable() : Table renamed to public getTableOperation() : TableOperation in class org.apache.flink.table.expressions.TableReferenceExpression | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type table : Table to tableOperation : TableOperation in method public TableReferenceExpression(name String, tableOperation TableOperation) in class org.apache.flink.table.expressions.TableReferenceExpression | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Table to TableOperation in method public getTableOperation() : TableOperation in class org.apache.flink.table.expressions.TableReferenceExpression | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute table : Table to tableOperation : TableOperation in class org.apache.flink.table.expressions.TableReferenceExpression | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type table : Table to tableOperation : TableOperation in class org.apache.flink.table.expressions.TableReferenceExpression | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter table : Table to tableOperation : TableOperation in method public TableReferenceExpression(name String, tableOperation TableOperation) in class org.apache.flink.table.expressions.TableReferenceExpression | From | To |