c7b7f88748b609273bd6ee3fda59ff4c32306306
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private maybeExecuteDistributedUpdate0(statement StatementBase) : int renamed to private maybeExecuteDistributedUpdate(statement StatementBase, endpointToPageKeyMap Map<String,List<PageKey>>) : int in class org.lealone.sql.router.SQLRouter | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public isBatch() : boolean moved from class org.lealone.sql.StatementWrapper to class org.lealone.sql.router.SQLRouter & inlined to private maybeExecuteDistributedUpdate(statement StatementBase) : int | From | To | |
Extract Method | 1 | ||
Extract Method private maybeExecuteDistributedUpdate(statement StatementBase, endpointToPageKeyMap Map<String,List<PageKey>>, isBatch boolean) : int extracted from private maybeExecuteDistributedUpdate(statement StatementBase) : int in class org.lealone.sql.router.SQLRouter | From | To |