33e0ec15720076416afce4e988aef3ce0cac669a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method protected onBeforeRequest() : OClientConnection renamed to private onBeforeHandshakeRequest(connection OClientConnection, channel OChannelBinary) : OClientConnection in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Rename Method private solveSession() : OClientConnection renamed to private onBeforeOperationalRequest(connection OClientConnection, channel OChannelBinary) : OClientConnection in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Rename Method protected onAfterRequest(connection OClientConnection) : void renamed to protected afterOperationRequest(connection OClientConnection) : void in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Extract Method | 4 | ||
| Extract Method private isDistributed(requestType int) : boolean extracted from protected execute() : void in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Extract Method private handshakeRequest(connection OClientConnection, requestType int, clientTxId int) : void extracted from protected execute() : void in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Extract Method private isHandshaking(requestType int) : boolean extracted from protected execute() : void in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
| Extract Method private waitDistribuedIsOnline(connection OClientConnection) : void extracted from private solveSession() : OClientConnection in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To |