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 Namespark-indexedrdd-0.1
Version #11.1.0
Version #21.0.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes56 / 1110
VerdictIncompatible
(12.5%)

Problem Summary


SeverityCount
Added Methods-1
Removed MethodsHigh7
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (1)


spark-core_2.10-1.0.0.jar, TaskContext.class
package org.apache.spark
TaskContext.executeOnCompleteCallbacks ( )  :  void

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

spark-core_2.10-1.1.0.jar, TaskContext.class
package org.apache.spark
TaskContext.addTaskCompletionListener ( util.TaskCompletionListener listener )  :  TaskContext
TaskContext.addTaskCompletionListener ( scala.Function1<TaskContext,scala.runtime.BoxedUnit> f )  :  TaskContext
TaskContext.isCompleted ( )  :  boolean
TaskContext.isInterrupted ( )  :  boolean
TaskContext.markInterrupted ( )  :  void
TaskContext.markTaskCompleted ( )  :  void

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