Source compatibility report for the dropwizard-metrics library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-metrics
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes52 / 9
Compatibility 91.8%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh3
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium2
Low0

Added Methods  3 


dropwizard-metrics-1.0.0.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getFrequency ( )  :  Optional<Duration>
BaseReporterFactory.setFrequency ( Optional<Duration> frequency )  :  void

dropwizard-metrics-1.0.0.jar, ReporterFactory.class
package io.dropwizard.metrics
ReporterFactory.getFrequency ( ) [abstract]  :  Optional<Duration>

to the top

Removed Methods  3 


dropwizard-metrics-0.9.3.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getFrequency ( )  :  Optional<Duration>
BaseReporterFactory.setFrequency ( Optional<Duration> frequency )  :  void

dropwizard-metrics-0.9.3.jar, ReporterFactory.class
package io.dropwizard.metrics
ReporterFactory.getFrequency ( ) [abstract]  :  Optional<Duration>

to the top

Problems with Data Types, High Severity  2 


dropwizard-metrics-0.9.3.jar
package io.dropwizard.metrics
[+] interface ReporterFactory  2 

to the top

Problems with Methods, Medium Severity  2 


dropwizard-metrics-0.9.3.jar, BaseReporterFactory.class
package io.dropwizard.metrics
[+] BaseReporterFactory.getFrequency ( )  :  Optional<Duration>  1 

dropwizard-metrics-0.9.3.jar, ReporterFactory.class
package io.dropwizard.metrics
[+] ReporterFactory.getFrequency ( ) [abstract]  :  Optional<Duration>  1 

to the top

Java Archives  1 


dropwizard-metrics-0.9.3.jar

to the top