Binary compatibility report for the spark-indexedrdd-0.1 library  between 1.1.0 and 1.3.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.3.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes66 / 1110
VerdictIncompatible
(18.2%)

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh3
Problems with
Data Types
High14
Medium0
Low0
Problems with
Methods
High9
Medium0
Low0

Added Methods (11)


spark-core_2.10-1.3.0.jar, StorageLevel.class
package org.apache.spark.storage
StorageLevel.StorageLevel.._deserialized_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._replication ( )  :  int
StorageLevel.StorageLevel.._replication_.eq ( int p1 )  :  void
StorageLevel.StorageLevel.._useDisk_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._useMemory_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._useOffHeap_.eq ( boolean p1 )  :  void

spark-core_2.10-1.3.0.jar, TaskContext.class
package org.apache.spark
TaskContext.attemptNumber ( ) [abstract]  :  int
TaskContext.get ( ) [static]  :  TaskContext
TaskContext.isRunningLocally ( ) [abstract]  :  boolean
TaskContext.taskAttemptId ( ) [abstract]  :  long
TaskContext.TaskContext ( )

to the top

Removed Methods (3)


spark-core_2.10-1.1.0.jar, TaskContext.class
package org.apache.spark
TaskContext.markInterrupted ( )  :  void
TaskContext.markTaskCompleted ( )  :  void
TaskContext.TaskContext ( int stageId, int partitionId, long attemptId, boolean runningLocally, executor.TaskMetrics taskMetrics )

to the top

Problems with Data Types, High Severity (14)


spark-core_2.10-1.1.0.jar
package org.apache.spark
[+] TaskContext (14)

to the top

Problems with Methods, High Severity (9)


spark-core_2.10-1.1.0.jar, TaskContext
package org.apache.spark
[+] TaskContext.addTaskCompletionListener ( util.TaskCompletionListener listener )  :  TaskContext (1)
[+] TaskContext.addTaskCompletionListener ( scala.Function1<TaskContext,scala.runtime.BoxedUnit> f )  :  TaskContext (1)
[+] TaskContext.attemptId ( )  :  long (1)
[+] TaskContext.isCompleted ( )  :  boolean (1)
[+] TaskContext.isInterrupted ( )  :  boolean (1)
[+] TaskContext.partitionId ( )  :  int (1)
[+] TaskContext.runningLocally ( )  :  boolean (1)
[+] TaskContext.stageId ( )  :  int (1)
[+] TaskContext.taskMetrics ( )  :  executor.TaskMetrics (1)

to the top

Java ARchives (1)


spark-core_2.10-1.1.0.jar

to the top




Generated on Wed Apr 1 18:33:35 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