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