Source compatibility report for the dropwizard-forms library between 1.3.29 and 2.0.0 versions
Test Info
Library Name | dropwizard-forms |
Version #1 | 1.3.29 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 5 / 1 |
Compatibility |
0% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 2 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-forms-2.0.0.jar, MultiPartBundle.class
package io.dropwizard.forms
MultiPartBundle.run ( Configuration configuration, Environment environment ) : void
io/dropwizard/forms/MultiPartBundle.run:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;)V
MultiPartBundle.run ( Object p1, Environment p2 ) : void
io/dropwizard/forms/MultiPartBundle.run:(Ljava/lang/Object;Lio/dropwizard/setup/Environment;)V
to the top
Removed Methods 2
dropwizard-forms-1.3.29.jar, MultiPartBundle.class
package io.dropwizard.forms
MultiPartBundle.initialize ( Bootstrap<?> bootstrap ) : void
io/dropwizard/forms/MultiPartBundle.initialize:(Lio/dropwizard/setup/Bootstrap;)V
MultiPartBundle.run ( Environment environment ) : void
io/dropwizard/forms/MultiPartBundle.run:(Lio/dropwizard/setup/Environment;)V
to the top
Problems with Data Types, High Severity 1
dropwizard-forms-1.3.29.jar
package io.dropwizard.forms
[+] class MultiPartBundle 1
| Change | Effect |
---|
1 |
Removed super-interface io.dropwizard.Bundle. |
Recompilation of a client program may be terminated with the message: cannot find method in class MultiPartBundle. |
[+] affected methods: 1 (20%)
MultiPartBundle.MultiPartBundle ( )This constructor is from 'MultiPartBundle' class.
to the top
Java Archives 1
dropwizard-forms-1.3.29.jar
to the top