47932bf5b9948aed66fd29fbd586b3b816fef9a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private process() : void renamed to private processRequest(id int) : void in class org.lealone.net.AsyncConnection | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable old : int to oldModificationId : int in method private writeResponseHeader(session Session, id int, oldModificationId int) : void in class org.lealone.net.AsyncConnection | From | To | |
Parameterize Variable operation : int to id : int in method private writeResponseHeader(session Session, id int, oldModificationId int) : void in class org.lealone.net.AsyncConnection | From | To | |
Extract Method | 4 | ||
Extract Method private writeResponseHeader(session Session, id int, oldModificationId int) : void extracted from private process() : void in class org.lealone.net.AsyncConnection | From | To | |
Extract Method private getUpdateCount(isDistributedUpdate boolean, id int) : int extracted from private executePreparedUpdate(replicationName String) : int in class org.lealone.client.ClientCommand | From | To | |
Extract Method private writeResponseHeader(id int, oldModificationId int) : void extracted from private process() : void in class org.lealone.net.AsyncConnection | From | To | |
Extract Method private getUpdateCount(isDistributedUpdate boolean, id int) : int extracted from private executeUpdateDirectly(replicationName String) : int in class org.lealone.client.ClientCommand | From | To |