fc5595a623bd5fab17a42de83a29f57dcccb9142
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public isSetName() : boolean renamed to public isSetClassName() : boolean in class alluxio.thrift.AlluxioTException | From | To | |
Rename Method public setName(name String) : AlluxioTException renamed to public setClassName(className String) : AlluxioTException in class alluxio.thrift.AlluxioTException | From | To | |
Rename Method public unsetName() : void renamed to public unsetClassName() : void in class alluxio.thrift.AlluxioTException | From | To | |
Rename Method public setNameIsSet(value boolean) : void renamed to public setClassNameIsSet(value boolean) : void in class alluxio.thrift.AlluxioTException | From | To | |
Rename Method public getName() : String renamed to public getClassName() : String in class alluxio.thrift.AlluxioTException | From | To | |
Rename Variable | 3 | ||
Rename Variable that_present_name : boolean to that_present_className : boolean in method public equals(that AlluxioTException) : boolean in class alluxio.thrift.AlluxioTException | From | To | |
Rename Variable present_name : boolean to present_className : boolean in method public hashCode() : int in class alluxio.thrift.AlluxioTException | From | To | |
Rename Variable this_present_name : boolean to this_present_className : boolean in method public equals(that AlluxioTException) : boolean in class alluxio.thrift.AlluxioTException | From | To | |
Rename Attribute | 2 | ||
Rename Attribute NAME_FIELD_DESC : TField to CLASS_NAME_FIELD_DESC : TField in class alluxio.thrift.AlluxioTException | From | To | |
Rename Attribute name : String to className : String in class alluxio.thrift.AlluxioTException | From | To | |
Rename Parameter | 2 | ||
Rename Parameter name : String to className : String in method public AlluxioTException(type String, message String, className String) in class alluxio.thrift.AlluxioTException | From | To | |
Rename Parameter name : String to className : String in method public setClassName(className String) : AlluxioTException in class alluxio.thrift.AlluxioTException | From | To |