ec1a116b819e23457eed7d62a9809b3a7df370d3
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private createUpdateCallable(insert Insert, commands List<Callable<Integer>>, rows Map<InetAddress,List<Row>>) : void renamed to private createInsertCallable(insert Insert, commands List<Callable<Integer>>, rows Map<InetAddress,List<Row>>) : void in class org.lealone.cluster.router.DefaultRouter | From | To | |
Rename Method private getTargetEndpoints(tableFilter TableFilter, partitionKey Value) : List<InetAddress> renamed to private getTargetEndpointsIfEqual(tableFilter TableFilter) : List<InetAddress> in class org.lealone.cluster.router.DefaultRouter | From | To | |
Inline Method | 1 | ||
Inline Method private query0(limit int, target ResultTarget) : ResultInterface inlined to public query(limit int, target ResultTarget) : ResultInterface in class org.lealone.command.dml.Query | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private queryLimit : int from class org.lealone.command.dml.Query to private queryLimit : int from class org.lealone.command.dml.Select | From | To | |
Rename Parameter | 1 | ||
Rename Parameter calls : List<Callable<Integer>> to commands : List<Callable<Integer>> in method public executeUpdateCallable(commands List<Callable<Integer>>) : int in class org.lealone.command.router.CommandParallel | From | To |