ed22a32adda310679ba9d4a8b596e5152a6f76c0
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 5 | ||
Extract Method private deleteRows() : int extracted from public update() : int in class org.lealone.command.dml.Delete | From | To | |
Extract Method private updateRows() : int extracted from public update() : int in class org.lealone.command.dml.Update | From | To | |
Extract Method public setValue(idx int, v Value, c Column) : void extracted from public setValue(idx int, v Value) : void in class org.lealone.result.SimpleRowValue | From | To | |
Extract Method private query0(limit int, target ResultTarget) : ResultInterface extracted from public query(limit int, target ResultTarget) : ResultInterface in class org.lealone.command.dml.Query | From | To | |
Extract Method private createCallable(endpoint InetAddress, p Prepared, sql String) : Callable<Integer> extracted from private createUpdateCallable(insert Insert, commands List<Callable<Integer>>, rows Map<InetAddress,List<Row>>) : void in class org.lealone.cluster.router.DefaultRouter | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public setValue(idx int, v Value, c Column) : void extracted from public setValue(i int, v Value) : void in class org.lealone.result.Row & moved to class org.lealone.result.SimpleRowValue | From | To | |
Extract And Move Method public setValue(idx int, v Value, c Column) : void extracted from public setValue(i int, v Value) : void in class org.lealone.result.Row & moved to class org.lealone.result.SimpleRow | From | To | |
Rename Parameter | 1 | ||
Rename Parameter i : int to idx : int in method public setValue(idx int, v Value) : void in class org.lealone.result.SimpleRow | From | To |