adc7bd0a711c5e920fe44d416a238607676d3b9a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type ODatabaseSession to ODatabaseDocumentInternal in method public open(name String, user String, password String, config OrientDBConfig) : ODatabaseDocumentInternal in class com.orientechnologies.orient.core.db.OrientDBInternal | From | To | |
Change Return Type OrientDBEmbedded to OrientDBInternal in method public getDatabases() : OrientDBInternal in class com.orientechnologies.orient.server.OServer | From | To | |
Change Return Type Collection<OAbstractPaginatedStorage> to Collection<OStorage> in method public getStorages() : Collection<OStorage> in class com.orientechnologies.orient.core.db.OrientDBEmbedded | From | To | |
Change Return Type ODatabaseSession to ODatabaseDocumentInternal in method public open(name String, user String, password String) : ODatabaseDocumentInternal in class com.orientechnologies.orient.core.db.OrientDBInternal | From | To | |
Change Variable Type | 2 | ||
Change Variable Type s : OAbstractPaginatedStorage to s : OStorage in method public getStorages(server OServer, json OJSONWriter) : void in class com.orientechnologies.orient.server.OServerInfo | From | To | |
Change Variable Type storages : Collection<OAbstractPaginatedStorage> to storages : Collection<OStorage> in method public getStorages(server OServer, json OJSONWriter) : void in class com.orientechnologies.orient.server.OServerInfo | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type databases : OrientDBEmbedded to databases : OrientDBInternal in class com.orientechnologies.orient.server.OServer | From | To | |
Extract Method | 1 | ||
Extract Method public removeShutdownHook() : void extracted from public close() : void in class com.orientechnologies.orient.core.db.OrientDBRemote | From | To |