90cf5730058246914e7fc616c43f2837fd499824
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable newGPInfo : GuidePostsInfo to guidePosts : GuidePostsInfo in method public readStatistics(statsHTable HTableInterface, tableNameBytes byte[], clientTimeStamp long) : PTableStats in class org.apache.phoenix.schema.stats.StatisticsUtil | From | To | |
| Rename Variable gp : GuidePostsInfo to gps : GuidePostsInfo in method public addStats(tracker StatisticsCollector, cfKey ImmutableBytesPtr, mutations List<Mutation>) : void in class org.apache.phoenix.schema.stats.StatisticsWriter | From | To | |
| Extract Method | 2 | ||
| Extract Method public addGuidePost(row byte[], byteCount long, rowCount long) : boolean extracted from public addGuidePost(row byte[], byteCount long) : boolean in class org.apache.phoenix.schema.stats.GuidePostsInfo | From | To | |
| Extract Method public newTableRowsScan(startKey byte[], stopKey byte[], startTimeStamp long, stopTimeStamp long) : Scan extracted from public newTableRowsScan(key byte[], startTimeStamp long, stopTimeStamp long) : Scan in class org.apache.phoenix.util.MetaDataUtil | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter key : byte[] to startKey : byte[] in method public newTableRowsScan(startKey byte[], stopKey byte[], startTimeStamp long, stopTimeStamp long) : Scan in class org.apache.phoenix.util.MetaDataUtil | From | To | |
| Rename Parameter region : byte[] to guidePostStartKey : byte[] in method public getRowKey(table byte[], fam ImmutableBytesPtr, guidePostStartKey byte[]) : byte[] in class org.apache.phoenix.schema.stats.StatisticsUtil | From | To |