Binary compatibility report for the lazy-linalg-0.1.0 library  between 1.5.0 and 1.4.0 versions   (relating to the portability of client application lazy-linalg-0.1.0.jar)

Test Info


Library Namelazy-linalg-0.1.0
Version #11.5.0
Version #21.4.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes150 / 748
VerdictIncompatible
(38.7%)

Problem Summary


SeverityCount
Added Methods-0
Removed MethodsHigh10
Problems with
Data Types
High3
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Removed Methods (10)


spark-mllib_2.10-1.5.0.jar, DenseMatrix.class
package org.apache.spark.mllib.linalg
DenseMatrix.numActives ( )  :  int
DenseMatrix.numNonzeros ( )  :  int

spark-mllib_2.10-1.5.0.jar, Matrix.class
package org.apache.spark.mllib.linalg
Matrix.numActives ( ) [abstract]  :  int
Matrix.numNonzeros ( ) [abstract]  :  int

spark-mllib_2.10-1.5.0.jar, SparseMatrix.class
package org.apache.spark.mllib.linalg
SparseMatrix.equals ( Object o )  :  boolean
SparseMatrix.numActives ( )  :  int
SparseMatrix.numNonzeros ( )  :  int

spark-mllib_2.10-1.5.0.jar, SparseVector.class
package org.apache.spark.mllib.linalg
SparseVector.argmax ( )  :  int
SparseVector.slice ( int[ ] selectedIndices )  :  SparseVector

spark-mllib_2.10-1.5.0.jar, Vector.class
package org.apache.spark.mllib.linalg
Vector.argmax ( ) [abstract]  :  int

to the top

Problems with Data Types, High Severity (3)


spark-mllib_2.10-1.5.0.jar
package org.apache.spark.mllib.linalg
[+] Matrix (2)
[+] Vector (1)

to the top

Java ARchives (1)


spark-mllib_2.10-1.5.0.jar

to the top




Generated on Wed Sep 9 22:09:22 2015 for lazy-linalg-0.1.0 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API