Source compatibility report for the dropwizard-jersey library between 2.0.2 and 2.0.3 versions
Test Info
Library Name | dropwizard-jersey |
Version #1 | 2.0.2 |
Version #2 | 2.0.3 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 299 / 80 |
Compatibility |
99.7% |
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 | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-jersey-2.0.3.jar, AbstractParamConverter.class
package io.dropwizard.jersey.params
AbstractParamConverter<T>.AbstractParamConverter<T> ( Constructor<T> constructor, String parameterName, String defaultValue )
io/dropwizard/jersey/params/AbstractParamConverter."<init>":(Ljava/lang/reflect/Constructor;Ljava/lang/String;Ljava/lang/String;)V
dropwizard-jersey-2.0.3.jar, DefaultValueUtils.class
package io.dropwizard.jersey
DefaultValueUtils.getDefaultValue ( Annotation[ ] annotations ) [static] : String
io/dropwizard/jersey/DefaultValueUtils.getDefaultValue:([Ljava/lang/annotation/Annotation;)Ljava/lang/String;
to the top
Removed Methods 1
dropwizard-jersey-2.0.2.jar, AbstractParamConverter.class
package io.dropwizard.jersey.params
AbstractParamConverter<T>.AbstractParamConverter<T> ( Constructor<T> constructor, String parameterName )
io/dropwizard/jersey/params/AbstractParamConverter."<init>":(Ljava/lang/reflect/Constructor;Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-jersey-2.0.2.jar
to the top