041fbe2c893a8f85a11df3d9a004dd33133bc357
Files Diff
- Added: 6
 - Removed: 0
 - Renamed: 0
 - Modified: 19
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private addFile(fileClassic OFileClassic) : void renamed to private createFile(fileClassic OFileClassic) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Method private loadFile(fileClassic OFileClassic) : void renamed to private openFile(fileClassic OFileClassic) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Method private createFile(fileName String) : OFileClassic renamed to private createFileInstance(fileName String) : OFileClassic in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type fileId : int to fileId : long in method private doDeleteFile(fileId long) : String in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Variable | 6 | ||
| Rename Variable counter : int to n : int in method public delete() : long[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Variable fileEntry : Map.Entry<Integer,OFileClassic> to intId : Integer in method public close() : long[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Variable fileId : long to intId : int in method public flush() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Variable counter : int to n : int in method public close() : long[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Rename Variable fileClassic : OFileClassic to intId : int in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask | From | To | |
| Rename Variable result : long[] to ids : long[] in method public close() : long[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Change Return Type | 3 | ||
| Change Return Type boolean to void in method public open() : void in class com.orientechnologies.orient.core.storage.fs.OFile | From | To | |
| Change Return Type boolean to void in method public open() : void in class com.orientechnologies.orient.core.storage.fs.OFileClassic | From | To | |
| Change Return Type boolean to void in method public open() : void in class com.orientechnologies.orient.core.storage.impl.local.OSingleFileSegment | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type fileId : long to intId : int in method public flush() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Change Variable Type fileClassic : OFileClassic to intId : int in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask | From | To | |
| Change Variable Type fileEntry : Map.Entry<Integer,OFileClassic> to intId : Integer in method public close() : long[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.orientechnologies.common.collection.closabledictionary.OClosableItem from classes [com.orientechnologies.orient.core.storage.fs.OFileClassic] | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type files : ConcurrentMap<Integer,OFileClassic> to files : OClosableLinkedContainer<Long,OFileClassic> in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
| Change Attribute Type wowCache : OWriteCache to wowCache : OWOWCache in class com.orientechnologies.orient.core.index.hashindex.local.cache.WOWCacheTest | From | To | |
| Change Attribute Type writeBuffer : OWriteCache to writeBuffer : OWOWCache in class com.orientechnologies.orient.core.storage.cache.local.twoq.ReadWriteDiskCacheTest | From | To | |
| Change Attribute Type writeBuffer : OWriteCache to writeBuffer : OWOWCache in class com.orientechnologies.orient.core.index.hashindex.local.arc.ReadWriteCacheConcurrentTest | From | To |