9a73a9ad7d591b93f59804fe0471630c373bf180
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type threadsToRemove : ArrayList<Thread> to threadsToRemove : Collection<Thread> in method private updateDeadThreadsStatistic(threadsToRemove Collection<Thread>) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
| Rename Variable | 2 | ||
| Rename Variable performanceStatistic : OSessionStoragePerformanceStatistic to statistic : OSessionStoragePerformanceStatistic in method private fetchSystemCounters(countersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
| Rename Variable performanceStatistic : OSessionStoragePerformanceStatistic to statistic : OSessionStoragePerformanceStatistic in method private fetchComponentCounters(componentName String, componentCountersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type threadsToRemove : ArrayList<Thread> to threadsToRemove : Collection<Thread> in method private fetchSystemCounters(countersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
| Change Variable Type threadsToRemove : ArrayList<Thread> to threadsToRemove : List<Thread> in method private fetchComponentCounters(componentName String, componentCountersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To |