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

Test Info


Library Namespark-knn-0.1.0
Version #11.5.0
Version #21.4.0
Java Version1.7.0_85

Test Results


Total Java ARchives2
Total Methods / Classes81 / 2769
VerdictIncompatible
(17.3%)

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh1
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (2)


spark-mllib_2.10-1.4.0.jar, StringArrayParam.class
package org.apache.spark.ml.param
StringArrayParam.w ( Object value )  :  ParamPair
StringArrayParam.w ( String[ ] value )  :  ParamPair<String[ ]>

to the top

Removed Methods (1)


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 (1)


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

to the top

Java ARchives (2)


spark-core_2.10-1.5.0.jar
spark-mllib_2.10-1.5.0.jar

to the top




Generated on Mon Nov 23 04:45:35 2015 for spark-knn-0.1.0 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API