Binary compatibility report for the Kryo library between 2.19 and 2.20 versions
Test Info
Library Name | Kryo |
Version #1 | 2.19 |
Version #2 | 2.20 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 732 / 100 |
---|
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 2 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 0 |
Added Methods (2)
kryo-2.20.jar, Input.class
package com.esotericsoftware.kryo.io
Input.setTotal ( int total ) : void
[mangled: com/esotericsoftware/kryo/io/Input.setTotal:(I)V]
kryo-2.20.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.setReferences ( boolean references ) : boolean
[mangled: com/esotericsoftware/kryo/Kryo.setReferences:(Z)Z]
to the top
Removed Methods (1)
kryo-2.19.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.setReferences ( boolean references ) : void
[mangled: com/esotericsoftware/kryo/Kryo.setReferences:(Z)V]
to the top
Problems with Methods, High Severity (1)
kryo-2.19.jar, Kryo
package com.esotericsoftware.kryo
[+] Kryo.setReferences ( boolean references ) : void (1)
[mangled: com/esotericsoftware/kryo/Kryo.setReferences:(Z)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
to the top
Java ARchives (1)
kryo-2.19.jar
to the top