5e418c1c0fe5e8dc9361b6b9d25977ed7edd307b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type className : String to timerClass : Class<HeartbeatTimer> in method public setTimerClass(name String, timerClass Class<HeartbeatTimer>) : void in class tachyon.heartbeat.HeartbeatContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sExecutorTimerClasses : Map<String,String> to sTimerClasses : Map<String,Class<HeartbeatTimer>> in class tachyon.heartbeat.HeartbeatContext | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type SCHEDULED_TIMER_CLASS : String to SCHEDULED_TIMER_CLASS : Class<HeartbeatTimer> in class tachyon.heartbeat.HeartbeatContext | From | To | |
Change Attribute Type SLEEPING_TIMER_CLASS : String to SLEEPING_TIMER_CLASS : Class<HeartbeatTimer> in class tachyon.heartbeat.HeartbeatContext | From | To | |
Change Attribute Type sExecutorTimerClasses : Map<String,String> to sTimerClasses : Map<String,Class<HeartbeatTimer>> in class tachyon.heartbeat.HeartbeatContext | From | To | |
Rename Parameter | 2 | ||
Rename Parameter threadName : String to name : String in method public await(name String) : void in class tachyon.heartbeat.HeartbeatScheduler | From | To | |
Rename Parameter className : String to timerClass : Class<HeartbeatTimer> in method public setTimerClass(name String, timerClass Class<HeartbeatTimer>) : void in class tachyon.heartbeat.HeartbeatContext | From | To |