94dd19d36812d0bea3a1652ff745fbefc10eba70
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public blockId() : long renamed to public blockRowId() : long in class org.apache.ignite.ml.math.distributed.keys.BlockMatrixKey | From | To | |
| Rename Method public blockId() : long renamed to public blockRowId() : long in class org.apache.ignite.ml.math.distributed.keys.impl.BlockMatrixKey | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type blockId : long to blockId : IgnitePair<Long> in method private getEntryById(blockId IgnitePair<Long>) : BlockEntry in class org.apache.ignite.ml.math.impls.storage.matrix.BlockMatrixStorage | From | To | |
| Rename Variable | 2 | ||
| Rename Variable id : long to blockId : IgnitePair<Long> in method private matrixSet(a int, b int, v double) : void in class org.apache.ignite.ml.math.impls.storage.matrix.BlockMatrixStorage | From | To | |
| Rename Variable keys : Set<BlockMatrixKey> to keyset : Set<BlockMatrixKey> in method public getAllKeys() : Set<BlockMatrixKey> in class org.apache.ignite.ml.math.impls.storage.matrix.BlockMatrixStorage | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type affinity : Affinity to affinity : Affinity<RowColMatrixKey> in method public times(mtx Matrix) : Matrix in class org.apache.ignite.ml.math.impls.matrix.SparseDistributedMatrix | From | To | |
| Change Variable Type id : long to blockId : IgnitePair<Long> in method private matrixSet(a int, b int, v double) : void in class org.apache.ignite.ml.math.impls.storage.matrix.BlockMatrixStorage | From | To | |
| Change Variable Type affinity : Affinity to affinity : Affinity<BlockMatrixKey> in method public times(mtx Matrix) : Matrix in class org.apache.ignite.ml.math.impls.matrix.SparseBlockDistributedMatrix | From | To |