ceaf5b611090cec51dd1d2af1681eb496912b993
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public getExchange_mode() : String renamed to public getExchangeMode() : String in class org.apache.flink.table.explain.Predecessors | From | To | |
Rename Method public getLocal_properties() : List<LocalProperty> renamed to public getLocalProperties() : List<LocalProperty> in class org.apache.flink.table.explain.Node | From | To | |
Rename Method public getCompiler_hints() : List<Compiler_hints> renamed to public getCompilerHints() : List<CompilerHints> in class org.apache.flink.table.explain.Node | From | To | |
Rename Method public getShip_strategy() : String renamed to public getShipStrategy() : String in class org.apache.flink.table.explain.Predecessors | From | To | |
Rename Method public getGlobal_properties() : List<Global_properties> renamed to public getGlobalProperties() : List<GlobalProperties> in class org.apache.flink.table.explain.Node | From | To | |
Rename Method public getDriver_strategy() : String renamed to public getDriverStrategy() : String in class org.apache.flink.table.explain.Node | From | To | |
Rename Variable | 1 | ||
Rename Variable compilerHintses : List<Compiler_hints> to compilerHints : List<CompilerHints> in method public getSqlExecutionPlan(t String, extended Boolean) : String in class org.apache.flink.table.explain.PlanJsonParser | From | To | |
Change Return Type | 2 | ||
Change Return Type List<Global_properties> to List<GlobalProperties> in method public getGlobalProperties() : List<GlobalProperties> in class org.apache.flink.table.explain.Node | From | To | |
Change Return Type List<Compiler_hints> to List<CompilerHints> in method public getCompilerHints() : List<CompilerHints> in class org.apache.flink.table.explain.Node | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.flink.table.explain.Compiler_hints renamed to org.apache.flink.table.explain.CompilerHints | From | To | |
Rename Class org.apache.flink.table.explain.Global_properties renamed to org.apache.flink.table.explain.GlobalProperties | From | To | |
Change Variable Type | 2 | ||
Change Variable Type compilerHintses : List<Compiler_hints> to compilerHints : List<CompilerHints> in method public getSqlExecutionPlan(t String, extended Boolean) : String in class org.apache.flink.table.explain.PlanJsonParser | From | To | |
Change Variable Type globalProperties : List<Global_properties> to globalProperties : List<GlobalProperties> in method public getSqlExecutionPlan(t String, extended Boolean) : String in class org.apache.flink.table.explain.PlanJsonParser | From | To |