712fe69e4da3ff291244bda55b6656ce3dc51f72
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package midRowResultFormed() : boolean renamed to package mayHaveMoreCellsInRow() : boolean in class org.apache.hadoop.hbase.regionserver.ScannerContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute partial : boolean to mayHaveMoreCellsInRow : boolean in class org.apache.hadoop.hbase.client.Result | From | To | |
Rename Parameter | 2 | ||
Rename Parameter partial : boolean to mayHaveMoreCellsInRow : boolean in method public create(cells Cell[], exists Boolean, stale boolean, mayHaveMoreCellsInRow boolean) : Result in class org.apache.hadoop.hbase.client.Result | From | To | |
Rename Parameter partial : boolean to mayHaveMoreCellsInRow : boolean in method private Result(cells Cell[], exists Boolean, stale boolean, mayHaveMoreCellsInRow boolean) in class org.apache.hadoop.hbase.client.Result | From | To |