Source compatibility report for the dropwizard-testing library between 2.0.8 and 2.0.9 versions
Test Info
Library Name | dropwizard-testing |
Version #1 | 2.0.8 |
Version #2 | 2.0.9 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 208 / 28 |
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-testing-2.0.9.jar, Builder.class
package io.dropwizard.testing.common
DAOTest.Builder<B>.setDriver ( String driver ) : B
io/dropwizard/testing/common/DAOTest.Builder.setDriver:(Ljava/lang/String;)Lio/dropwizard/testing/common/DAOTest$Builder;
DAOTest.Builder<B>.setPassword ( String password ) : B
io/dropwizard/testing/common/DAOTest.Builder.setPassword:(Ljava/lang/String;)Lio/dropwizard/testing/common/DAOTest$Builder;
to the top
Java Archives 1
dropwizard-testing-2.0.8.jar
to the top