82890dbb32c24131159deaa52f4d59b5426aef9e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type failedOnNo : int to failedOnNo : List<String> in method public OSequenceActionCoordinatorResponse(failedOnNo List<String>, limitReachedOnNo List<String>, result Object, numOfNodes int) in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To | |
| Change Parameter Type limitReachedOnNo : int to limitReachedOnNo : List<String> in method public OSequenceActionCoordinatorResponse(failedOnNo List<String>, limitReachedOnNo List<String>, result Object, numOfNodes int) in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to List<String> in method public getLimitReachedOn() : List<String> in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To | |
| Change Return Type int to List<String> in method public getFailedOn() : List<String> in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To | |
| Extract Variable | 1 | ||
| Extract Variable ts : OTransactionSubmit in method private distributedCommitV2(iTx OTransactionInternal) : void from class com.orientechnologies.orient.server.distributed.impl.ODatabaseDocumentDistributed | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type limitReachedOn : int to limitReachedOn : List<String> in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To | |
| Change Attribute Type failedOn : int to failedOn : List<String> in class com.orientechnologies.orient.server.distributed.impl.coordinator.transaction.OSequenceActionCoordinatorResponse | From | To |