d033cbb715aa6153c4b764ef6638b7a1cecee64e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public setTimeoutTimestamp(timeoutTimestamp long) : void renamed to public setTimeout(timeout long) : void in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedContainerWithTimestamp | From | To | |
Rename Method private getTimeoutTimestamp(o Delayed) : long renamed to private getTimeout(o Delayed) : long in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil | From | To | |
Rename Method public getTimeoutTimestamp() : long renamed to public getTimeout() : long in class org.apache.hadoop.hbase.procedure2.util.TestDelayedUtil.ZeroDelayContainer | From | To | |
Rename Method public getTimeoutTimestamp() : long renamed to public getTimeout() : long in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor.InlineChore | From | To | |
Rename Method public getTimeoutTimestamp() : long renamed to public getTimeout() : long in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedWithTimeout | From | To | |
Rename Method public getTimeoutTimestamp() : long renamed to public getTimeout() : long in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedContainerWithTimestamp | From | To | |
Rename Attribute | 1 | ||
Rename Attribute timeoutTimestamp : long to timeout : long in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedContainerWithTimestamp | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ENSEMBLE_TABLE_NAME : String to ENSEMBLE_TABLE_NAME : TableName in class org.apache.hadoop.hbase.HConstants | From | To | |
Rename Parameter | 3 | ||
Rename Parameter timeoutTime : long to timeout : long in method public getRemainingTime(resultUnit TimeUnit, timeout long) : long in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil | From | To | |
Rename Parameter timeoutTimestamp : long to timeout : long in method public DelayedContainerWithTimestamp(object T, timeout long) in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedContainerWithTimestamp | From | To | |
Rename Parameter timeoutTimestamp : long to timeout : long in method public setTimeout(timeout long) : void in class org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedContainerWithTimestamp | From | To |