78e74b92df6e247f8df9e240566e579671ba2b29
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager.DeadThreadsStatistic renamed to com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager.ImmutableStatistic | From | To | |
Change Variable Type | 3 | ||
Change Variable Type ds : DeadThreadsStatistic to ds : ImmutableStatistic in method private fetchSystemCounters(countersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
Change Variable Type oldDS : DeadThreadsStatistic to oldDS : ImmutableStatistic in method private updateDeadThreadsStatistic(threadsToRemove ArrayList<Thread>) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
Change Variable Type ds : DeadThreadsStatistic to ds : ImmutableStatistic in method private fetchComponentCounters(componentName String, componentCountersHolder PerformanceCountersHolder) : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
Inline Variable | 1 | ||
Inline Variable en : boolean in method public getSessionPerformanceStatistic() : OSessionStoragePerformanceStatistic from class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type deadThreadsStatistic : DeadThreadsStatistic to deadThreadsStatistic : ImmutableStatistic in class com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | From | To |