82c83b54f8683cd3f844d2c569546e76058edf11
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public isSkipConsistencyCheck() : boolean renamed to public isUnchecked() : boolean in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Method public isSetSkipConsistencyCheck() : boolean renamed to public isSetUnchecked() : boolean in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Method public setSkipConsistencyCheckIsSet(value boolean) : void renamed to public setUncheckedIsSet(value boolean) : void in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Method public unsetSkipConsistencyCheck() : void renamed to public unsetUnchecked() : void in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Variable | 3 | ||
| Rename Variable present_skipConsistencyCheck : boolean to present_unchecked : boolean in method public hashCode() : int in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Variable that_present_skipConsistencyCheck : boolean to that_present_unchecked : boolean in method public equals(that DeleteTOptions) : boolean in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Variable this_present_skipConsistencyCheck : boolean to this_present_unchecked : boolean in method public equals(that DeleteTOptions) : boolean in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute SKIP_CONSISTENCY_CHECK_FIELD_DESC : TField to UNCHECKED_FIELD_DESC : TField in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Attribute __SKIPCONSISTENCYCHECK_ISSET_ID : int to __UNCHECKED_ISSET_ID : int in class alluxio.thrift.DeleteTOptions | From | To | |
| Rename Attribute skipConsistencyCheck : boolean to unchecked : boolean in class alluxio.thrift.DeleteTOptions | From | To |