49618c835bf053d7e3846c809b2fba22418c4b26
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable isNamespaceMapped : boolean to table : PTable in method public dropTable(tableMetaData List<Mutation>, tableType PTableType, cascade boolean) : MetaDataMutationResult in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable name : String to fullTableName : String in method private getTable(tenantId PName, fullTableName String, timestamp long) : PTable in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type isNamespaceMapped : boolean to table : PTable in method public dropTable(tableMetaData List<Mutation>, tableType PTableType, cascade boolean) : MetaDataMutationResult in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private getTable(tenantId PName, fullTableName String, timestamp long) : PTable extracted from private ensureViewIndexTableCreated(tenantId PName, physicalIndexTableName byte[], timestamp long, isNamespaceMapped boolean) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To |