0972c9510ef764be4fd01bb9e895e804b9cf7ef7
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable remote : ORemoteServerController to channel : ODistributedChannelBinaryProtocol in method public nodeConnected(data NodeData) : void in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Return Type | 2 | ||
| Change Return Type ORemoteServerController to ODistributedChannelBinaryProtocol in method public connectRemoteServer(nodeIdentity ONodeIdentity, host String, user String, password String) : ODistributedChannelBinaryProtocol in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Return Type ORemoteServerController to ODistributedChannelBinaryProtocol in method public getRemoteServer(rNodeName ONodeIdentity) : ODistributedChannelBinaryProtocol in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Variable Type | 7 | ||
| Change Variable Type node : Map.Entry<ONodeIdentity,ODistributedChannel> to node : ONodeIdentity in method private checkCoordinator(database String) : void in class com.orientechnologies.orient.distributed.OrientDBDistributed | From | To | |
| Change Variable Type c : ORemoteServerController to c : ODistributedChannelBinaryProtocol in method public closeRemoteServer(node ONodeIdentity) : void in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Variable Type server : ORemoteServerController to server : ODistributedChannelBinaryProtocol in method public closeAll() : void in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Variable Type remote : ORemoteServerController to channel : ODistributedChannelBinaryProtocol in method public nodeConnected(data NodeData) : void in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Change Variable Type node : Map.Entry<ONodeIdentity,ODistributedChannel> to node : ONodeIdentity in method public setCoordinator(coordinatorIdentity ONodeIdentity) : void in class com.orientechnologies.orient.distributed.OrientDBDistributed | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type remoteServers : ConcurrentMap<ONodeIdentity,ORemoteServerController> to remoteServers : ConcurrentMap<ONodeIdentity,ODistributedChannelBinaryProtocol> in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public close() : void extracted from public connectRemoteServer(nodeIdentity ONodeIdentity, host String, user String, password String) : ORemoteServerController in class com.orientechnologies.orient.distributed.impl.ODistributedNetworkManager & moved to class com.orientechnologies.orient.distributed.impl.coordinator.network.ODistributedChannelBinaryProtocol | From | To |