fedbca8bf090baccaaed5d555daeba2ba9da5f32
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 48
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public doBeforeTestSetup() : void renamed to public initTable() : void in class org.apache.phoenix.end2end.LikeExpressionIT | From | To | |
Rename Method public doSetup() : void renamed to public initTables() : void in class org.apache.phoenix.end2end.DistinctPrefixFilterIT | From | To | |
Rename Method public doBeforeTestSetup() : void renamed to public initTable() : void in class org.apache.phoenix.end2end.DynamicColumnIT | From | To | |
Rename Method public initTables() : void renamed to public initTable() : void in class org.apache.phoenix.end2end.ArrayFillFunctionIT | From | To | |
Move Method | 2 | ||
Move Method public doSetup() : void from class org.apache.phoenix.end2end.BaseParallelIT to public doSetup() : void from class org.apache.phoenix.end2end.ParallelStatsDisabledIT | From | To | |
Move Method public testDelete() : void from class org.apache.phoenix.tx.TransactionIT to public testDelete() : void from class org.apache.phoenix.tx.NotThreadSafeTransactionIT | From | To | |
Rename Attribute | 3 | ||
Rename Attribute TABLE_NAME : String to tableName : String in class org.apache.phoenix.end2end.AlterSessionIT | From | To | |
Rename Attribute TABLE_NAME : String to tableName : String in class org.apache.phoenix.end2end.StringToArrayFunctionIT | From | To | |
Rename Attribute REGIONS : String to tableName : String in class org.apache.phoenix.end2end.ArrayFillFunctionIT | From | To | |
Extract Variable | 2 | ||
Extract Variable conn : Connection in method private getConnection(props Properties) : Connection from class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Variable conn : Connection in method private getConnection(props Properties) : Connection from class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method | 35 | ||
Extract Method private getConnection() : Connection extracted from public testCheckpointForDeleteAndUpsert() : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testAlterTableWithImmutability() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testWithMultiCF() : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testMultipleUpdatesToSingleRow() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testCompoundIndexKey() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testBug2074() : void in class org.apache.phoenix.iterate.RoundRobinResultIteratorIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testCoveredColumns() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from private testRollbackOfUncommittedDelete(indexDDL String, fullTableName String) : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testRollbackOfUncommittedExistingKeyValueIndexUpdate() : void in class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testRollbackOfUncommittedKeyValueIndexInsert() : void in class org.apache.phoenix.end2end.index.txn.RollbackIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testCoveredColumnUpdates() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from private testNoDuplicatesAfterUpdateStats(splitKey String) : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testUpsertingNullForIndexedColumns() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testCheckpointForUpsertSelect() : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testSomeUpdateEmptyStats() : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testCompoundIndexKey() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testRollbackOfUncommittedRowKeyIndexInsert() : void in class org.apache.phoenix.end2end.index.txn.RollbackIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testUpsertSelectDoesntSeeUpsertedData() : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testCoveredColumns() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testRowCountAndByteCounts() : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testRollbackOfUncommittedExistingRowKeyIndexUpdate() : void in class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testUpsertingNullForIndexedColumns() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testCoveredColumnUpdates() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from private testCompactUpdatesStats(minStatsUpdateFreq Integer, tableName String) : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testAlterTableWithImmutability() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testUpdateEmptyStats() : void in class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract Method private getConnection() : Connection extracted from private testMutableTableIndexMaintanence(dataTableName String, dataTableFullName String, indexTableName String, indexTableFullName String, tableSaltBuckets Integer, indexSaltBuckets Integer) : void in class org.apache.phoenix.end2end.index.SaltedIndexIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testMultipleUpdatesToSingleRow() : void in class org.apache.phoenix.end2end.index.MutableIndexIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testConcatenatingSerialIterators() : void in class org.apache.phoenix.end2end.SerialIteratorsIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testCheckpointForUpsertSelect() : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection() : Connection extracted from public setup() : void in class org.apache.phoenix.end2end.SpooledTmpFileDeleteIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testMultiRollbackOfUncommittedExistingRowKeyIndexUpdate() : void in class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract Method private getConnection(props Properties) : Connection extracted from public testCheckpointForDeleteAndUpsert() : void in class org.apache.phoenix.tx.TxCheckpointIT | From | To | |
Extract Method private getConnection() : Connection extracted from public testCheckpointAndRollback() : void in class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract And Move Method | 33 | ||
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.StatsCollectorIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.SkipScanAfterManualSplitIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.SerialIteratorsIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.iterate.RoundRobinResultIteratorIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.index.SaltedIndexIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.index.txn.MutableRollbackIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDropViewKeepsHTable() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.SerialIteratorsIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.index.SaltedIndexIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.SerialIteratorsIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.end2end.index.txn.RollbackIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testDroppingIndexedColDropsIndex() : void in class org.apache.phoenix.end2end.index.DropMetadataIT & moved to class org.apache.phoenix.iterate.RoundRobinResultIteratorIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.SkipScanAfterManualSplitIT | From | To | |
Extract And Move Method private getConnection() : Connection extracted from public testTenantSpecificConnection() : void in class org.apache.phoenix.end2end.index.MutableIndexIT & moved to class org.apache.phoenix.end2end.index.txn.RollbackIT | From | To |