Binary compatibility report for the spark-indexedrdd-0.3 library  between 1.5.0 and 1.3.0 versions   (relating to the portability of client application spark-indexedrdd-0.3.jar)

Test Info


Library Namespark-indexedrdd-0.3
Version #11.5.0
Version #21.3.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes79 / 2029
VerdictIncompatible
(24.1%)

Problem Summary


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

Removed Methods (7)


spark-core_2.10-1.5.0.jar, TaskContext.class
package org.apache.spark
TaskContext.collectAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<Object,Object>
TaskContext.collectInternalAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<Object,Object>
TaskContext.getMetricsSources ( String p1 ) [abstract]  :  scala.collection.Seq<metrics.source.Source>
TaskContext.getPartitionId ( ) [static]  :  int
TaskContext.internalMetricsToAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<String,Accumulator<Object>>
TaskContext.registerAccumulator ( Accumulable<?,?> p1 ) [abstract]  :  void
TaskContext.taskMemoryManager ( ) [abstract]  :  unsafe.memory.TaskMemoryManager

to the top

Problems with Data Types, High Severity (6)


spark-core_2.10-1.5.0.jar
package org.apache.spark
[+] TaskContext (6)

to the top

Java ARchives (1)


spark-core_2.10-1.5.0.jar

to the top




Generated on Thu Sep 10 08:42:24 2015 for spark-indexedrdd-0.3 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API