d655c54159b0863e8ee80743a3c1c0954eccee13
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkSystemDatabase() : void renamed to private initSystemDatabase() : void in class com.orientechnologies.orient.server.OServer | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public executeSystemDatabaseCommand(callback OCallable<Object,Object>, serverUser String, sql String, args Object...) : Object from class com.orientechnologies.orient.server.OServer to public execute(callback OCallable<Object,Object>, serverUser String, sql String, args Object...) : Object from class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type database : ODatabaseInternal<?> to database : ODatabaseDocumentTx in method public openDatabase(database ODatabaseDocumentTx, user String, password String, data ONetworkProtocolData, iBypassAccess boolean) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.OServer | From | To | |
Move Method | 2 | ||
Move Method public getSystemDatabaseName() : String from class com.orientechnologies.orient.server.OServer to public getSystemDatabaseName() : String from class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Move Method public getSystemDatabasePath() : String from class com.orientechnologies.orient.server.OServer to public getSystemDatabasePath() : String from class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Change Return Type | 2 | ||
Change Return Type ODatabase<?> to ODatabaseDocumentTx in method public openDatabase(iDbUrl String, user String, password String, data ONetworkProtocolData, iBypassAccess boolean) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.OServer | From | To | |
Change Return Type ODatabase<?> to ODatabaseDocumentTx in method public openDatabase(database ODatabaseDocumentTx, user String, password String, data ONetworkProtocolData, iBypassAccess boolean) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.OServer | From | To | |
Move Attribute | 1 | ||
Move Attribute public SYSTEM_DB_NAME : String from class com.orientechnologies.orient.server.OServer to public SYSTEM_DB_NAME : String from class com.orientechnologies.orient.server.OSystemDatabase | From | To | |
Extract Class | 1 | ||
Extract Class com.orientechnologies.orient.server.OSystemDatabase from class com.orientechnologies.orient.server.OServer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type database : ODatabaseInternal<?> to database : ODatabaseDocumentTx in method public openDatabase(iDbUrl String, user String, password String, data ONetworkProtocolData, iBypassAccess boolean) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.OServer | From | To |