ea493380552ff96d3edc98e8e1158c0fb92824b9
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 28
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public ODistributedStorage(iServer OServer, wrapped OAbstractPaginatedStorage) renamed to public wrap(wrapped OAbstractPaginatedStorage) : void in class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
| Rename Method public executeInDatabaseLock(databaseName String, iCallback Callable<T>) : T renamed to public executeInDistributedDatabaseLock(databaseName String, iCallback OCallable<T,ODistributedConfiguration>) : T in class com.orientechnologies.orient.server.distributed.ODistributedAbstractPlugin | From | To | |
| Rename Method public getCachedValue(key Object) : Object renamed to public getLocalCachedValue(key Object) : Object in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedMap | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type iCallback : Callable<T> to iCallback : OCallable<T,ODistributedConfiguration> in method public executeInDistributedDatabaseLock(databaseName String, iCallback OCallable<T,ODistributedConfiguration>) : T in class com.orientechnologies.orient.server.distributed.ODistributedAbstractPlugin | From | To | |
| Change Return Type | 1 | ||
| Change Return Type RUN_MODE to RunContext in method public get() : RunContext in class com.orientechnologies.orient.core.db.OScenarioThreadLocal | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute iServer : OServer to serverInstance : OServer in method public wrap(wrapped OAbstractPaginatedStorage) : void in class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
| Extract Variable | 2 | ||
| Extract Variable dbName : String in method public onCreate(iDatabase ODatabaseInternal) : void from class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
| Extract Variable dbName : String in method public onOpen(iDatabase ODatabaseInternal) : void from class com.orientechnologies.orient.server.distributed.ODistributedAbstractPlugin | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type result : RUN_MODE to result : RunContext in method public get() : RunContext in class com.orientechnologies.orient.core.db.OScenarioThreadLocal | From | To | |
| Extract Method | 1 | ||
| Extract Method protected getStorage(dbName String) : ODistributedStorage extracted from public onOpen(iDatabase ODatabaseInternal) : void in class com.orientechnologies.orient.server.distributed.ODistributedAbstractPlugin | From | To |