ab88c579d134bb05f1bca3adef9f9f133c4b1def
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 5 | ||
Extract Variable localNodeName : String in method public deleteRecord(iRecordId ORecordId, iVersion ORecordVersion, iMode int, iCallback ORecordCallback<Boolean>) : OStorageOperationResult<Boolean> from class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract Variable localNodeName : String in method public commit(iTx OTransaction, callback Runnable) : void from class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract Variable localNodeName : String in method public command(iCommand OCommandRequestText) : Object from class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract Variable localNodeName : String in method public createRecord(iRecordId ORecordId, iContent byte[], iRecordVersion ORecordVersion, iRecordType byte, iMode int, iCallback ORecordCallback<Long>) : OStorageOperationResult<OPhysicalPosition> from class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract Variable localNodeName : String in method public updateRecord(iRecordId ORecordId, updateContent boolean, iContent byte[], iVersion ORecordVersion, iRecordType byte, iMode int, iCallback ORecordCallback<ORecordVersion>) : OStorageOperationResult<ORecordVersion> from class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public executeAsDistributed(iCallback Callable<Object>) : Object extracted from private saveInternal() : void in class com.orientechnologies.orient.core.metadata.schema.OSchemaShared & moved to class com.orientechnologies.orient.core.db.OScenarioThreadLocal | From | To |