554f3ad62866e2ebaf4d3e0fde87c1279603de7f
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method private flushChunk(lsnFlushInterval long, startSegment long, endSegment long) : int moved from class com.orientechnologies.orient.core.storage.cache.local.OWOWCache to class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask & inlined to public run() : void | From | To | |
| Rename Variable | 2 | ||
| Rename Variable pages : TreeSet<PageKey> to firstSegmentIndex : long in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask | From | To | |
| Rename Variable startTs : long to ts : long in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pages : TreeSet<PageKey> to firstSegmentIndex : long in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type lock : ReadWriteLock to lock : ScalableRWLock in class com.orientechnologies.orient.core.storage.fs.OFileClassic | From | To |