Source compatibility report for the dropwizard-views library between 0.8.0 and 0.8.1 versions

Test Info


Library Namedropwizard-views
Version #10.8.0
Version #20.8.1

Test Results


Total Java Modules1
Total Methods / Classes25 / 6
Compatibility 77.3%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh2
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium1
Low0

Added Methods  3 


dropwizard-views-0.8.1.jar, ViewBundle.class
package io.dropwizard.views
ViewBundle<T>.getViewConfiguration ( T configuration )  :  Map<String,Map<String,String>>

dropwizard-views-0.8.1.jar, ViewConfigurable.class
package io.dropwizard.views
ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract]  :  Map<String,Map<String,String>>

dropwizard-views-0.8.1.jar, ViewRenderer.class
package io.dropwizard.views
ViewRenderer.configure ( Map<String,String> p1 ) [abstract]  :  void

to the top

Removed Methods  2 


dropwizard-views-0.8.0.jar, ViewConfigurable.class
package io.dropwizard.views
ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract]  :  ImmutableMap<String,ImmutableMap<String,String>>

dropwizard-views-0.8.0.jar, ViewRenderer.class
package io.dropwizard.views
ViewRenderer.configure ( ImmutableMap<String,String> p1 ) [abstract]  :  void

to the top

Problems with Data Types, High Severity  2 


dropwizard-views-0.8.0.jar
package io.dropwizard.views
[+] interface ViewRenderer  2 

to the top

Problems with Methods, Medium Severity  1 


dropwizard-views-0.8.0.jar, ViewConfigurable.class
package io.dropwizard.views
[+] ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract]  :  ImmutableMap<String,ImmutableMap<String,String>>  1 

to the top

Java Archives  1 


dropwizard-views-0.8.0.jar

to the top