Binary compatibility report for the dropwizard-util library between 0.7.1 and 0.8.0 versions
Test Info
Library Name | dropwizard-util |
Version #1 | 0.7.1 |
Version #2 | 0.8.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 53 / 5 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 4
dropwizard-util-0.8.0.jar, Duration.class
package io.dropwizard.util
Duration.compareTo ( Duration other ) : int
io/dropwizard/util/Duration.compareTo:(Lio/dropwizard/util/Duration;)I
Duration.compareTo ( Object p1 ) : int
io/dropwizard/util/Duration.compareTo:(Ljava/lang/Object;)I
dropwizard-util-0.8.0.jar, Size.class
package io.dropwizard.util
Size.compareTo ( Object p1 ) : int
io/dropwizard/util/Size.compareTo:(Ljava/lang/Object;)I
Size.compareTo ( Size other ) : int
io/dropwizard/util/Size.compareTo:(Lio/dropwizard/util/Size;)I
to the top
Java Archives 1
dropwizard-util-0.7.1.jar
to the top