Binary compatibility report for the succinct-0.1.6 library  between 1.4.0 and 1.5.0 versions   (relating to the portability of client application succinct-0.1.6.jar)

Test Info


Library Namesuccinct-0.1.6
Version #11.4.0
Version #21.5.0
Java Version1.7.0_85

Test Results


Total Java ARchives2
Total Methods / Classes494 / 2470
VerdictIncompatible
(31.5%)

Problem Summary


SeverityCount
Added Methods-36
Removed MethodsHigh12
Problems with
Data Types
High1
Medium1
Low2
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-4

Added Methods (36)


spark-core_2.10-1.5.0.jar, SparkContext.class
package org.apache.spark
SparkContext.killAndReplaceExecutor ( String executorId )  :  boolean
SparkContext.SparkContext.._cleaner ( )  :  scala.Option<ContextCleaner>
SparkContext.SparkContext.._dagScheduler ( )  :  scheduler.DAGScheduler
SparkContext.SparkContext.._eventLogger ( )  :  scala.Option<scheduler.EventLoggingListener>
SparkContext.SparkContext.._executorAllocationManager ( )  :  scala.Option<ExecutorAllocationManager>
SparkContext.SparkContext.._heartbeatReceiver ( )  :  rpc.RpcEndpointRef
SparkContext.SparkContext.._listenerBusStarted_.eq ( boolean p1 )  :  void
SparkContext.SparkContext.._progressBar ( )  :  scala.Option<ui.ConsoleProgressBar>
SparkContext.SparkContext.._ui ( )  :  scala.Option<ui.SparkUI>
SparkContext.SparkContext..postApplicationEnd ( )  :  void
SparkContext.requestTotalExecutors ( int numExecutors, int localityAwareTasks, scala.collection.immutable.Map<String,Object> hostToLocalTaskCount )  :  boolean
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function1<scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.reflect.ClassTag<U> p4 )  :  Object
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function2<TaskContext,scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.Function2<Object,U,scala.runtime.BoxedUnit> resultHandler, scala.reflect.ClassTag<U> p5 )  :  void
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function2<TaskContext,scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.reflect.ClassTag<U> p4 )  :  Object

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

spark-sql_2.10-1.5.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.drop ( Column col )  :  DataFrame
DataFrame.inputFiles ( )  :  String[ ]
DataFrame.join ( DataFrame right, scala.collection.Seq<String> usingColumns )  :  DataFrame
DataFrame.show ( boolean truncate )  :  void
DataFrame.show ( int numRows, boolean truncate )  :  void
DataFrame.showString ( int _numRows, boolean truncate )  :  String
DataFrame.where ( String conditionExpr )  :  DataFrame
DataFrame.withNewExecutionId ( scala.Function0<T> body )  :  T

spark-sql_2.10-1.5.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.ddlParser ( )  :  execution.datasources.DDLParser
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry )  :  T
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry, T defaultValue )  :  T
SQLContext.internalCreateDataFrame ( org.apache.spark.rdd.RDD<catalyst.InternalRow> catalystRows, types.StructType schema )  :  DataFrame
SQLContext.listener ( )  :  execution.ui.SQLListener
SQLContext.range ( long end )  :  DataFrame
SQLContext.setConf ( SQLConf.SQLConfEntry<T> entry, T value )  :  void
SQLContext.setSession ( SQLContext.SQLSession session )  :  void

to the top

Removed Methods (12)


spark-core_2.10-1.4.0.jar, SparkContext.class
package org.apache.spark
SparkContext.requestTotalExecutors ( int numExecutors )  :  boolean
SparkContext.supportDynamicAllocation ( )  :  boolean

spark-sql_2.10-1.4.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.cache ( )  :  RDDApi
DataFrame.collect ( )  :  Object
DataFrame.first ( )  :  Object
DataFrame.persist ( )  :  RDDApi
DataFrame.persist ( org.apache.spark.storage.StorageLevel newLevel )  :  RDDApi
DataFrame.showString ( int numRows )  :  String
DataFrame.take ( int n )  :  Object
DataFrame.unpersist ( )  :  RDDApi
DataFrame.unpersist ( boolean blocking )  :  RDDApi

spark-sql_2.10-1.4.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.ddlParser ( )  :  sources.DDLParser

to the top

Problems with Data Types, High Severity (1)


spark-sql_2.10-1.4.0.jar
package org.apache.spark.sql
[+] DataFrame (1)

to the top

Problems with Data Types, Medium Severity (1)


spark-core_2.10-1.4.0.jar
package org.apache.spark
[+] TaskContext (1)

to the top

Problems with Data Types, Low Severity (2)


spark-sql_2.10-1.4.0.jar
package org.apache.spark.sql
[+] DataFrame (1)
[+] SQLContext.implicits. (1)

to the top

Other Changes in Data Types (4)


spark-core_2.10-1.4.0.jar
package org.apache.spark
[+] TaskContext (4)

to the top

Java ARchives (2)


spark-core_2.10-1.4.0.jar
spark-sql_2.10-1.4.0.jar

to the top




Generated on Mon Nov 23 07:47:43 2015 for succinct-0.1.6 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API