ae87097b96c186f64727f578bade93389a2519e6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public getStorage() : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract to public getStorage() : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentRemote | From | To | |
Push Down Method public getStorage() : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract to public getStorage() : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded | From | To | |
Push Down Method public replaceStorage(iNewStorage OStorage) : void from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract to public replaceStorage(iNewStorage OStorage) : void from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type storage : OStorage to storage : OStorageRemote in method public ODatabaseDocumentRemote(storage OStorageRemote) in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentRemote | From | To | |
Change Parameter Type dest : ODatabaseDocument to dest : ODatabaseDocumentRemote in method public copy(source ODatabaseDocumentRemote, dest ODatabaseDocumentRemote) : OStorageRemote in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Change Parameter Type source : ODatabaseDocument to source : ODatabaseDocumentRemote in method public copy(source ODatabaseDocumentRemote, dest ODatabaseDocumentRemote) : OStorageRemote in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Change Parameter Type storage : OStorage to storage : OStorageRemote in method public ORemoteDatabasePool(pool ORemotePoolByFactory, storage OStorageRemote) in class com.orientechnologies.orient.core.db.ORemoteDatabasePool | From | To | |
Change Return Type | 2 | ||
Change Return Type OStorageProxy to OStorageRemote in method public copy(source ODatabaseDocumentRemote, dest ODatabaseDocumentRemote) : OStorageRemote in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Change Return Type OStorage to OStorageRemote in method public createStorage(iURL String, iConfiguration Map<String,String>) : OStorageRemote in class com.orientechnologies.orient.client.remote.OEngineRemote | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected storage : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract to private storage : OStorage from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute shared : OSharedContext to sharedContext : OSharedContext in method protected loadMetadata() : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract | From | To | |
Change Variable Type | 2 | ||
Change Variable Type storage : OStorage to storage : OStorageRemote in method public poolOpen(name String, user String, password String, pool ORemotePoolByFactory) : ORemoteDatabasePool in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Variable Type storage : OStorage to storage : OStorageRemote in method public open(name String, user String, password String, config OrientDBConfig) : ODatabaseDocument in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type remote : OEngine to remote : OEngineRemote in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Attribute Type storages : Map<String,OStorage> to storages : Map<String,OStorageRemote> in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To |