Binary compatibility report for the spark-indexedrdd-0.1 library between 1.1.0 and 1.0.0 versions (relating to the portability of client application spark-indexedrdd-0.1.jar)
Test Info
Library Name | spark-indexedrdd-0.1 |
Version #1 | 1.1.0 |
Version #2 | 1.0.0 |
Java Version | 1.7.0_75 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 56 / 1110 |
---|
Verdict | Incompatible (12.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 1 |
---|
Removed Methods | High | 7 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (1)
spark-core_2.10-1.0.0.jar, TaskContext.class
package org.apache.spark
TaskContext.executeOnCompleteCallbacks ( ) : void
[mangled: org/apache/spark/TaskContext.executeOnCompleteCallbacks:()V]
to the top
Removed Methods (7)
spark-core_2.10-1.1.0.jar, StorageLevel.class
package org.apache.spark.storage
StorageLevel.fromString ( String p1 ) [static] : StorageLevel
[mangled: org/apache/spark/storage/StorageLevel.fromString:(Ljava/lang/String;)Lorg/apache/spark/storage/StorageLevel;]
spark-core_2.10-1.1.0.jar, TaskContext.class
package org.apache.spark
TaskContext.addTaskCompletionListener ( util.TaskCompletionListener listener ) : TaskContext
[mangled: org/apache/spark/TaskContext.addTaskCompletionListener:(Lorg/apache/spark/util/TaskCompletionListener;)Lorg/apache/spark/TaskContext;]
TaskContext.addTaskCompletionListener ( scala.Function1<TaskContext,scala.runtime.BoxedUnit> f ) : TaskContext
[mangled: org/apache/spark/TaskContext.addTaskCompletionListener:(Lscala/Function1;)Lorg/apache/spark/TaskContext;]
TaskContext.isCompleted ( ) : boolean
[mangled: org/apache/spark/TaskContext.isCompleted:()Z]
TaskContext.isInterrupted ( ) : boolean
[mangled: org/apache/spark/TaskContext.isInterrupted:()Z]
TaskContext.markInterrupted ( ) : void
[mangled: org/apache/spark/TaskContext.markInterrupted:()V]
TaskContext.markTaskCompleted ( ) : void
[mangled: org/apache/spark/TaskContext.markTaskCompleted:()V]
to the top
Java ARchives (1)
spark-core_2.10-1.1.0.jar
to the top
Generated on Wed Apr 1 18:30:46 2015 for spark-indexedrdd-0.1 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API