174bd0bfa9db51aed1314ee326a54207e1511dd9
Files Diff
- Added: 4
 - Removed: 0
 - Renamed: 0
 - Modified: 22
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type resultMetadata : Object to resultMetadata : OTransactionResult in method public OTransactionFirstPhaseResult(type Type, resultMetadata OTransactionResult) in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResult | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Object to OTransactionResult in method public getResultMetadata() : OTransactionResult in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResult | From | To | |
| Move And Rename Class | 2 | ||
| Move And Rename Class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResult.UniqueKeyViolation moved and renamed to com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.results.OUniqueKeyViolationResult | From | To | |
| Move And Rename Class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResult.ConcurrentModification moved and renamed to com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.results.OConcurrentModificationResult | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type concurrentModification : ConcurrentModification to concurrentModification : OConcurrentModificationResult in method public receive(coordinator ODistributedCoordinator, context ORequestContext, member ODistributedMember, response ONodeResponse) : boolean in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResponseHandler | From | To | |
| Change Variable Type uniqueKeyViolation : UniqueKeyViolation to uniqueKeyViolation : OUniqueKeyViolationResult in method public receive(coordinator ODistributedCoordinator, context ORequestContext, member ODistributedMember, response ONodeResponse) : boolean in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResponseHandler | From | To | |
| Change Variable Type metadata : UniqueKeyViolation to metadata : OUniqueKeyViolationResult in method public execute(nodeFrom ODistributedMember, opId OLogId, executor ODistributedExecutor, session ODatabaseDocumentInternal) : ONodeResponse in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseOperation | From | To | |
| Change Variable Type metadata : ConcurrentModification to metadata : OConcurrentModificationResult in method public execute(nodeFrom ODistributedMember, opId OLogId, executor ODistributedExecutor, session ODatabaseDocumentInternal) : ONodeResponse in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseOperation | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type resultMetadata : Object to resultMetadata : OTransactionResult in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionFirstPhaseResult | From | To |