6ca7ff61ca9d8d89343fb331aed25afe174c8ca5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private getConnection(tenantSpecific boolean, tenantId String, isNamespaceMappingEnabled boolean) : Connection extracted from private getConnection(tenantSpecific boolean, tenantId String) : Connection in class org.apache.phoenix.end2end.UpgradeIT | From | To | |
Extract Method private getViewIndexSequenceValue(connection PhoenixConnection, tenantIdStr String, parentTable PTable, physicalName PName) : long extracted from public createTable(controller RpcController, request CreateTableRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To |