b297949ae35aa0e41a4e0e4e651f87f57d9f9d60
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private newDistributedRequest(requestType int) : OBinaryRequest<OBinaryResponse> from class com.orientechnologies.orient.distributed.OrientDBDistributed to private newDistributedRequest(requestType int) : OBinaryRequest<OBinaryResponse> from class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private requestHandler : OCoordinatedExecutorMessageHandler from class com.orientechnologies.orient.distributed.OrientDBDistributed to private requestHandler : OCoordinatedExecutorMessageHandler from class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Move Attribute private coordinateMessagesFactory : OCoordinateMessagesFactory from class com.orientechnologies.orient.distributed.OrientDBDistributed to private coordinateMessagesFactory : OCoordinateMessagesFactory from class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public coordinatedRequest(connection OClientConnection, requestType int, clientTxId int, channel OChannelBinary) : void extracted from public coordinatedRequest(connection OClientConnection, requestType int, clientTxId int, channel OChannelBinary) : void in class com.orientechnologies.orient.distributed.OrientDBDistributed & moved to class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Extract And Move Method public getCoordinateMessagesFactory() : OCoordinateMessagesFactory extracted from public getCoordinateMessagesFactory() : OCoordinateMessagesFactory in class com.orientechnologies.orient.distributed.OrientDBDistributed & moved to class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To |