fc659488361c91b569f15a26dcbab5cbb24c276b
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type columnInfos : List<ColumnInfo> to columns : List<String> in method public constructSelectStatement(fullTableName String, columns List<String>, conditions String, hint Hint, escapeCols boolean) : String in class org.apache.phoenix.util.QueryUtil | From | To | |
| Rename Variable | 1 | ||
| Rename Variable cinfo : ColumnInfo to col : String in method public constructSelectStatement(fullTableName String, columns List<String>, conditions String, hint Hint, escapeCols boolean) : String in class org.apache.phoenix.util.QueryUtil | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cinfo : ColumnInfo to col : String in method public constructSelectStatement(fullTableName String, columns List<String>, conditions String, hint Hint, escapeCols boolean) : String in class org.apache.phoenix.util.QueryUtil | From | To | |
| Extract Method | 1 | ||
| Extract Method public constructSelectStatement(fullTableName String, columns List<String>, conditions String, hint Hint, escapeCols boolean) : String extracted from public constructSelectStatement(fullTableName String, columnInfos List<ColumnInfo>, conditions String) : String in class org.apache.phoenix.util.QueryUtil | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter columnInfos : List<ColumnInfo> to columns : List<String> in method public constructSelectStatement(fullTableName String, columns List<String>, conditions String, hint Hint, escapeCols boolean) : String in class org.apache.phoenix.util.QueryUtil | From | To |