facaa680d851507f25c0f36616d2fe417d6cc38a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 62
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public beforeMethod() : void from class com.orientechnologies.orient.test.database.auto.ComplexTypesTest to protected setAutoManageDatabase(autoManageDatabase boolean) : void from class com.orientechnologies.orient.test.database.auto.BaseTest | From | To | |
Pull Up Method public beforeMethod() : void from class com.orientechnologies.orient.test.database.auto.CRUDDocumentPhysicalTest to protected setDropDb(dropDb boolean) : void from class com.orientechnologies.orient.test.database.auto.BaseTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected setCurrentDatabaseInThreadLocal() : void from class com.orientechnologies.orient.core.db.record.OProxedResource to public activateOnCurrentThread() : void from class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx | From | To | |
Rename Variable | 2 | ||
Rename Variable db : ODatabaseDocumentTx to graph : OrientGraph in method public test1() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest | From | To | |
Rename Variable db : ODatabaseDocumentTx to graph : OrientGraph in method public test2() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute db : ODatabaseDocumentTx to database : T in method public testTransactionPreListenerRollback() : void in class com.orientechnologies.orient.test.database.auto.TransactionAtomicTest | From | To | |
Replace Variable With Attribute databaseDocumentTx : ODatabaseDocumentTx to database : T in method public testRenameClass() : void in class com.orientechnologies.orient.test.database.auto.SchemaTest | From | To | |
Extract Variable | 1 | ||
Extract Variable listener : ODatabaseListener in method public testTransactionPreListenerRollback() : void from class com.orientechnologies.orient.test.database.auto.TransactionAtomicTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type db : ODatabaseDocumentTx to graph : OrientGraph in method public test2() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest | From | To | |
Change Variable Type db : ODatabaseDocumentTx to graph : OrientGraph in method public test1() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest | From | To | |
Inline Variable | 1 | ||
Inline Variable database : ODatabaseDocument in method public testCompositeIndexWithRangeAndContains() : void from class com.orientechnologies.orient.core.index.OCompositeIndexSQLInsertTest | From | To | |
Extract Method | 1 | ||
Extract Method protected execInSeparateDatabase(iCallback OCallable) : void extracted from public onLiveResult(iOp ORecordOperation) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLLiveSelect | From | To |