Source compatibility report for the dropwizard-metrics library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-metrics
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes65 / 9
Compatibility 89.3%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh6
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium3
Low0

Added Methods  9 


dropwizard-metrics-2.0.0.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getExcludes ( )  :  Set<String>
BaseReporterFactory.getIncludes ( )  :  Set<String>
BaseReporterFactory.setExcludes ( Set<String> excludes )  :  void
BaseReporterFactory.setIncludes ( Set<String> includes )  :  void

dropwizard-metrics-2.0.0.jar, MetricsFactory.class
package io.dropwizard.metrics
MetricsFactory.getReporters ( )  :  List<ReporterFactory>
MetricsFactory.isReportOnStop ( )  :  boolean
MetricsFactory.setReporters ( List<ReporterFactory> reporters )  :  void
MetricsFactory.setReportOnStop ( boolean reportOnStop )  :  void

dropwizard-metrics-2.0.0.jar, ScheduledReporterManager.class
package io.dropwizard.metrics
ScheduledReporterManager.ScheduledReporterManager ( ScheduledReporter reporter, Duration period, boolean reportOnStop )

to the top

Removed Methods  6 


dropwizard-metrics-1.3.29.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getExcludes ( )  :  ImmutableSet<String>
BaseReporterFactory.getIncludes ( )  :  ImmutableSet<String>
BaseReporterFactory.setExcludes ( ImmutableSet<String> excludes )  :  void
BaseReporterFactory.setIncludes ( ImmutableSet<String> includes )  :  void

dropwizard-metrics-1.3.29.jar, MetricsFactory.class
package io.dropwizard.metrics
MetricsFactory.getReporters ( )  :  ImmutableList<ReporterFactory>
MetricsFactory.setReporters ( ImmutableList<ReporterFactory> reporters )  :  void

to the top

Problems with Methods, Medium Severity  3 


dropwizard-metrics-1.3.29.jar, BaseReporterFactory.class
package io.dropwizard.metrics
[+] BaseReporterFactory.getExcludes ( )  :  ImmutableSet<String>  1 
[+] BaseReporterFactory.getIncludes ( )  :  ImmutableSet<String>  1 

dropwizard-metrics-1.3.29.jar, MetricsFactory.class
package io.dropwizard.metrics
[+] MetricsFactory.getReporters ( )  :  ImmutableList<ReporterFactory>  1 

to the top

Java Archives  1 


dropwizard-metrics-1.3.29.jar

to the top