Source compatibility report for the dropwizard-views-mustache library between 2.1.12 and 3.0.0 versions
Test Info
Library Name | dropwizard-views-mustache |
Version #1 | 2.1.12 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 7 / 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-views-mustache-3.0.0.jar, MustacheViewRenderer.class
package io.dropwizard.views.mustache
MustacheViewRenderer.isRenderable ( View view ) : boolean
io/dropwizard/views/mustache/MustacheViewRenderer.isRenderable:(Lio/dropwizard/views/common/View;)Z
MustacheViewRenderer.render ( View view, Locale locale, OutputStream output ) : void
io/dropwizard/views/mustache/MustacheViewRenderer.render:(Lio/dropwizard/views/common/View;Ljava/util/Locale;Ljava/io/OutputStream;)V
to the top
Removed Methods 2
dropwizard-views-mustache-2.1.12.jar, MustacheViewRenderer.class
package io.dropwizard.views.mustache
MustacheViewRenderer.isRenderable ( View view ) : boolean
io/dropwizard/views/mustache/MustacheViewRenderer.isRenderable:(Lio/dropwizard/views/View;)Z
MustacheViewRenderer.render ( View view, Locale locale, OutputStream output ) : void
io/dropwizard/views/mustache/MustacheViewRenderer.render:(Lio/dropwizard/views/View;Ljava/util/Locale;Ljava/io/OutputStream;)V
to the top
Problems with Data Types, High Severity 1
dropwizard-views-mustache-2.1.12.jar
package io.dropwizard.views.mustache
[+] class MustacheViewRenderer 1
| Change | Effect |
---|
1 |
Removed super-interface io.dropwizard.views.ViewRenderer. |
Recompilation of a client program may be terminated with the message: cannot find method in class MustacheViewRenderer. |
[+] affected methods: 3 (42.9%)
MustacheViewRenderer.MustacheViewRenderer ( )This constructor is from 'MustacheViewRenderer' class.
MustacheViewRenderer.configure ( Map<String,String> options )This method is from 'MustacheViewRenderer' class.
MustacheViewRenderer.getConfigurationKey ( )This method is from 'MustacheViewRenderer' class.
to the top
Java Archives 1
dropwizard-views-mustache-2.1.12.jar
to the top