2d4ad10d97ba36bc003729e57b0f752d0cf22553
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public setStatusIsSet(value boolean) : void renamed to public setTypeIsSet(value boolean) : void in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Method public isSetStatus() : boolean renamed to public isSetType() : boolean in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Method public unsetStatus() : void renamed to public unsetType() : void in class alluxio.thrift.AlluxioTException | From | To | |
| Move Method | 1 | ||
| Move Method public toThrift() : AlluxioTException from class alluxio.exception.status.AlluxioStatusException to public toThrift() : AlluxioTException from class alluxio.exception.AlluxioException | From | To | |
| Rename Variable | 4 | ||
| Rename Variable se : AlluxioStatusException to ae : AlluxioException in method protected retryRPC(rpc RpcCallableThrowsAlluxioTException<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
| Rename Variable that_present_status : boolean to that_present_type : boolean in method public equals(that AlluxioTException) : boolean in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Variable this_present_status : boolean to this_present_type : boolean in method public equals(that AlluxioTException) : boolean in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Variable se : AlluxioStatusException to ae : AlluxioException in method protected retryRPC(rpc RpcCallable<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute this_present_status : boolean to className : String in method public isSetClassName() : boolean in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute status : TExceptionStatus to type : String in class alluxio.thrift.AlluxioTException | From | To | |
| Rename Attribute STATUS_FIELD_DESC : TField to TYPE_FIELD_DESC : TField in class alluxio.thrift.AlluxioTException | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type se : AlluxioStatusException to ae : AlluxioException in method protected retryRPC(rpc RpcCallable<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
| Change Variable Type this_present_status : boolean to className : String in method public isSetClassName() : boolean in class alluxio.thrift.AlluxioTException | From | To | |
| Change Variable Type se : AlluxioStatusException to ae : AlluxioException in method protected retryRPC(rpc RpcCallableThrowsAlluxioTException<V,C>) : V in class alluxio.AbstractThriftClient | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type status : TExceptionStatus to type : String in class alluxio.thrift.AlluxioTException | From | To | |
| Extract Method | 2 | ||
| Extract Method public isSetClassName() : boolean extracted from public equals(that AlluxioTException) : boolean in class alluxio.thrift.AlluxioTException | From | To |