f14ba8b2d7fb3dc15617d6d1e9b6b70047b2fbe7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getAmountOfPagesReadFromFileSystem() : long renamed to public getAmountOfPagesReadFromFile() : long in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Rename Method public getAmountOfPagesReadFromFileSystem() : long renamed to public getAmountOfPagesReadFromFile() : long in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatisticMXBean | From | To | |
Rename Attribute | 1 | ||
Rename Attribute measurementIsEnabled : boolean to measurementEnabled : boolean in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Extract Variable | 4 | ||
Extract Variable pageSpeed : long in method public getReadSpeedFromFileInMB() : long from class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Extract Variable pagesSpeed : long in method public getReadSpeedFromCacheInMB() : long from class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Extract Variable pageSpeed : long in method public getWriteSpeedInCacheInMB() : long from class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Extract Variable pageSpeed : long in method public getWriteSpeedInFileInMB() : long from class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ct : TimerTask to ct : ScheduledFuture<?> in method public stopMeasurement() : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type updateTimer : Timer to updateTimer : ScheduledExecutorService in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To | |
Change Attribute Type updateTask : TimerTask to updateTask : ScheduledFuture<?> in class com.orientechnologies.orient.core.storage.impl.local.statistic.OStoragePerformanceStatistic | From | To |