Binary compatibility report for the dllib-0.0.3 library between 1.5.0 and 1.2.0 versions (relating to the portability of client application dllib-0.0.3.jar)
Test Info
Library Name | dllib-0.0.3 |
Version #1 | 1.5.0 |
Version #2 | 1.2.0 |
Java Version | 1.7.0_85 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 31 / 748 |
---|
Verdict | Incompatible (61.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 0 |
---|
Removed Methods | High | 10 |
---|
Problems with Data Types | High | 7 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Removed Methods (10)
spark-mllib_2.11-1.5.0.jar, ParamMap.class
package org.apache.spark.ml.param
ParamMap.getOrElse ( Param<T> param, T default ) : T
[mangled: org/apache/spark/ml/param/ParamMap.getOrElse:(Lorg/apache/spark/ml/param/Param;Ljava/lang/Object;)Ljava/lang/Object;]
ParamMap.ParamMap..map ( ) : scala.collection.mutable.Map<Param<Object>,Object>
[mangled: org/apache/spark/ml/param/ParamMap.org.apache.spark.ml.param.ParamMap..map:()Lscala/collection/mutable/Map;]
ParamMap.remove ( Param<T> param ) : scala.Option<T>
[mangled: org/apache/spark/ml/param/ParamMap.remove:(Lorg/apache/spark/ml/param/Param;)Lscala/Option;]
ParamMap.size ( ) : int
[mangled: org/apache/spark/ml/param/ParamMap.size:()I]
spark-mllib_2.11-1.5.0.jar, Vector.class
package org.apache.spark.mllib.linalg
Vector.argmax ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.argmax:()I]
Vector.compressed ( ) [abstract] : Vector
[mangled: org/apache/spark/mllib/linalg/Vector.compressed:()Lorg/apache/spark/mllib/linalg/Vector;]
Vector.numActives ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.numActives:()I]
Vector.numNonzeros ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.numNonzeros:()I]
Vector.toDense ( ) [abstract] : DenseVector
[mangled: org/apache/spark/mllib/linalg/Vector.toDense:()Lorg/apache/spark/mllib/linalg/DenseVector;]
Vector.toSparse ( ) [abstract] : SparseVector
[mangled: org/apache/spark/mllib/linalg/Vector.toSparse:()Lorg/apache/spark/mllib/linalg/SparseVector;]
to the top
Problems with Data Types, High Severity (7)
spark-mllib_2.11-1.5.0.jar
package org.apache.spark.ml.param
[+] Params (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.spark.ml.util.Identifiable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
filter ( Params )1st parameter 'parent' of this method has type 'Params'.
package org.apache.spark.mllib.linalg
[+] Vector (6)
| Change | Effect |
---|
1 | Abstract method argmax ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method compressed ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method numActives ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method numNonzeros ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method toDense ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method toSparse ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
apply ( int )This abstract method is from 'Vector' interface.
copy ( )This abstract method is from 'Vector' interface.
equals ( java.lang.Object )This abstract method is from 'Vector' interface.
foreachActive ( scala.Function2<java.lang.Object,java.lang.Object,scala.runtime.BoxedUnit> )This abstract method is from 'Vector' interface.
hashCode ( )This abstract method is from 'Vector' interface.
size ( )This abstract method is from 'Vector' interface.
toArray ( )This abstract method is from 'Vector' interface.
toBreeze ( )This abstract method is from 'Vector' interface.
to the top
Other Changes in Data Types (1)
spark-mllib_2.11-1.5.0.jar
package org.apache.spark.ml.param
[+] Params (1)
| Change | Effect |
---|
1 | Added super-interface org.apache.spark.ml.Identifiable. | No effect. |
[+] affected methods (1)
filter ( Params )1st parameter 'parent' of this method has type 'Params'.
to the top
Java ARchives (1)
spark-mllib_2.11-1.5.0.jar
to the top
Generated on Tue Dec 29 02:07:27 2015 for dllib-0.0.3 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API