87453589f0483307b459bdcc4b04792e6dfa8671
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type ops : List<ORecordOperation> to operations : List<ORecordOperationRequest> in method public begin(operations List<ORecordOperationRequest>, indexes List<OIndexOperationRequest>) : void in class com.orientechnologies.orient.server.distributed.impl.OTransactionOptimisticDistributed | From | To | |
Change Return Type | 1 | ||
Change Return Type void to OTransactionOptimisticDistributed in method public txSecondPhase(operationId OSessionOperationId, success boolean) : OTransactionOptimisticDistributed in class com.orientechnologies.orient.server.distributed.impl.ODatabaseDocumentDistributed | From | To | |
Extract Variable | 2 | ||
Extract Variable identity : ORID in method public genIndexes(indexOperations Map<String,OTransactionIndexChanges>, tx OTransactionInternal) : List<OIndexOperationRequest> from class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OTransactionSubmit | From | To | |
Rename Parameter | 2 | ||
Rename Parameter indexes : boolean to onlyExecutorCase : boolean in method private resolveTracking(change ORecordOperation, onlyExecutorCase boolean) : void in class com.orientechnologies.orient.server.distributed.impl.OTransactionOptimisticDistributed | From | To | |
Rename Parameter ops : List<ORecordOperation> to operations : List<ORecordOperationRequest> in method public begin(operations List<ORecordOperationRequest>, indexes List<OIndexOperationRequest>) : void in class com.orientechnologies.orient.server.distributed.impl.OTransactionOptimisticDistributed | From | To |