9554eb4d72076a821a751b6d64d286b9991b4762
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Void to Long in method public call() : Long in class com.orientechnologies.orient.test.database.speed.LocalMTCreateDocumentSpeedTest.Saver | From | To | |
Change Variable Type | 2 | ||
Change Variable Type future : Future to future : Future<Long> in method public cycle() : void in class com.orientechnologies.orient.test.database.speed.LocalMTCreateDocumentSpeedTest | From | To | |
Change Variable Type sId : OModifiableLong to sId : Long in method public generateId() : OOperationUnitId in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitId | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type countLocks : int to countLocks : AtomicInteger in class com.orientechnologies.common.concur.lock.OLockManager.CountableLock | From | To | |
Change Attribute Type sharedIdCopy : ThreadLocal<OModifiableLong> to sharedIdCopy : ThreadLocal<Long> in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitId | From | To |