72adc34e060f0d314bf6fb26c66e8666556578b7
Files Diff
- Added: 9
 - Removed: 0
 - Renamed: 0
 - Modified: 12
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type nodeSession : OStorageRemoteNodeSession to session : OStorageRemoteSession in method public subscribe(request OBinaryRequest<T>, session OStorageRemoteSession) : T in class com.orientechnologies.orient.client.remote.OStorageRemotePushThread | From | To | |
| Change Parameter Type nodeSession : OStorageRemoteNodeSession to nodeSession : OStorageRemoteSession in method private subscribeDistributedConfiguration(nodeSession OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type nodeSession : OStorageRemoteNodeSession to session : OStorageRemoteSession in method private initPush(session OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute REQUEST_PUSH_RESPONSE : byte to REQUEST_OK_PUSH : byte in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryProtocol | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type blockingQueue : BlockingQueue<OBinaryResponse> to blockingQueue : BlockingQueue<OSubscribeResponse> in class com.orientechnologies.orient.client.remote.OStorageRemotePushThread | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public paramsArrayToParamsMap(positionalParams Object[]) : HashMap<String,Object> extracted from public OQueryRequest(language String, iCommand String, positionalParams Object[], idempotent boolean, serializer ORecordSerializer, recordsPerPage int) in class com.orientechnologies.orient.client.remote.message.OQueryRequest & moved to class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter nodeSession : OStorageRemoteNodeSession to session : OStorageRemoteSession in method private initPush(session OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Rename Parameter nodeSession : OStorageRemoteNodeSession to session : OStorageRemoteSession in method public subscribe(request OBinaryRequest<T>, session OStorageRemoteSession) : T in class com.orientechnologies.orient.client.remote.OStorageRemotePushThread | From | To |