23d3927ffe743ebc5a58aba1b1bb6578afb074e8
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type request : OSubmitRequest to coordinateMessagesFactory : OCoordinateMessagesFactory in method public ONetworkSubmitRequest(coordinateMessagesFactory OCoordinateMessagesFactory) in class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitRequest | From | To | |
Change Parameter Type response : OSubmitResponse to coordinateMessagesFactory : OCoordinateMessagesFactory in method public ONetworkSubmitResponse(coordinateMessagesFactory OCoordinateMessagesFactory) in class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitResponse | From | To | |
Move Attribute | 2 | ||
Move Attribute private coordinator : ODistributedCoordinator from class com.orientechnologies.orient.server.hazelcast.OCoordinatedExecutorMessageHandler to private coordinator : ODistributedCoordinator from class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To | |
Move Attribute private executor : ODistributedExecutor from class com.orientechnologies.orient.server.hazelcast.OCoordinatedExecutorMessageHandler to private executor : ODistributedExecutor from class com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseImpl | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute executor : OCoordinatedExecutorMessageHandler to requestHandler : OCoordinatedExecutorMessageHandler in method public coordinatedRequest(connection OClientConnection, requestType int, clientTxId int, channel OChannelBinary) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Extract Variable | 6 | ||
Extract Variable input : DataInputStream in method public read(channel OChannelDataInput, protocolVersion int, serializer ORecordSerializer) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitResponse | From | To | |
Extract Variable input : DataInputStream in method public read(channel OChannelDataInput, protocolVersion int, serializer ORecordSerializer) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitRequest | From | To | |
Extract Variable output : DataOutputStream in method public write(network OChannelDataOutput, session OStorageRemoteSession) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitResponse | From | To | |
Extract Variable lockManager : String in method public entryUpdated(iEvent EntryEvent<String,Object>) : void from class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Extract Variable lockManager : String in method public stateChanged(event LifecycleEvent) : void from class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Extract Variable output : DataOutputStream in method public write(network OChannelDataOutput, session OStorageRemoteSession) : void from class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitRequest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter response : OSubmitResponse to coordinateMessagesFactory : OCoordinateMessagesFactory in method public ONetworkSubmitResponse(coordinateMessagesFactory OCoordinateMessagesFactory) in class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitResponse | From | To | |
Rename Parameter request : OSubmitRequest to coordinateMessagesFactory : OCoordinateMessagesFactory in method public ONetworkSubmitRequest(coordinateMessagesFactory OCoordinateMessagesFactory) in class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ONetworkSubmitRequest | From | To | |
Rename Parameter controller : ORemoteServerController to remoteServer : ORemoteServerController in method public ODistributedChannelBinaryProtocol(nodeName String, remoteServer ORemoteServerController) in class com.orientechnologies.orient.server.distributed.impl.coordinator.network.ODistributedChannelBinaryProtocol | From | To |