10909ae502095bac775d98e6d92288c5cad9b9a6
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 63
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable indexTable : HTable to table : HTable in method public testDropLocalIndexShouldDeleteDataFromLocalIndexTable() : void in class org.apache.phoenix.end2end.index.LocalIndexIT | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable physicalIndexName : byte[] to physicalTableName : byte[] in method private ensureLocalIndexTableDropped(physicalTableName byte[], timestamp long) : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl | From | To | |
Extract Variable | 3 | ||
Extract Variable ref : ColumnReference in method public readFields(input DataInput) : void from class org.apache.phoenix.index.IndexMaintainer | From | To | |
Extract Variable indexColumnFamily : String in method private projectIndexColumnFamily(context StatementContext, cfName String, tableRef TableRef, resolveColumn boolean, projectedExpressions List<Expression>, projectedColumns List<ExpressionProjector>) : void from class org.apache.phoenix.compile.ProjectionCompiler | From | To | |
Extract Variable columnReference : ColumnReference in method public buildDeleteMutation(kvBuilder KeyValueBuilder, oldState ValueGetter, dataRowKeyPtr ImmutableBytesWritable, pendingUpdates Collection<KeyValue>, ts long, regionStartKey byte[], regionEndKey byte[]) : Delete from class org.apache.phoenix.index.IndexMaintainer | From | To | |
Extract Method | 1 | ||
Extract Method public write(toWrite Collection<Pair<Mutation,byte[]>>, allowLocalUpdates boolean) : void extracted from public write(toWrite Collection<Pair<Mutation,byte[]>>) : void in class org.apache.phoenix.hbase.index.write.IndexWriter | From | To |