Source compatibility report for the dropwizard-validation library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-validation |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 44 / 16 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
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 2
dropwizard-validation-0.9.0.jar, ConstraintViolations.class
package io.dropwizard.validation
ConstraintViolations.determineStatus ( Set<T> violations ) [static] : int
io/dropwizard/validation/ConstraintViolations.determineStatus:(Ljava/util/Set;)I
ConstraintViolations.validationMethodFormatted ( ConstraintViolation<T> v ) [static] : String
io/dropwizard/validation/ConstraintViolations.validationMethodFormatted:(Ljavax/validation/ConstraintViolation;)Ljava/lang/String;
to the top
Java Archives 1
dropwizard-validation-0.8.5.jar
to the top