6de04e6a6a9b57970e0beb1d9de7fab93a50f5f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setTransaction(transaction Transaction) : void renamed to public setParentTransaction(transaction Transaction) : void in class org.lealone.replication.ReplicationSession | From | To | |
Rename Method public setTransaction(transaction Transaction) : void renamed to public setParentTransaction(transaction Transaction) : void in class org.lealone.db.Session | From | To | |
Pull Up Method | 3 | ||
Pull Up Method public setTransaction(transaction Transaction) : void from class org.lealone.db.ServerSession to public setParentTransaction(parentTransaction Transaction) : void from class org.lealone.db.SessionBase | From | To | |
Pull Up Method public getTransaction() : Transaction from class org.lealone.client.ClientSession to public getParentTransaction() : Transaction from class org.lealone.db.SessionBase | From | To | |
Pull Up Method public setTransaction(transaction Transaction) : void from class org.lealone.client.ClientSession to public setParentTransaction(parentTransaction Transaction) : void from class org.lealone.db.SessionBase | From | To | |
Rename Variable | 3 | ||
Rename Variable isDistributedUpdate : boolean to isDistributed : boolean in method public executeGet(mapName String, key ByteBuffer) : Object in class org.lealone.client.ClientCommand | From | To | |
Rename Variable isDistributedUpdate : boolean to isDistributed : boolean in method public executeAppend(replicationName String, mapName String, value ByteBuffer, commandUpdateResult CommandUpdateResult) : Object in class org.lealone.client.ClientCommand | From | To | |
Rename Variable isDistributedUpdate : boolean to isDistributed : boolean in method public executePut(replicationName String, mapName String, key ByteBuffer, value ByteBuffer) : Object in class org.lealone.client.ClientCommand | From | To | |
Rename Parameter | 2 | ||
Rename Parameter transaction : Transaction to parentTransaction : Transaction in method public setParentTransaction(parentTransaction Transaction) : void in class org.lealone.db.SessionBase | From | To |