7c64029c117fce5782f1aa41c486b69c6b35c946
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type OLockManager<Object> to OSimpleLockManager<Object> in method public getIndexKeyLockManager() : OSimpleLockManager<Object> in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To | |
| Change Return Type OLockManager<ORID> to OSimpleLockManager<ORID> in method public getRecordLockManager() : OSimpleLockManager<ORID> in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type recordLockManager : OLockManager<ORID> to recordLockManager : OSimpleLockManager<ORID> in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To | |
| Change Attribute Type indexKeyLockManager : OLockManager<Object> to indexKeyLockManager : OSimpleLockManager<Object> in class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To |