6f16a6a629fdeca587f38fe6e1349a2b6f0fabd8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable statement : PhoenixPreparedStatement to stmt : PhoenixStatement in method public testLocalIndexScanJoinColumnsFromDataTable() : void in class org.apache.phoenix.end2end.index.LocalIndexIT | From | To | |
Change Variable Type | 1 | ||
Change Variable Type statement : PhoenixPreparedStatement to stmt : PhoenixStatement in method public testLocalIndexScanJoinColumnsFromDataTable() : void in class org.apache.phoenix.end2end.index.LocalIndexIT | From | To | |
Extract Method | 1 | ||
Extract Method private getQueryPlan(query String, binds List<Object>) : QueryPlan extracted from private compileQuery(query String, binds List<Object>) : Scan in class org.apache.phoenix.compile.QueryCompilerTest | From | To |