32aff39108b09985c5246b330ea22ab231511af2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public doTeardown() : void from class org.apache.phoenix.end2end.BaseOwnClusterIT to public doTeardown() : void from class org.apache.phoenix.end2end.BaseUniqueNamesOwnClusterIT | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<Boolean> to Collection<Boolean[]> in method public data() : Collection<Boolean[]> in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute testTable : String to tableName : String in method public testRoundRobinBehavior() : void in class org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.phoenix.end2end.BaseUniqueNamesOwnClusterIT from classes [org.apache.phoenix.end2end.BaseOwnClusterIT, org.apache.phoenix.end2end.CountDistinctCompressionIT, org.apache.phoenix.end2end.QueryTimeoutIT, org.apache.phoenix.end2end.QueryWithLimitIT, org.apache.phoenix.end2end.RenewLeaseIT, org.apache.phoenix.end2end.StatsCollectorIT, org.apache.phoenix.end2end.index.BaseLocalIndexIT, org.apache.phoenix.end2end.index.ImmutableIndexIT, org.apache.phoenix.end2end.index.txn.TxWriteFailureIT, org.apache.phoenix.iterate.RoundRobinResultIteratorWithStatsIT, org.apache.phoenix.monitoring.PhoenixMetricsIT, org.apache.phoenix.rpc.PhoenixClientRpcIT, org.apache.phoenix.rpc.PhoenixServerRpcIT] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute INDEX_TABLE_FULL_NAME : String to indexTableFullName : String in class org.apache.phoenix.rpc.PhoenixServerRpcIT | From | To | |
Extract Method | 1 | ||
Extract Method public isNamespaceMappingEnabled(type PTableType, conf Configuration) : boolean extracted from public getPhysicalTableName(fullTableName byte[], conf Configuration) : TableName in class org.apache.phoenix.util.SchemaUtil | From | To |