69c8d7a871640f2dcbab0a310097ed653ab67965
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private readNextNameIdEntry() : NameFileIdEntry renamed to private readNextNameIdEntryV1() : NameFileIdEntry in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Rename Method private readNameIdMap() : void renamed to private readNameIdMapV2() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Rename Variable | 1 | ||
Rename Variable fileId : Integer to intId : Integer in method public exists(fileName String) : boolean in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Rename Attribute | 1 | ||
Rename Attribute NAME_ID_MAP : String to NAME_ID_MAP_V2 : String in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Extract Variable | 1 | ||
Extract Variable fileId : int in method private readNameIdMapV2() : void from class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type intId : int to intId : Integer in method public checkStoredPages(commandOutputListener OCommandOutputListener) : OPageDataVerificationError[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Extract Method | 2 | ||
Extract Method private checkFileStoredPages(commandOutputListener OCommandOutputListener, notificationTimeOut int, errors List<OPageDataVerificationError>, intId Integer) : void extracted from public checkStoredPages(commandOutputListener OCommandOutputListener) : OPageDataVerificationError[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Extract Method private writeNameIdEntry(nameIdMapHolder FileChannel, nameFileIdEntry NameFileIdEntry, sync boolean) : void extracted from private writeNameIdEntry(nameFileIdEntry NameFileIdEntry, sync boolean) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To |