9ae448e055ad7b49644566ff5c532f3bb2280715
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public open(name String, user String, password String, poolSettings Map<String,Object>) : Pool<ODatabaseDocument> renamed to public openPool(name String, user String, password String, poolSettings Map<String,Object>) : OPool<ODatabaseDocument> in class com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Rename Method public open(name String, user String, password String, poolSettings Map<String,Object>) : Pool<ODatabaseDocument> renamed to public openPool(name String, user String, password String, poolSettings Map<String,Object>) : OPool<ODatabaseDocument> in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type configuration : Map<String,String> to configuration : OrientDBSettings in method public remote(hosts String[], configuration OrientDBSettings) : OrientDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Parameter Type configuration : Map<String,String> to configuration : OrientDBSettings in method public embedded(directoryPath String, configuration OrientDBSettings) : OEmbeddedDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Parameter Type configuration : Map<String,String> to configuration : OrientDBSettings in method public fromUrl(url String, configuration OrientDBSettings) : OrientDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type | 6 | ||
Change Return Type OEmbeddedFactory to OEmbeddedDBFactory in method public embedded(directoryPath String, configuration OrientDBSettings) : OEmbeddedDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type OrientFactory to OrientDBFactory in method public remote(hosts String[], configuration OrientDBSettings) : OrientDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type Pool<ODatabaseDocument> to OPool<ODatabaseDocument> in method public abstract openPool(name String, user String, password String, poolSettings Map<String,Object>) : OPool<ODatabaseDocument> in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type OrientFactory to OrientDBFactory in method public fromUrl(url String, configuration OrientDBSettings) : OrientDBFactory in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type Pool<ODatabaseDocument> to OPool<ODatabaseDocument> in method public openPool(name String, user String, password String, poolSettings Map<String,Object>) : OPool<ODatabaseDocument> in class com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Change Return Type Pool<ODatabaseDocument> to OPool<ODatabaseDocument> in method public openPool(name String, user String, password String, poolSettings Map<String,Object>) : OPool<ODatabaseDocument> in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Rename Class | 3 | ||
Rename Class com.orientechnologies.orient.core.db.ODistributedFactory renamed to com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Rename Class com.orientechnologies.orient.core.db.OEmbeddedFactory renamed to com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Rename Class com.orientechnologies.orient.core.db.OrientFactory renamed to com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Variable Type | 5 | ||
Change Variable Type factory : OrientFactory to factory : OrientDBFactory in method public createAndUseRemoteDatabase() : void in class com.orientechnologies.orient.core.db.OrientFactoryTests | From | To | |
Change Variable Type factory : OrientFactory to factory : OrientDBFactory in method public createAndUseEmbeddedDatabase() : void in class com.orientechnologies.orient.core.db.OrientFactoryTests | From | To | |
Change Variable Type factory : OEmbeddedFactory to factory : OEmbeddedDBFactory in method public embeddedWithServer() : void in class com.orientechnologies.orient.core.db.OrientFactoryTests | From | To | |
Change Variable Type factory : OrientFactory to factory : OrientDBFactory in method public testPool() : void in class com.orientechnologies.orient.core.db.OrientFactoryTests | From | To | |
Change Variable Type pool : Pool<ODatabaseDocument> to pool : OPool<ODatabaseDocument> in method public testPool() : void in class com.orientechnologies.orient.core.db.OrientFactoryTests | From | To | |
Extract Method | 1 | ||
Extract Method public open(iProperties Map<String,Object>) : void extracted from public open(iUserName String, iUserPassword String, iProperties Map<String,Object>) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Parameter | 2 | ||
Rename Parameter nodes : String[] to hosts : String[] in method public ORemoteDBFactory(hosts String[], configuration OrientDBSettings) in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Rename Parameter type : DatabaseType to databaseType : DatabaseType in method public create(name String, user String, password String, databaseType DatabaseType) : void in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To |