944e165247145e110675ebc6bb9ed8ffe193270d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type task : TimerTask to task : Runnable in method public scheduleTask(task Runnable, delay long, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Change Parameter Type task : TimerTask to task : Runnable in method public scheduleTask(task Runnable, firstTime Date, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Rename Variable | 2 | ||
Rename Variable task : TimerTask to timerTask : TimerTask in method public scheduleTask(task Runnable, delay long, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Rename Variable task : TimerTask to timerTask : TimerTask in method public scheduleTask(task Runnable, firstTime Date, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Change Return Type | 2 | ||
Change Return Type void to TimerTask in method public scheduleTask(task Runnable, firstTime Date, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Change Return Type void to TimerTask in method public scheduleTask(task Runnable, delay long, period long) : TimerTask in class com.orientechnologies.orient.core.Orient | From | To | |
Change Variable Type | 1 | ||
Change Variable Type timerTask : TimerTask to timerTask : Runnable in method public config(iServer OServer, iParams OServerParameterConfiguration[]) : void in class com.orientechnologies.orient.server.handler.OAutomaticBackup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type healthCheckerTask : OClusterHealthChecker to healthCheckerTask : TimerTask in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | From | To |