69ad5ecc3824911ac8d1bfbeab0d379043546afb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method public addUser() : int from class com.orientechnologies.orient.core.storage.OStorageAbstract to public addUser() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Push Down Method public getUsers() : int from class com.orientechnologies.orient.core.storage.OStorageAbstract to public getUsers() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Push Down Method public removeUser() : int from class com.orientechnologies.orient.core.storage.OStorageAbstract to public removeUser() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Push Down Method protected checkForClose(force boolean) : boolean from class com.orientechnologies.orient.core.storage.OStorageAbstract to private checkForClose(force boolean) : boolean from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Move Method | 3 | ||
Move Method public addUser() : int from class com.orientechnologies.orient.server.distributed.ODistributedStorage to public addUser() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Move Method public removeUser() : int from class com.orientechnologies.orient.server.distributed.ODistributedStorage to public removeUser() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Move Method public getUsers() : int from class com.orientechnologies.orient.server.distributed.ODistributedStorage to public getUsers() : int from class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lock : OSharedResourceAdaptiveExternal to dataLock : OSharedResourceAdaptiveExternal in class com.orientechnologies.orient.core.storage.OStorageAbstract | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clusterMap : ConcurrentMap<String,OCluster> to clusterMap : Map<String,OCluster> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To |