7be53b80e356e7876cea6aae82915f3e7be59ece
Files Diff
- Added: 4
 - Removed: 3
 - Renamed: 0
 - Modified: 21
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 9 | ||
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkStructuralSubmitResponse | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkConfirm | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.OOperationResponse | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkPropagate | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkSubmitResponse | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkSubmitRequest | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkAck | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.OOperationRequest | From | To | |
| Rename Method public executeDistributed(executor OCoordinatedExecutor) : void renamed to public execute(sender ONodeIdentity, executor OCoordinatedExecutor) : void in class com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkStructuralSubmitRequest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable requestType : int to messageType : byte in method public read(channel OChannelDataInput, protocolVersion int, serializer ORecordSerializer) : void in class com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.orientechnologies.orient.distributed.impl.coordinator.network.OStructuralOperationRequest moved and renamed to com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To | |
| Move Class | 1 | ||
| Move Class com.orientechnologies.orient.distributed.impl.coordinator.network.ODistributedChannelBinaryProtocol moved to com.orientechnologies.orient.distributed.impl.network.binary.ODistributedChannelBinaryProtocol | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute request : OStructuralNodeRequest to message : ODistributedMessage in class com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type requestType : int to messageType : byte in method public read(channel OChannelDataInput, protocolVersion int, serializer ORecordSerializer) : void in class com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.orientechnologies.orient.distributed.impl.coordinator.network.ODistributedMessage from classes [com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkAck, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkConfirm, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkPropagate, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkStructuralSubmitRequest, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkStructuralSubmitResponse, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkSubmitRequest, com.orientechnologies.orient.distributed.impl.coordinator.network.ONetworkSubmitResponse, com.orientechnologies.orient.distributed.impl.coordinator.network.OOperationRequest, com.orientechnologies.orient.distributed.impl.coordinator.network.OOperationResponse] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type request : OStructuralNodeRequest to message : ODistributedMessage in class com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter senderNode : ONodeIdentity to sender : ONodeIdentity in method public OBinaryDistributedMessage(sender ONodeIdentity, message ODistributedMessage) in class com.orientechnologies.orient.distributed.impl.network.binary.OBinaryDistributedMessage | From | To |