b789906326dff8f80695918bf5a94a2d41fab81f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public fix() : void renamed to public destroy() : void in class com.orientechnologies.orient.server.distributed.ODistributedTxContext | From | To | |
Rename Method public getAfterRequestCallback() : OCallable<Void,ODistributedRequestId> renamed to public getAfterSendCallback() : OCallable<Void,ODistributedRequestId> in class com.orientechnologies.orient.server.distributed.OAsynchDistributedOperation | From | To | |
Rename Method public fix() : void renamed to public destroy() : void in class com.orientechnologies.orient.server.distributed.ODistributedTxContextImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type callback : OCallable<Object,OCallable<Void,ODistributedRequestId>> to callback : OCallable<Object,Void> in method package executeOperationInLock(iExclusiveLock boolean, callback OCallable<Object,Void>) : Object in class com.orientechnologies.orient.server.distributed.ODistributedStorage | From | To | |
Extract Attribute | 2 | ||
Extract Attribute protected className : String in class com.orientechnologies.orient.server.distributed.AbstractServerClusterInsertTest | From | To | |
Extract Attribute protected indexName : String in class com.orientechnologies.orient.server.distributed.AbstractServerClusterInsertTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter unlockCallback : OCallable<Void,ODistributedRequestId> to afterSendCallback : OCallable<Void,ODistributedRequestId> in method protected executeAsyncTx(nodes Set<String>, localResult OTxTaskResult, involvedClusters Set<String>, txTask OAbstractReplicatedTask, messageId long, localNodeName String, afterSendCallback OCallable<Void,ODistributedRequestId>) : void in class com.orientechnologies.orient.server.distributed.ODistributedTransactionManager | From | To |