Source compatibility report for the Kryo library between 2.10 and 2.12 versions

Test Info


Library NameKryo
Version #12.10
Version #22.12

Test Results


Total Java ARchives1
Total Methods / Classes586 / 80
VerdictIncompatible
(0.2%)

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (2)


kryo-2.12.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.setMaxDepth ( int maxDepth )  :  void
Kryo.writeObjectOrNull ( Output output, Object object, Class type )  :  void

to the top

Removed Methods (1)


kryo-2.10.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.writeObjectOrNull ( Output output, Object object )  :  void

to the top

Java ARchives (1)


kryo-2.10.jar

to the top