ad95db40fdb8b9e1731bfe2e365c050498f9f17a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public beginRequest(iCommand byte, session OStorageRemoteThreadLocal.OStorageRemoteSession, token byte[]) : void from class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryClientAbstract to public beginRequest(iCommand byte, session OStorageRemoteThreadLocal.OStorageRemoteSession, token byte[]) : void from class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient | From | To | |
Push Down Method public beginRequest(iCommand byte, session OStorageRemoteThreadLocal.OStorageRemoteSession, token byte[]) : void from class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryClientAbstract to public beginRequest(iCommand byte, sessionId int, token byte[]) : void from class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinarySynchClient | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected networkAdminOperation(operation OStorageRemoteOperation<T>, errorMessage String) : T from class com.orientechnologies.orient.server.distributed.ORemoteServerController to protected networkOperation(operationId byte, operation OStorageRemoteOperation<T>, errorMessage String) : T from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type session : OStorageRemoteThreadLocal.OStorageRemoteSession to sessionId : int in method public beginRequest(iCommand byte, sessionId int, token byte[]) : void in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinarySynchClient | From | To | |
Move Method | 2 | ||
Move Method protected connect() : void from class com.orientechnologies.orient.server.distributed.ORemoteServerController to public connect() : void from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Method private endRequest() : void from class com.orientechnologies.orient.server.distributed.ORemoteServerController to private endRequest() : void from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute | 10 | ||
Move Attribute private sessionToken : byte[] from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package sessionToken : byte[] from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private url : String from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package url : String from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private contextConfig : OContextConfiguration from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package contextConfig : OContextConfiguration from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private remotePort : int from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package remotePort : int from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private COLLECT_STATS : boolean from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package COLLECT_STATS : boolean from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private CLIENT_TYPE : String from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package CLIENT_TYPE : String from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private remoteHost : String from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package remoteHost : String from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private channel : OChannelBinarySynchClient from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package channel : OChannelBinarySynchClient from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private manager : ODistributedServerManager from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package manager : ODistributedServerManager from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Move Attribute private sessionId : int from class com.orientechnologies.orient.server.distributed.ORemoteServerController to package sessionId : int from class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
Extract Class | 1 | ||
Extract Class com.orientechnologies.orient.server.distributed.ORemoteServerChannel from class com.orientechnologies.orient.server.distributed.ORemoteServerController | From | To | |
Move Class | 1 | ||
Move Class com.orientechnologies.orient.server.distributed.ORemoteServerController.OStorageRemoteOperation moved to com.orientechnologies.orient.server.distributed.ORemoteServerChannel.OStorageRemoteOperation | From | To | |
Rename Parameter | 1 | ||
Rename Parameter session : OStorageRemoteThreadLocal.OStorageRemoteSession to sessionId : int in method public beginRequest(iCommand byte, sessionId int, token byte[]) : void in class com.orientechnologies.orient.enterprise.channel.binary.OChannelBinarySynchClient | From | To |