Binary compatibility report for the kNN_IS-1.0 library between 1.6.0 and 1.5.0 versions (relating to the portability of client application kNN_IS-1.0.jar)
Test Info
Library Name | kNN_IS-1.0 |
Version #1 | 1.6.0 |
Version #2 | 1.5.0 |
Java Version | 1.7.0_85 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 197 / 3026 |
---|
Verdict | Incompatible (3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 2 |
---|
Removed Methods | High | 4 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 2 |
---|
Medium | 0 |
Low | 0 |
Added Methods (2)
spark-core_2.10-1.5.0.jar, SparkContext.class
package org.apache.spark
SparkContext.preferredNodeLocationData ( ) : scala.collection.Map<String,scala.collection.Set<scheduler.SplitInfo>>
[mangled: org/apache/spark/SparkContext.preferredNodeLocationData:()Lscala/collection/Map;]
SparkContext.preferredNodeLocationData_.eq ( scala.collection.Map<String,scala.collection.Set<scheduler.SplitInfo>> p1 ) : void
[mangled: org/apache/spark/SparkContext.preferredNodeLocationData_.eq:(Lscala/collection/Map;)V]
to the top
Removed Methods (4)
spark-core_2.10-1.6.0.jar, SparkContext.class
package org.apache.spark
SparkContext.getRDDStorageInfo ( scala.Function1<rdd.RDD<?>,Object> filter ) : storage.RDDInfo[ ]
[mangled: org/apache/spark/SparkContext.getRDDStorageInfo:(Lscala/Function1;)[Lorg/apache/spark/storage/RDDInfo;]
SparkContext.isStopped ( ) : boolean
[mangled: org/apache/spark/SparkContext.isStopped:()Z]
SparkContext.SparkContext.._applicationId ( ) : String
[mangled: org/apache/spark/SparkContext.org.apache.spark.SparkContext.._applicationId:()Ljava/lang/String;]
SparkContext.submitMapStage ( ShuffleDependency<K,V,C> dependency ) : SimpleFutureAction<MapOutputStatistics>
[mangled: org/apache/spark/SparkContext.submitMapStage:(Lorg/apache/spark/ShuffleDependency;)Lorg/apache/spark/SimpleFutureAction;]
to the top
Problems with Methods, High Severity (2)
spark-core_2.10-1.6.0.jar, SparkContext
package org.apache.spark
[+] SparkContext.localProperties ( ) : InheritableThreadLocal<java.util.Properties> (1)
[mangled: org/apache/spark/SparkContext.localProperties:()Ljava/lang/InheritableThreadLocal;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] SparkContext.stopped ( ) : java.util.concurrent.atomic.AtomicBoolean (1)
[mangled: org/apache/spark/SparkContext.stopped:()Ljava/util/concurrent/atomic/AtomicBoolean;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Java ARchives (2)
spark-core_2.10-1.6.0.jar
spark-mllib_2.10-1.6.0.jar
to the top
Generated on Thu Feb 4 17:48:08 2016 for kNN_IS-1.0 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API