9fa8d8835b960b6d9df54c8819b286de822a76b0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type txEntry : ORecordOperation to txEntry : ORecordOperationRequest in method private commitEntry(iNetwork OChannelBinaryAsynchClient, txEntry ORecordOperationRequest) : void in class com.orientechnologies.orient.client.remote.message.OCommitRequest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute name : String to networkSerializerName : String in method public begin() : void in class com.orientechnologies.orient.server.tx.OTransactionOptimisticProxy | From | To | |
Rename Attribute | 2 | ||
Rename Attribute connection : OClientConnection to operations : List<ORecordOperationRequest> in class com.orientechnologies.orient.server.tx.OTransactionOptimisticProxy | From | To | |
Rename Attribute channel : OChannelBinary to indexChanges : ODocument in class com.orientechnologies.orient.server.tx.OTransactionOptimisticProxy | From | To | |
Change Variable Type | 2 | ||
Change Variable Type txEntry : ORecordOperation to txEntry : ORecordOperationRequest in method public write(network OChannelBinaryAsynchClient, session OStorageRemoteSession, mode int) : void in class com.orientechnologies.orient.client.remote.message.OCommitRequest | From | To | |
Change Variable Type response : OBinaryResponse<Void> to response : OCommitResponse in method public commit(iTx OTransaction, callback Runnable) : List<ORecordOperation> in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type channel : OChannelBinary to indexChanges : ODocument in class com.orientechnologies.orient.server.tx.OTransactionOptimisticProxy | From | To | |
Change Attribute Type connection : OClientConnection to operations : List<ORecordOperationRequest> in class com.orientechnologies.orient.server.tx.OTransactionOptimisticProxy | From | To | |
Inline Variable | 1 | ||
Inline Variable mode : byte in method protected updateRecord(connection OClientConnection) : void from class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary | From | To | |
Split Attribute | 1 | ||
Split Attribute iTx : OTransaction to [txId : int, indexChanges : ODocument, operations : List<ORecordOperationRequest>] in class com.orientechnologies.orient.client.remote.message.OCommitRequest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public write(channel OChannelBinary, protocolVersion int, recordSerializer String) : void extracted from protected commit(connection OClientConnection) : void in class com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary & moved to class com.orientechnologies.orient.client.remote.message.OCommitResponse | From | To |