1065069eee37adf72602588ef4c3eb960604d55a
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private copyKeyIfNeeded(object Object) : Object from class com.orientechnologies.orient.core.index.OClassIndexManager to private copyKeyIfNeeded(object Object) : Object from class com.orientechnologies.orient.core.index.OIndexRecorder | From | To | |
| Extract Method | 3 | ||
| Extract Method private processIndexUpdate(iDocument ODocument, dirtyFields Set<String>, index OIndex<?>) : void extracted from public onRecordAfterUpdate(iDocument ODocument) : void in class com.orientechnologies.orient.core.index.OClassIndexManager | From | To | |
| Extract Method private addIndexEntry(document ODocument, rid OIdentifiable, index OIndex<?>) : void extracted from private addIndexesEntries(document ODocument) : void in class com.orientechnologies.orient.core.index.OClassIndexManager | From | To | |
| Extract Method private addIndexEntry(document ODocument, rid OIdentifiable, index OIndex<?>) : void extracted from private checkIndexedPropertiesOnCreation(record ODocument, indexes Collection<OIndex<?>>) : ODocument in class com.orientechnologies.orient.core.index.OClassIndexManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter iDocument : ODocument to document : ODocument in method public onRecordAfterCreate(document ODocument) : void in class com.orientechnologies.orient.core.index.OClassIndexManager | From | To |