436bab01d125383f6172120337098509c5e86b9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable tablePropertyCells : List<Cell> to tablePropertyCellMap : Map<TableProperty,Cell> in method private addColumnsAndTablePropertiesToChildViews(basePhysicalTable PTable, tableMetadata List<Mutation>, mutationsForAddingColumnsToViews List<Mutation>, schemaName byte[], tableName byte[], invalidateList List<ImmutableBytesPtr>, clientTimeStamp long, childViewsResult TableViewFinderResult, region Region, locks List<RowLock>) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Rename Variable viewTable : PTable to viewTable1 : PTable in method public testAlterPropertiesOfParentTable() : void in class org.apache.phoenix.end2end.AlterTableWithViewsIT | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tablePropertyCells : List<Cell> to tablePropertyCellMap : Map<TableProperty,Cell> in method private addColumnsAndTablePropertiesToChildViews(basePhysicalTable PTable, tableMetadata List<Mutation>, mutationsForAddingColumnsToViews List<Mutation>, schemaName byte[], tableName byte[], invalidateList List<ImmutableBytesPtr>, clientTimeStamp long, childViewsResult TableViewFinderResult, region Region, locks List<RowLock>) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable view : PTable in method public testValidateAttributes() : void from class org.apache.phoenix.end2end.AppendOnlySchemaIT | From | To |