7e12864801e330fb5b4ce7dc97c95c62adab97d3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public createClass(clazz Class<?>) : OClass moved from class com.orientechnologies.orient.core.metadata.schema.OSchemaShared to class com.orientechnologies.orient.object.metadata.schema.OSchemaProxyObject & inlined to public createClass(clazz Class<?>) : OClass | From | To | |
Change Return Type | 7 | ||
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String) : ODatabasePool in class com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Change Return Type T to ODatabaseDocument in method public acquire() : ODatabaseDocument in class com.orientechnologies.orient.core.db.ODatabasePool | From | To | |
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String, config OrientDBConfig) : ODatabasePool in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String) : ODatabasePool in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String, config OrientDBConfig) : ODatabasePool in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String, config OrientDBConfig) : ODatabasePool in class com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Change Return Type OPool<ODatabaseDocument> to ODatabasePool in method public openPool(name String, user String, password String) : ODatabasePool in class com.orientechnologies.orient.core.db.OrientDBFactory | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.core.db.OPool renamed to com.orientechnologies.orient.core.db.ODatabasePool | From | To | |
Change Variable Type | 2 | ||
Change Variable Type pool : OPool<ODatabaseDocument> to pool : ODatabasePool in method public testPool() : void in class com.orientechnologies.orient.core.db.OEmbeddedDBFactoryTests | From | To | |
Change Variable Type pool : OPool<ODatabaseDocument> to pool : ODatabasePool in method public testPool() : void in class com.orientechnologies.orient.core.db.ORemoteDBFactoryTest | From | To | |
Extract Interface | 2 | ||
Extract Interface com.orientechnologies.orient.core.db.ODatabasePool from classes [com.orientechnologies.orient.core.db.ORemotePoolByFactory, com.orientechnologies.orient.core.db.OEmbeddedPoolByFactory, com.orientechnologies.orient.core.db.OPartitionedDatabasePool] | From | To | |
Extract Interface com.orientechnologies.orient.object.metadata.schema.OSchemaObject from classes [com.orientechnologies.orient.object.metadata.schema.OSchemaProxyObject] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type pools : Set<OPool<?>> to pools : Set<ODatabasePool> in class com.orientechnologies.orient.core.db.ORemoteDBFactory | From | To | |
Change Attribute Type pools : Set<OPool<?>> to pools : Set<ODatabasePool> in class com.orientechnologies.orient.core.db.OEmbeddedDBFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter iClass : Class<?> to clazz : Class<?> in method public createClass(clazz Class<?>) : OClass in class com.orientechnologies.orient.object.metadata.schema.OSchemaProxyObject | From | To |