f12cb54b357bf0d2bc76d97def552486ead245c7
Files Diff
- Added: 3
 - Removed: 1
 - Renamed: 0
 - Modified: 20
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public startPageWriteFromCacheTimer() : void renamed to public startPageWriteToCacheTimer() : void in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Change Return Type | 3 | ||
| Change Return Type OStoragePerformanceStatistic to OSessionStoragePerformanceStatistic in method public clearThreadLocalInstance() : OSessionStoragePerformanceStatistic in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Change Return Type OStoragePerformanceStatistic to OSessionStoragePerformanceStatistic in method public completeGatheringPerformanceStatisticForCurrentThread() : OSessionStoragePerformanceStatistic in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
| Change Return Type OStoragePerformanceStatistic to OSessionStoragePerformanceStatistic in method public getStatisticInstance() : OSessionStoragePerformanceStatistic in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.orientechnologies.orient.core.storage.impl.local.OStoragePerformanceStatistic moved and renamed to com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type performanceStatistic : OStoragePerformanceStatistic to performanceStatistic : OSessionStoragePerformanceStatistic in method public execute(request OSQLAsynchQuery<ODocument>, context OCommandContext, progressListener OProgressListener) : Object in class com.orientechnologies.orient.core.sql.parser.OProfileStorageStatement | From | To | |
| Change Variable Type result : OStoragePerformanceStatistic to result : OSessionStoragePerformanceStatistic in method public clearThreadLocalInstance() : OSessionStoragePerformanceStatistic in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type THREAD_LOCAL : ThreadLocal<OStoragePerformanceStatistic> to THREAD_LOCAL : ThreadLocal<OSessionStoragePerformanceStatistic> in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To | |
| Change Attribute Type MEGABYTE : long to MEGABYTE : int in class com.orientechnologies.orient.core.storage.impl.local.statistic.OSessionStoragePerformanceStatistic | From | To |