1e3e693dec06ef912604ee6099644c7acb2b3546
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 8 | ||
Rename Method public setUnderFsLocations(underFsLocations List<NetAddress>) : FileBlockInfo renamed to public setUfsLocations(ufsLocations List<NetAddress>) : FileBlockInfo in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public getUnderFsLocationsSize() : int renamed to public getUfsLocationsSize() : int in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public addToUnderFsLocations(elem NetAddress) : void renamed to public addToUfsLocations(elem NetAddress) : void in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public getUnderFsLocations() : List<NetAddress> renamed to public getUfsLocations() : List<NetAddress> in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public setUnderFsLocationsIsSet(value boolean) : void renamed to public setUfsLocationsIsSet(value boolean) : void in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public isSetUnderFsLocations() : boolean renamed to public isSetUfsLocations() : boolean in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public unsetUnderFsLocations() : void renamed to public unsetUfsLocations() : void in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Method public getUnderFsLocationsIterator() : Iterator<NetAddress> renamed to public getUfsLocationsIterator() : Iterator<NetAddress> in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Variable | 4 | ||
Rename Variable that_present_underFsLocations : boolean to that_present_ufsLocations : boolean in method public equals(that FileBlockInfo) : boolean in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Variable __this__underFsLocations : List<NetAddress> to __this__ufsLocations : List<NetAddress> in method public FileBlockInfo(other FileBlockInfo) in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Variable this_present_underFsLocations : boolean to this_present_ufsLocations : boolean in method public equals(that FileBlockInfo) : boolean in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Variable present_underFsLocations : boolean to present_ufsLocations : boolean in method public hashCode() : int in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Attribute | 2 | ||
Rename Attribute UNDER_FS_LOCATIONS_FIELD_DESC : TField to UFS_LOCATIONS_FIELD_DESC : TField in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Attribute underFsLocations : List<NetAddress> to ufsLocations : List<NetAddress> in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Parameter | 2 | ||
Rename Parameter underFsLocations : List<NetAddress> to ufsLocations : List<NetAddress> in method public FileBlockInfo(blockInfo BlockInfo, offset long, ufsLocations List<NetAddress>) in class tachyon.thrift.FileBlockInfo | From | To | |
Rename Parameter underFsLocations : List<NetAddress> to ufsLocations : List<NetAddress> in method public setUfsLocations(ufsLocations List<NetAddress>) : FileBlockInfo in class tachyon.thrift.FileBlockInfo | From | To |