3524eb9d42bd865d28326c4f82070928c5e5fd75
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type int to Integer in method public applySingle(cliCtx PartitionClientContext, args Object...) : Integer in class org.apache.ignite.internal.sql.optimizer.affinity.PartitionParameterNode | From | To | |
Change Return Type int to Integer in method public abstract applySingle(cliCtx PartitionClientContext, args Object...) : Integer in class org.apache.ignite.internal.sql.optimizer.affinity.PartitionSingleNode | From | To | |
Change Return Type int to Integer in method public applySingle(cliCtx PartitionClientContext, args Object...) : Integer in class org.apache.ignite.internal.sql.optimizer.affinity.PartitionConstantNode | From | To | |
Rename Attribute | 1 | ||
Rename Attribute dataType : int to type : int in class org.apache.ignite.internal.sql.optimizer.affinity.PartitionParameterNode | From | To | |
Extract Variable | 1 | ||
Extract Variable arg : Object in method public applySingle(cliCtx PartitionClientContext, args Object...) : Integer from class org.apache.ignite.internal.sql.optimizer.affinity.PartitionParameterNode | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dataType : int to type : int in method public PartitionParameterNode(tbl PartitionTable, partResolver PartitionResolver, idx int, type int, mappedType PartitionParameterType) in class org.apache.ignite.internal.sql.optimizer.affinity.PartitionParameterNode | From | To |