003c41e9804f81031893ce65cb258ab634ab4c2c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public isSequentialAccess() : boolean renamed to public rawData() : Serializable[] in class org.apache.ignite.ml.math.primitives.vector.storage.VectorViewStorage | From | To | |
Rename Method public isRandomAccess() : boolean renamed to public isNumeric() : boolean in class org.apache.ignite.ml.math.primitives.vector.impl.DelegatingVector | From | To | |
Rename Method public isRandomAccess() : boolean renamed to public isNumeric() : boolean in class org.apache.ignite.ml.math.StorageOpsMetrics | From | To | |
Rename Method public isSequentialAccess() : boolean renamed to public isNumeric() : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.VectorizedViewMatrixStorage | From | To | |
Rename Method public isSequentialAccess() : boolean renamed to public isNumeric() : boolean in class org.apache.ignite.ml.math.StorageOpsMetrics | From | To | |
Rename Method public isSequentialAccess() : boolean renamed to public rawData() : Serializable[] in class org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage | From | To | |
Rename Method public isSequentialAccess() : boolean renamed to public isNumeric() : boolean in class org.apache.ignite.ml.math.primitives.vector.AbstractVector | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public isRandomAccess() : boolean from class org.apache.ignite.ml.math.primitives.matrix.storage.DenseMatrixStorage to public isNumeric() : boolean from class org.apache.ignite.ml.math.primitives.matrix.MatrixStorage | From | To | |
Rename Variable | 1 | ||
Rename Variable that : DenseVectorStorage to storage : DenseVectorStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage | From | To | |
Change Return Type | 2 | ||
Change Return Type boolean to Serializable[] in method public rawData() : Serializable[] in class org.apache.ignite.ml.math.primitives.vector.storage.VectorViewStorage | From | To | |
Change Return Type boolean to Serializable[] in method public rawData() : Serializable[] in class org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage | From | To | |
Extract Variable | 1 | ||
Extract Variable apply : Vector in method private operationTest(operation BiFunction<Double,Double,Double>, vecOperation BiFunction<Vector,Double,Vector>) : void from class org.apache.ignite.ml.math.primitives.vector.VectorImplementationsTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sto : Map<Integer,Double> to sto : Map<Integer,Serializable> in class org.apache.ignite.ml.math.primitives.vector.storage.SparseVectorStorage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage | From | To |