e311a905b781a304329e8ba6aef4baac374d0d68
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type rawTable : SimpleRawTable to rawTable : RawTable in method public updateRawTableMetadata(rawTable RawTable, metadata ByteBuffer) : void in class tachyon.client.table.TachyonRawTablesCore | From | To | |
Change Parameter Type rawTable : SimpleRawTable to rawTable : RawTable in method public getInfo(rawTable RawTable) : RawTableInfo in class tachyon.client.table.AbstractTachyonRawTables | From | To | |
Change Parameter Type rawTable : SimpleRawTable to rawTable : RawTable in method public updateRawTableMetadata(rawTable RawTable, metadata ByteBuffer) : void in class tachyon.client.table.AbstractTachyonRawTables | From | To | |
Change Parameter Type rawTable : SimpleRawTable to rawTable : RawTable in method public getInfo(rawTable RawTable) : RawTableInfo in class tachyon.client.table.TachyonRawTablesCore | From | To | |
Move Method | 2 | ||
Move Method public getColumnPath(tablePath String, columnIndex int) : String from class tachyon.client.table.RawColumn to private getColumnPath(rawTablePath String, columnIndex int) : String from class tachyon.client.table.AbstractTachyonRawTables | From | To | |
Move Method public getRawTableId() : long from class tachyon.client.table.SimpleRawTable to public getRawTableId() : long from class tachyon.client.table.RawTable | From | To | |
Change Return Type | 4 | ||
Change Return Type SimpleRawTable to RawTable in method public open(path TachyonURI) : RawTable in class tachyon.client.table.AbstractTachyonRawTables | From | To | |
Change Return Type SimpleRawTable to RawTable in method public create(path TachyonURI, numColumns int, metadata ByteBuffer) : RawTable in class tachyon.client.table.AbstractTachyonRawTables | From | To | |
Change Return Type SimpleRawTable to RawTable in method public open(path TachyonURI) : RawTable in class tachyon.client.table.TachyonRawTablesCore | From | To | |
Change Return Type SimpleRawTable to RawTable in method public create(path TachyonURI, numColumns int, metadata ByteBuffer) : RawTable in class tachyon.client.table.TachyonRawTablesCore | From | To | |
Move Attribute | 1 | ||
Move Attribute private mRawTableId : long from class tachyon.client.table.SimpleRawTable to private mRawTableId : long from class tachyon.client.table.RawTable | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mRawTableInfo : RawTableInfo to mRawTableId : long in class tachyon.client.table.RawTable | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mRawTableInfo : RawTableInfo to mRawTableId : long in class tachyon.client.table.RawTable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tablePath : String to rawTablePath : String in method private getColumnPath(rawTablePath String, columnIndex int) : String in class tachyon.client.table.AbstractTachyonRawTables | From | To |