4e1de17697f2030cee8bb58b16556727f48827ed
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public releaseKeysForUpdate(keys Collection<Object>) : void renamed to public releaseKeysForUpdateNoTx(keys Collection<Object>) : void in class com.orientechnologies.orient.core.index.OIndexInternal | From | To | |
Rename Method public releaseKeysForUpdate(key Object...) : void renamed to public releaseKeysForUpdateNoTx(key Object...) : void in class com.orientechnologies.orient.core.index.OIndexAbstract | From | To | |
Rename Method public releaseKeysForUpdate(keys Collection<Object>) : void renamed to public releaseKeysForUpdateNoTx(keys Collection<Object>) : void in class com.orientechnologies.orient.core.index.OIndexAbstract | From | To | |
Rename Method public releaseKeysForUpdate(key Object...) : void renamed to public releaseKeysForUpdateNoTx(key Object...) : void in class com.orientechnologies.orient.core.index.OIndexInternal | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type iDb : ODatabaseDocumentTx to url : String in method public PessimisticUpdate(url String, iRid ORID, iThreadName String, iLock boolean) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate | From | To | |
Change Parameter Type iDb : ODatabaseDocumentTx to url : String in method public OptimisticUpdateField(url String, iRid1 ORID, iRid2 ORID, iThreadName String) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField | From | To | |
Rename Variable | 1 | ||
Rename Variable retry : int to retries : int in method public run() : void in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField | From | To | |
Rename Attribute | 2 | ||
Rename Attribute db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField | From | To | |
Rename Attribute db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate | From | To | |
Extract Method | 1 | ||
Extract Method protected doConfigurationUpdate(newConfig ODocument) : void extracted from public updateConfiguration() : ODocument in class com.orientechnologies.orient.core.index.OIndexAbstract | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate | From | To | |
Change Attribute Type configuration : ODocument to configuration : AtomicReference<ODocument> in class com.orientechnologies.orient.core.index.OIndexAbstract | From | To | |
Change Attribute Type rwLock : ReadWriteLock to rwLock : OReadersWriterSpinLock in class com.orientechnologies.orient.core.index.OIndexAbstract | From | To | |
Change Attribute Type db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField | From | To | |
Rename Parameter | 2 | ||
Rename Parameter iDb : ODatabaseDocumentTx to url : String in method public PessimisticUpdate(url String, iRid ORID, iThreadName String, iLock boolean) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate | From | To | |
Rename Parameter iDb : ODatabaseDocumentTx to url : String in method public OptimisticUpdateField(url String, iRid1 ORID, iRid2 ORID, iThreadName String) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField | From | To |